Update Bulk Quantities by SKU

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

You can update unlimited bulk quantities by providing the SKUs of the products you want to update its 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;success&quot;:&quot;\u003cboolean\u003e&quot;,&quot;status&quot;:&quot;\u003cnumber\u003e&quot;,&quot;error&quot;:{&quot;code&quot;:&quot;\u003cnumber\u003e&quot;,&quot;message&quot;:&quot;\u003cstring\u003e&quot;}}