Products
Catalog, pricing types, and billing intervals
llms.txtCatalog, pricing types, and billing intervals
Products are the sellable items in your catalog. Each product includes pricing configuration used by checkout and subscriptions.
Pricing types
| Type | Use case |
|---|---|
FLAT | Fixed recurring or one-time price |
PER_UNIT | Charge per unit consumed |
TIERED | Graduated tiers by quantity |
VOLUME | Price depends on total volume band |
Billing intervals
DAILY, WEEKLY, MONTHLY, QUARTERLY, YEARLY, and ONE_TIME are supported. Optional intervalCount and trialDays control cadence and trials.
Dashboard
Create and edit products under Dashboard → Products. Attach meter prices for usage-based components on the same product.
API
POST /v1/products- createGET /v1/products- list (active,page,perPage)GET /v1/products/:id- retrievePATCH /v1/products/:id/meter-prices- set usage prices
See API: Products.