Setting a Quantity
For single payment and subscription products across all four pricing models, you can specify the quantity at checkout.
This allows you to sell multiple items at once to your customers.
For example, you could sell 3-user access to your €50 PDF by setting the quantity to 3
at checkout. Your customers will be charged €150.
You can specify a quantity in the product Share options:
Alternatively, you can set quantity
as a URL parameter to product URLs like so:
In the URL above, you need to replace [STORE]
and [VARIANT_ID]
placeholders with your specific store and variant values.
If you create checkouts with the API, you can specify a quantity in your API call. Read the Developer Guide.