Update Bulk Quantities by SKU
POST {{baseUrl}}/products/quantities/bulkSkus
You can update bulk quantities by providing the SKUs of the products you want to update its quantity as aquery parameter.
Request Body
{"skus"=>[{"sku"=>"IPHONE-XL-PLUS", "quantity"=>5}, {"sku"=>"ASUS-Selfie", "quantity"=>12}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"success":true,"status":201,"error":{"code":201,"message":"The details has been updated successfully"}}