#smsajjadzaidi
1 messages · Page 1 of 1 (latest)
Hi 👋 if you're using Checkout Sessions, you can set line_items.adjustable_quantity to allow your customers to adjust the quantity they select
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items-adjustable_quantity
but you can only set ranges for that, you can't strictly limit it to 3 different values, so you may need to represent your product as it being sold in units of 1000.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.