put https://{environment}.neomode.com.br/management/catalog/products//skus//stocks/
Updates a product sku stock.
Take notice!
This request updates all values already set. Pay attention and don't have anything lost!
Request body example
{
"Quantity" : 100
}
Fields Description
Field | Type | Description |
---|---|---|
"Quantity" | Int | The product sku quantity on stock |
Result
A 204- No Content result means that the stock was successfully updated.