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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"status":201,"success":true,"data":{"message":"The details has been updated successfully","code":201}}