/products/{id}/bulk-prices
GET {{baseUrl}}/products/:id/bulk-prices
Returns a list of bulk prices assigned to a product
RESPONSES
status: OK
[{"id":"\u003cinteger\u003e","variationId":"\u003cinteger\u003e","fromQuantity":"\u003cinteger\u003e","toQuantity":"\u003cinteger\u003e","price":"\u003cinteger\u003e"},{"id":"\u003cinteger\u003e","variationId":"\u003cinteger\u003e","fromQuantity":"\u003cinteger\u003e","toQuantity":"\u003cinteger\u003e","price":"\u003cinteger\u003e"}]