Key concepts
- Product ID — Stable identifier you choose (e.g.,
premium_monthly). Used in the API path and in related resources (entitlements, offerings, experiments). Up to 255 characters, restricted to alphanumerics, hyphens, underscores, and dots. - Type — One of
subscription_with_promo,subscription,consumable, orlifetime. May benullfor legacy products that pre-date typed products. Labels match the Qonversion dashboard. - Duration — ISO 8601 subscription period:
P1W,P1M,P3M,P6M, orP1Y. Allowed only forsubscription_with_promoandsubscription;nullforconsumableandlifetime. - Path consolidation — v3 split product operations between
/products/{id}(GET) and/products/{uid}(PUT/PATCH/DELETE); v4 uses a single path/products/{product_id}for all operations.