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.
products.read_write
- Products Read & Write
Request Body
{"skus"=>[{"sku"=>"<string>", "quantity"=>"<number>", "unlimited_quantity"=>"<boolean>"}, {"sku"=>"<string>", "quantity"=>"<number>", "unlimited_quantity"=>"<boolean>"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":{"message":"\u003cstring\u003e","code":"\u003cnumber\u003e"}}