Catalogue API
Browse products, categories, collections, bundles, and composites. Get quotes for pricing.
Quick Reference
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1/catalogue/products | List products |
| GET | /api/v1/catalogue/products/{id} | Get product by ID |
| GET | /api/v1/catalogue/products/slug/{slug} | Get product by slug |
| GET | /api/v1/catalogue/categories | List categories |
| GET | /api/v1/catalogue/collections | List collections |
| GET | /api/v1/catalogue/collections/{id} | Get collection with products |
| GET | /api/v1/catalogue/bundles/{id} | Get bundle with components |
| GET | /api/v1/catalogue/composites/{id} | Get composite with components |
| POST | /api/v1/catalogue/search | Full-text search |
| POST | /api/v1/catalogue/quote | Get price quote |
| POST | /api/v1/catalogue/quote/refresh | Refresh existing quote |
Product Types
| Type | Description | Example |
|---|---|---|
product | Physical or virtual goods | Retail items, food, merchandise |
service | Bookable time-based offerings | Haircuts, consultations, classes |
digital | Downloadable or redeemable content | E-books, tickets, license keys |
bundle | Fixed product combination | Meal deals, gift sets |
composite | Build-your-own with component groups | Custom pizzas, PC builders |