Create a subscription item
Used to create a subscription item.
Authorizations
Headers
Unique identifier of the tenant in the system (usually a store identifier)
Path Parameters
The subscription identifier
Body
1Number of units ordered per billing cycle.
x >= 11
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
Response
Default Response
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