get https://{environment}.neomode.com.br/management/catalog/skus/products//skus
Retrieves an array of a product sku's by product ID.
Fields retrieved:
| Field | Type | Description |
|---|---|---|
| id | Guid | Product Sku ID. |
| productId | Guid | Product ID. |
| clientId | String | Client ID, |
| code | String | Product Sku code. |
| barcode | String | Product Sku barcode. |
| name | String | Product Sku name. |
| imageUrl | String | Sku image address. |
| isActive | Boolean | If Sku is active or not. |
| isAvailable | Boolean | If Sku is available for sale or not. |
| images | Object Array | An array of images of a product sku. |
| stocks | Object Array | An array with the stocks of a product sku. |
| attributes | Object Array | An array with the attributes of a product sku. |
