/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

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: Created

{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;variationId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;fromQuantity&quot;:&quot;\u003cinteger\u003e&quot;,&quot;toQuantity&quot;:&quot;\u003cinteger\u003e&quot;,&quot;price&quot;:&quot;\u003cinteger\u003e&quot;}