Subscription item resource
This object represents a product included in a subscription.
SubscriptionItem object defines which products are included in a subscription and how they are configured. It supports multiple variants and can be configured for specific subscription cycles, allowing customers to customize their subscription with different product options.
Reference
Unique subscription item identifier (UUID).
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
subscription-item Product title.
1"Monthly Coffee Blend"
Variant title. Matches the variant title in most cases.
1"250g / Ground"
Number of units ordered per billing cycle.
x >= 11
Final item price per billing cycle including all applicable discounts.
x >= 024.99
Maximum number of billing cycles this item remains on the subscription. The item is automatically removed once this limit is reached. Null means no limit.
x >= 13
Cancellation date of the item.
Arbitrary key-value pairs attached to this subscription item. In the Customer API, attributes whose key starts with _ are hidden and excluded.
ProductVariant id when not expanded, or the full ProductVariant object when the field name is included in the expand query parameter. Can be null.
1Product id when not expanded, or the full Product object when the field name is included in the expand query parameter. Can be null.
1