cimplify
Api reference

Catalogue

The catalogue surface covers everything visible to a shopper: products and variants, categories, collections, bundles, composites, and the modifier groups (add-ons) attached to them. All endpoints live under `/api/v1/catalogue` and accept an optional `location_id` query parameter for location-specific pricing and availability.

Quick reference

MethodEndpointDescription
GET/api/v1/catalogueCombined catalogue snapshot
GET/api/v1/catalogue/productsList products with filters
GET/api/v1/catalogue/products/{id}Get a product
GET/api/v1/catalogue/products/{id}/variantsList variants
POST/api/v1/catalogue/products/{id}/variants/findFind variant by axes
GET/api/v1/catalogue/products/{id}/add-onsModifier groups for a product
GET/api/v1/catalogue/categoriesList categories
GET/api/v1/catalogue/collectionsList collections
GET/api/v1/catalogue/bundlesList bundles
GET/api/v1/catalogue/compositesList composites
POST/api/v1/catalogue/composites/{id}/calculate-pricePrice a build-your-own selection
POST/api/v1/catalogue/quotesCreate a price quote
POST/api/v1/catalogue/deals/validateValidate a discount code

Product types

TypeDescription
productPhysical or digital good.
serviceTime-bookable; pairs with the scheduling endpoints.
bundleFixed combination of components.
compositeBuild-your-own with component groups.

Sections

  • Products: List, retrieve, look up by slug, fetch deals, billing plans, schedules
  • Variants: Variant axes, find-by-axes, get-by-id
  • Categories: Category trees, products in a category, attributes, deals
  • Collections: Curated groupings with their products and attributes
  • Bundles: Fixed-component bundles
  • Composites: Build-your-own products with calculate-price
  • Add-Ons: Modifier groups attached to products

On this page