A valid request URL is required to generate request examples{
"items": [
{
"productOffering": {
"productOfferingId": "<string>",
"name": "<string>",
"price": {
"currency": "USD",
"discount": 5,
"netPrice": 5,
"priceType": "ONE_TIME",
"boundMonths": 12,
"billingCycle": {
"period": "MONTHLY",
"interval": 1
}
},
"productOfferingGroupId": "<string>",
"group": {
"productOfferingGroupId": "<string>",
"name": "<string>",
"category": "SUBSCRIPTION_CELL"
}
},
"changeSchedule": "INSTANT",
"changeScheduleDate": "2024-02-01"
}
]
}Get all available product offerings a subscription can be changed to and when the change can take effect.
When the subscription can be changed typically depends on the network setup, billing cycle, and current product offering. As a rule of thumb (though not always), upgrades and lateral moves are immediate, while downgrades take effect at the next renewal date.
A valid request URL is required to generate request examples{
"items": [
{
"productOffering": {
"productOfferingId": "<string>",
"name": "<string>",
"price": {
"currency": "USD",
"discount": 5,
"netPrice": 5,
"priceType": "ONE_TIME",
"boundMonths": 12,
"billingCycle": {
"period": "MONTHLY",
"interval": 1
}
},
"productOfferingGroupId": "<string>",
"group": {
"productOfferingGroupId": "<string>",
"name": "<string>",
"category": "SUBSCRIPTION_CELL"
}
},
"changeSchedule": "INSTANT",
"changeScheduleDate": "2024-02-01"
}
]
}An API key that grants access to the Connect API. You can create and manage API keys in the portal.
The unique identifier of the subscription.
Available change options.
Show child attributes
Embedded representation of a product offering.
Show child attributes
The unique identifier for the product offering.
The name of the product offering.
Pricing information with discount details.
Show child attributes
The currency code.
"USD"
The discount amount from the original price.
The final cost after all discounts are applied.
5
The type of pricing model applied to the product offering.
ONE_TIME, RECURRING The number of months the price is bound to (for recurring prices).
12
The unique identifier for the product offering group.
Product offering group information embedded in responses.
Show child attributes
The unique identifier for the product offering group.
The name of the product offering group.
A product category is a sub-type for grouping offerings of the same type.
Typically, product offerings of the same type with the same category allow for switching between them. For upgrading and downgrading subscriptions and licenses, we recommend using their corresponding endpoints though.
"SUBSCRIPTION_CELL"
The schedule type for when a product offering change can take effect.
INSTANT, FIRST_OF_NEXT_MONTH, NEXT_RENEWAL_DAY The date when the product offering change can take effect.
"2024-02-01"