get https://{environment}.neomode.com.br/management/catalog/products//skus//stocks
Retrieves the stocks of a product sku by its ID.
If the product sku exists in more sellers, it will appears many times on response.
Fields retrieved:
Campo | Tipo | Descrição |
---|---|---|
quantity | Int | Quantity of the product sku on stock. |
sellerId | Guid | Stock seller ID. |
sellerName | String | Stock 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. |