Newer Version Available

This content describes an older version of this product. View Latest

Commerce Subscription Renew Input

Input representation for the Commerce subscription renew request.
Root XML tag
CommerceSubscriptionRenewInput
JSON example
1{
2  "renewalEndDate": "2025-12-31T23:59:59.000Z",
3  "renewalStartDate": "2025-06-01T00:00:00.000Z",
4  "renewalTermLength": 1,
5  "renewalTermUnit": "Year",
6  "subscriptionIds": [
7    "02ixx0000004Hb4AAE"
8  ]
9}
Properties
Name Type Description Required or Optional Available Version
renewalEndDate String The date when the subscription renewal period ends. If renewalStartDate is present, you must specify either renewalEndDate or both renewalTermLength and renewalTermUnit. Optional 65.0
renewalStartDate String The date when the subscription renewal period begins. Defaults to one day after the current subscription end date. Required 65.0
renewalTermLength Integer The duration of the renewal term. If renewalStartDate is provided, you must specify either renewalEndDate or both renewalTermLength and renewalTermUnit. Optional 65.0
renewalTermUnit String The unit of time for the renewal term. For example, days, months, or years. If renewalStartDate is present, you must specify either renewalEndDate or both renewalTermLength and renewalTermUnit. Optional 65.0
subscriptionIds String[] The list of digital product subscription IDs to renew.

Supports renewal of only one digital product subscription per request.

Required 65.0