get https://{environment}.neomode.com.br/management/catalog/products//skus/
Retrieves a specific product sku by its 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. |
