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