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.
OAuth Scopes
products.read products.read_write
Request Body
{"quantity"=>12}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
{"status":201,"success":true,"data":{"message":"The details has been updated successfully","code":201}}