Update Bulk Quantities
POST {{baseUrl}}/products/quantities/bulk
This endpoint allows you to update unlimited 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.
products.read_write
- Products Read & Write
Request Body
{"products"=>[{"identifer-type"=>"id", "identifer"=>"<string>", "quantity"=>"<number>", "unlimited_quantity"=>"<boolean>"}, {"identifer-type"=>"id", "identifer"=>"<string>", "quantity"=>"<number>", "unlimited_quantity"=>"<boolean>"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":{"message":"\u003cstring\u003e","code":"\u003cnumber\u003e"}}