get https://{environment}.neomode.com.br/management/catalog/products//skus//Code
Retrieves a specific product sku by its code with more details.
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 |
product | Array Object | The product that this sku belongs |