get https://{environment}.neomode.com.br/management/catalog/products//images
Retrieves an array with all images of a product.
Fields retrieved:
Field | Type | Description |
---|---|---|
order | Int | The order where the image appears on catalog. |
imageUrl | String | The image address. |
id | Guid | Image ID. |
clientId | String | Client ID. |
isActive | Boolean | If the image is active or not. |
createDate | Date | Image creation date. |
lastUpdate | Date | Image last update. |