Update Quantity By SKU

PUT {{baseUrl}}/products/quantities/bySku/:sku

You can update specific product price by providing the SKU of the product you want to update its price in the sku path parameter.

Request Body

{"quantity"=>12}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

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