get https://{environment}.neomode.com.br/management/catalog/skus/
Retrieves a specific product sku by its code.
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. |
| productCode | String | The code of the product who sku belongs to. |
| auxCode | String | The auxiliar code of sku. |
| url | String | The sku address. |
| iconUrl | String | The sku icon address. |
| hexColor | String (Hexadecimal) | A color defined to sku. |
| minStock | Int | The mininum quantity of the sku on stock. |
| images | Array Object | The sku images informations array. |
| stocks | Array Object | The sku stocks informations array. |
| attributes | Array Object | The sku attributes informations array. |
| createDate | Date | Sku creation date. |
| lastUpdate | Date | Sku last update. |
