3min
Product Offers
A Product Offer is a merchant's offering of a product. Since multiple merchants can be selling the same product, Violet provides you with each of the offers so that you can choose which suits your system best.
GET /catalog/offers/merchants/{merchant_id}
Query an individual merchant's offers in a paginated format without top level product wrappers. API Reference: Get Offer by ID
Request
merchant_id - ID of the merchant you are requesting product offers for
Optional Query Parameters:
page - the current page, used in pagination. size - the number of products each page should contain, used in pagination.
Curl
|
Response
JSON
|