Packages

Group multiple products together into a single purchasable option with combined pricing.
View as Markdown

Overview

Packages let you group multiple products into a single purchasable option, simplifying checkout and giving customers flexibility to choose the option that fits their needs. Each product in a package can include multiple pricing options, such as one-time or recurring prices.

Use cases:

  • Bundled software features (e.g., Pro + Analytics)
  • Hardware + service packages
  • Multi-seat or multi-feature plans sold together

How packages work

With packages:

  • Multiple products are presented as a single option at checkout
  • Customers can select the variant or price for each product within the package
  • Total price is calculated by combining all selected items in the package
  • Can coexist with other packages or individual product purchases

Example

SaaS Package

1Package: Pro Suite
2├── Product: Pro Plan
3│ └── Price: $29/month
4├── Product: Analytics Add-on
5│ └── Price: $10/month
6└── Product: Team Seats
7 └── Price: $10/seat/month
8
9Customer selects 5 seats:
10Total = $29 + $10 + (5 × $10) = $89/month