Subscription item created
Fired when a subscription-item.created event occurs. Delivered via Svix.
Authorizations
Long-lived Admin API key issued from the Juo merchant portal. Pass as the X-Juo-Admin-Api-Key header.
Body
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.
1Response
Webhook received successfully.