Skip to main content

Get a product custom price for a business

GET 

/api/v1/supplier_products/:id/custom_prices/:business_id

This EP allows you to retrieve the custom price a business is linked to, for a given product. As an option, you can decide if you want the EP to return the default price if no custom price exists.

Request

Responses

Returns a price object linked to the business and product passed in the request. Returns '404 Not Found' if no custom price is found and fallback_to_default is set to false.