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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;status&quot;:&quot;\u003cnumber\u003e&quot;,&quot;success&quot;:&quot;\u003cboolean\u003e&quot;,&quot;data&quot;:{&quot;message&quot;:&quot;\u003cstring\u003e&quot;,&quot;code&quot;:&quot;\u003cnumber\u003e&quot;}}