API Reference

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.

Path Params
string
required

Use "api" for production environment or "hlg-api" for homolog

string
required
Defaults to Guid

Product ID

Body Params
string
required

Product Image body

Responses

Language
Credentials
:
URL
Choose an example:
application/json