Key concepts
- Product ID — Your stable identifier used in code and API.
- Product UID — The internal Qonversion UID returned by the API for referencing products in other resources.
- Type —
subscription,in_app,consumable, ornon_consumable. - Duration — For subscriptions:
weekly,monthly,3_month,6_month,annual,lifetime, or a custom duration. - 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.