KwitKwit Docs

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

TypeUse case
FLATFixed recurring or one-time price
PER_UNITCharge per unit consumed
TIEREDGraduated tiers by quantity
VOLUMEPrice 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 - create
  • GET /v1/products - list (active, page, perPage)
  • GET /v1/products/:id - retrieve
  • PATCH /v1/products/:id/meter-prices - set usage prices

See API: Products.

On this page