website logo
Channel Docs
Merchant Docs
Navigate through spaces
Channel Docs
Merchant Docs
⌘K
Guides
🚀Quick Start
🏃‍♂️Utilizing Quick Checkout
👋Welcome to Violet's Docs
💡Concepts
🌐API Reference
✋Help
Docs powered by archbee 
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
|




Updated 03 Mar 2023
Did this page help you?
Yes
No
UP NEXT
Products by ID
Docs powered by archbee 
TABLE OF CONTENTS
GET /catalog/offers/merchants/{merchant_id}