Update Quantity By SKU
PUT https://api.salla.dev/admin/v2/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"=>"<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"}}