Update Bulk Quantities
POST {{baseUrl}}/products/quantities/bulk
You can update bulk quantities by providing the IDs of the products you want to update its quantity in your body request, where it will process the update procedure and then execute later on.
Request Body
{"products"=>[{"identifer-type"=>"id", "identifer"=>"613398835", "quantity"=>87}, {"identifer-type"=>"sku", "identifer"=>"23-TD23-32", "quantity"=>192}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":201,"success":true,"data":{"message":"The details has been queued to update, it may take several minutes to finish the process","code":201}}