post https://{environment}.neomode.com.br/management/catalog/products//skus//stocks
Creates a new product sku stock.
Request body example:
{
"sellerId": "96ebc88b-9ae8-4913-b706-459b4d220b52",
"quantity": 10
}
Fields description:
Field | Type | Description |
---|---|---|
id | Guid | Stock ID |
skuId | Guid | Sku ID |
sellerId | String | Seller ID |
quantity | Int | Sku stock quantity |
quantitySeparated | Int | Stock quantity of skus already separated |
Responses