Adds adjustable quantity to the line items response
What’s new
The adjustable_quantity property is now returned when you retrieve Line Items for Checkout Sessions, Payment Links, and Quotes. This property indicates the minimum and maximum quantity limits configured for the Line Item.
- enabled (boolean, required): Whether the customer can adjust the quantity
- minimum (integer, optional): The minimum quantity the customer can select
- maximum (integer, optional): The maximum quantity the customer can select
Impact
The adjustable_quantity property is now included in all LineItem objects returned by the API. If your integration parses LineItem objects from the Checkout Sessions, Payment Links, or Quotes APIs, this property will now appear in your API responses and event payloads.
Changes
| Parameter | Change | Resources or endpoints |
|---|---|---|
| adjustable_quantity | Added | LineItem |
Upgrade
- View your current API version in Workbench.
- If you use an SDK, upgrade to the corresponding SDK version for this API version.
- If you don’t use an SDK, update your API requests to include Stripe-Version: 2026-01-28. clover
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
- In Workbench, perform the upgrade . You can roll back the version for 72 hours.
Learn more about Stripe API upgrades.
