SubscriptionItem Object

The SubscriptionItem object represents a specific product item within a subscription. It includes product details, pricing, lifecycle status, and promotion-related information.

Field NameTypeDescription
runningNumberintegerRunning number of the item in the subscription.
quantityintegerQuantity of the purchase item.
productIdintegerID of the product.
productNamestringProduct name used in customer communication.
productNameExtensionstringAdditional naming information used in customer communication.
recurrenceCountintegerMaximum number of billings that can occur for the item.
statusstringStatus of the subscription. For more information, see Subscription Statuses.
deactivationDatestringDate when the item was or will be deactivated; according to RFC3339.
startDatestringSubscription start date according to RFC3339.
endDatestringNumber of the last successfully paid interval of the subscription item. Counting starts at 0. For each successfully paid interval, the number is increased by one.
isCurrentbooleanWhether this item is currently active.
versionintegerVersion number of the subscription item.
versionActiveDatestringDate when the current version became active; according to RFC3339.
couponCodestringCoupon code applied to the item for a promotion.
promotionIdintegerID of the promotion to which the coupon code belongs.
subscriptionEventTypeIdstringCode of Subscription Event Type triggering this item.
yourRenewalPriceobjectRenewal pricing information that your company set up in the Cleverbridge platform for this item. For more information, see Prices Object.
customerRenewalPriceobjectRenewal pricing information that the customer receives during the purchase process for this item. For more information, see Prices Object .