Commerce Subscription Amend Input

Input representation for the Commerce subscription amend request.
Root XML tag
CommerceSubscriptionAmendInput
JSON example
1{
2  "amendStartDate": "2025-08-01T00:00:00.000Z",
3  "quantityChange": 50,
4  "subscriptionIds": [
5    "02ixx0000004Hb4AAE"
6  ]
7}
Properties
Name Type Description Required or Optional Available Version
amendStartDate Date The date when the subscription amendment takes effect.

The specified date must not be in the past and cannot be later than the subscription end date.

Required 65.0
quantityChange Double The change in digital product quantity for the existing subscription. Required 65.0
subscriptionIds String[] List of digital product subscription IDs to amend.

Currently supports amending only one digital product subscription per request.

Required 65.0