Subscription Grouped Line
Requires the or scope.
A subscription contract line grouped by bundle parent: either a standalone line or a bundle parent line and its components.
Anchor to Possible typesPossible types
- SubscriptionLine (SubscriptionLine)
- SubscriptionParentLine (SubscriptionParentLine)
- •OBJECT
A product line item within a
. Each line represents a specific product variant that the customer subscribes to, including its quantity, pricing, and whether shipping is required.The line maintains references to the
,, and customAttributeobjects. It tracks the current price and any scheduled price changes through its. You can modify lines throughobjects without affecting the original contract until you commit changes.Learn more about subscription contracts and selling plans.
- •OBJECT
Represents a Subscription Parent Line.
Anchor to Fields with this unionFields with this union
- Anchor to SubscriptionBillingCycleEditedContract.groupedLinesSubscription•OBJECT
Billing Cycle Edited Contract.groupedLines Represents a subscription contract with billing cycles.
- •OBJECT
A calculated subscription contract that can be previewed before committing.
- •OBJECT
A subscription contract that defines recurring purchases for a customer. Each contract specifies what products to deliver, when to bill and ship them, and at what price.
The contract includes
andthat control the frequency of charges and fulfillments.items define the products, quantities, and pricing for each recurringOrder. The contract tracksrecords, payment status, and generated orders throughout its lifecycle.Appinstances manage contracts through various status transitions including active, paused, failed, cancelled, or expired states.Learn more about building subscription contracts and updating subscription contracts.
- •INTERFACE
Represents subscription contract common fields.
- •CONNECTION
An auto-generated type for paginating through multiple SubscriptionGroupedLines.
- •OBJECT
An auto-generated type which holds one SubscriptionGroupedLine and a cursor during pagination.