get https://{environment}.neomode.com.br/management/catalog/products//skus//stocks/
Retrieves a specific product sku stock by the stock ID.
Fields retrieved
| Campo | Tipo | Descrição |
|---|---|---|
| quantity | Int | Sku quantity on stock. |
| sellerId | Guid | Sku seller ID. |
| sellerName | String | Sku seller name. |
| id | Guid | Stock ID. |
| clientId | String | Client ID. |
| isActive | Boolean | If the product sku is active or not. |
| createDate | Date | Stock creation date. |
| lastUpdate | Date | Stock last update. |
