Update Bulk Quantities by SKU

POST {{baseUrl}}/products/quantities/bulkSkus

This endpoint allows you to update unlimited bulk quantities by providing the SKUs of the products you want to update their quantity as aquery parameter.

Request Body

{"skus"=>[{"sku"=>"<string>", "quantity"=>"<number>", "unlimited_quantity"=>"<boolean>"}, {"sku"=>"<string>", "quantity"=>"<number>", "unlimited_quantity"=>"<boolean>"}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&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;}}