Magento 2 - How to upload image to REST API (via POST request)
If you want to upload a product image using Rest API you need to pass the below parameters in your request: post to https://{YOUDOMAIN}/rest/V1/products/{SKU}/media with body, JSON: { "entry": { "media_type": "image", "label": nul...
Aug 7, 20231 min read825