Products
The Products API provides access to the product catalog across all suppliers. Each product belongs to a business and includes pricing, specifications, images, and category information.
Read endpoints require products.read. Write endpoints require products.write.
Available Endpoints
GET
/v1/productsList products with filters
products.read
GET
/v1/products/:idGet full product detail
products.read
GET
/v1/products/:id/price-historyPrice history for a product
products.read
POST
/v1/productsCreate a new product
products.write
PUT
/v1/products/:idUpdate an existing product
products.write
Last updated on February 23, 2026