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...
blog.daneke.ge1 min read