post https://{environment}.neomode.com.br/management/catalog/products//images
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:
Field | Type | Description |
---|---|---|
order | Int | Order where the image appears on catalog |
imageUrl | String | image address |
Result
A 204- No Content result means that the product image was successfully created.