Update bulk quantities by SKUs

POST {{baseUrl}}/products/quantities/bySkus

You can update bulk quantities by providing the SKUs of the products you want to update its quantity as aquery parameter.

Note: This endpoint will be deprecated soon, You can use the new endpoint to update products quantities by skus from here.

OAuth Scopes


orders.read orders.read_write

Request Body

{"skus"=>{"IPHONE-XL-PLUS"=>5, "ASUS-Selfie"=>12}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: Created

{"success":true,"status":201,"error":{"code":201,"message":"The details has been updated successfully"}}