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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":"\u003cnumber\u003e","success":true,"data":{"message":"\u003cstring\u003e","code":"\u003cnumber\u003e"}}