API Reference

Update Product Images

Updates all of product's images. This endpoint ALWAYS overwrite all of product's categories.
The body request is an array, so you can update more than one image at the same query.

❗️

Take notice!

This request updates all values already set. Pay attention and don't have anything lost!

Request body example

[ { "imageUrl": "https://neomode.com.br/images/sample-image.jpg", "order": 1 } ]

Fields Description

FieldTypeDescription
imageUrlStringImage address
orderIntThe order where the image appears on catalog

📘

Result

A 204- No Content result means that the stock was successfully updated.

Path Params
string
required

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

string
required

Product ID (Guid)

Body Params
RAW_BODY
array of objects
required

An array with the product images body to be updated.

RAW_BODY*
Responses

Language
Credentials
:
URL
Choose an example:
application/json