Create Product Image

Creates a new product image by the product ID.
The body param is an array, so you can create more than one product image by query.

Request body example:

[
    {
    "order": 1,
    "ImageUrl":"https://br.pinterest.com/pin/578712620862072491/"
    }
]

Fields description:

FieldTypeDescription
orderIntOrder where the image appears on catalog
imageUrlStringimage address

📘

Result

A 204- No Content result means that the product image was successfully created.

Language
Authorization
Basic
base64
:
URL