/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

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{&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;}