Setting a quantity
For single payment and subscription products using any of the four pricing models, you can specify a 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 add quantity
as a URL parameter to existing product URLs like so:
https://[STORE].lemonsqueezy.com/checkout/buy/[VARIANT_ID]?quantity=5
If you create checkouts with the API, you can specify a quantity in your API call. Read the Developer Guide for a full example.
Tip: You can update a subscription's quantity later on using the API. Read more in the Developer Guide.