Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Adds adjustable quantity to the line items response


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

ParameterChangeResources or endpoints
adjustable_quantityAddedLineItem

Upgrade

  1. View your current API version in Workbench.
  2. 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
  1. Upgrade the API version used for webhook endpoints .
  2. Test your integration against the new version.
  3. If you use Connect, test your Connect integration .
  4. In Workbench, perform the upgrade . You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Last verified 2026-09-24

Is this helpful?