Adds adjustable quantity to the line items response
What’s new
The adjustable_ 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 quantityminimum(integer, optional): The minimum quantity the customer can selectmaximum(integer, optional): The maximum quantity the customer can select
Impact
The adjustable_ 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.