/products/{product_id}/bulk-prices/{id}
PUT {{baseUrl}}/products/:product_id/bulk-prices/:id
Updates a specific bulk pricing assigned to a product
Request Body
{"fromQuantity"=>"<integer>", "toQuantity"=>"<integer>", "price"=>"<integer>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"id":"\u003cinteger\u003e","variationId":"\u003cinteger\u003e","fromQuantity":"\u003cinteger\u003e","toQuantity":"\u003cinteger\u003e","price":"\u003cinteger\u003e"}