Update Bulk Quantities

POST https://api.salla.dev/admin/v2/products/quantities/bulk

You can 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.

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;:true,&quot;data&quot;:{&quot;message&quot;:&quot;\u003cstring\u003e&quot;,&quot;code&quot;:&quot;\u003cnumber\u003e&quot;}}