subscriptionUpdate

Graphql fields and variables for the subscriptionUpdate mutation

Quote quantity and/or discount modifications to a subscription

Scope required: standard:write

For a complete list of input attributes see the SubscriptionAttributes type

mutation subscriptionUpdate ($id: ID!, $attributes: SubscriptionAttributes!) {
  subscriptionUpdate (id: $id, attributes: $attributes) {
      errors
      subscription {
        accountId
        cancellationDate
        createdAt
        currencyId
        currentPeriod
        daysLeftInTrial
        endDate
        evergreen
        id
        name
        period
        priceAdjustmentAllowed
        priceAdjustmentLastDate
        priceAdjustmentPercentage
        priceListId
        provisioningRequired
        rampIntervalMonths
        renewalSummary
        renewalTermMonths
        startDate
        trialEndDate
        trialPeriod
        trialStartDate
        updatedAt
      }
  }
}

Arguments

Name
Type
Description

Response

Name
Type
Description

errors

List (String)

subscription

Last updated

Was this helpful?