Catalog
Catalog Overview
Catalog is where you can access collections of buyable Products available on Violet through connected Merchants. The Violet Catalog APIs provide developers with access to information such as product categories, product details, and individual SKUs.
Using the following Catalog APIs you can discover what products are available to your applications; narrow in on exact product details such as variations, current offers and brands; as well as search through different offers available for the same product.
Search through the catalog of products
GET /catalog/products/search
Retrieve product details by ID
GET /catalog/products/{product_id}
Filter a predefined list of Products
POST /catalog/products/filter
Retrieve a list of product offers
GET /catalog/offers/merchants/{merchant_id}