/products/{id}/bulk-prices
POST {{baseUrl}}/products/:id/bulk-prices
Creates a new bulk price for a product
Request Body
{"variationId"=>"<integer>", "fromQuantity"=>"<integer>", "toQuantity"=>"<integer>", "price"=>"<integer>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
{"id":"\u003cinteger\u003e","variationId":"\u003cinteger\u003e","fromQuantity":"\u003cinteger\u003e","toQuantity":"\u003cinteger\u003e","price":"\u003cinteger\u003e"}