Skip to main content
GET
/
subscriptions
/
{subscriptionId}
/
addons
/
product-offering-options
{
  "items": [
    {
      "productOfferingId": "<string>",
      "productOffering": {
        "productOfferingId": "<string>",
        "name": "<string>",
        "price": {
          "grossPrice": 10,
          "discount": 5,
          "netPrice": 5,
          "currency": "USD",
          "priceType": "ONE_TIME",
          "boundMonths": 12,
          "billingCycle": {
            "period": "MONTHLY",
            "interval": 1
          },
          "taxIncluded": true
        },
        "productOfferingGroupId": "<string>",
        "group": {
          "productOfferingGroupId": "<string>",
          "name": "<string>",
          "category": "SUBSCRIPTION_CELL"
        }
      },
      "changeSchedule": "INSTANT",
      "changeScheduleDate": "2024-02-01"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

An API key that grants access to the Connect API. You can create and manage API keys in the portal.

Path Parameters

subscriptionId
string
required

The unique identifier of the subscription.

Query Parameters

currentProductOfferingId
string
required

The current add-on product offering to get change options for.

Response

Available change options for the add-on.

items
object[]
required
I