#smsajjadzaidi

1 messages · Page 1 of 1 (latest)

tawny sorrelBOT
half oyster
#

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.