Last updated 1 month ago
Was this helpful?
/api/v1/products/stocks
List of stock items to update
OK
Unauthorized
curl -L \ --request PUT \ --url '/api/v1/products/stocks' \ --header 'X-API-Key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{"items":[{"sku":"my_sku_1","quantity":1}]}'
{ "batchRequestId": "123e4567-e89b-12d3-a456-426614174000" }