Managing Products
Products are the sellable units tiun uses for checkout, entitlements, and reporting. You create and maintain them in the tiun.business dashboard.
Open the Products area
In the sidebar, go to Products. You will see every product for the current environment (production or sandbox, depending on how the dashboard is set).
Product list
The list summarizes each product: pricing type, billing interval where relevant, fees, and trial information when configured.

Create a product
Click Create new product. Choose a pricing type — subscription or time-based — and complete the fields for that model. The form walks you through name, price, and any trial or timing options your plan needs. For details on each product type and what the creation forms look like, see Products.
Product detail
Opening a product shows a checkout preview, the product ID with a copy control, and links to integration help. Use this view when wiring tiun.checkout({ productId: '...' }) (subscriptions) or tiun.start() (time-based) in your app.
Edit and archive
Use Edit to change name, pricing, or other configuration. The edit screen mirrors the creation flow for the product's pricing model.
Archive removes the product from the active list without deleting historical data. Archived products are no longer offered as active SKUs in the usual workflows, but you keep a clean separation between live catalog and retired items.
Product IDs
Each product has a unique ID. Copy it from the list or the detail page. For subscriptions, pass it to checkout:
For time-based products, call tiun.start() — the product is linked through your snippet configuration.
Use the ID that matches the environment you run in (sandbox vs production) so entitlements and payments line up with the dashboard you configured.
Last updated
Was this helpful?