quoteChangeRevertPriceAdjustment

Graphql fields and variables for the quoteChangeRevertPriceAdjustment mutation

Revert the price adjustments on a quote change

Scope required: standard:write

mutation quoteChangeRevertPriceAdjustment ($quoteChangeId: ID!) {
  quoteChangeRevertPriceAdjustment (quoteChangeId: $quoteChangeId) {
      errors
      quoteChange {
        currencyId
        endDate
        evergreen
        id
        name
        priceAdjustmentAllowed
        priceAdjustmentLastDate
        priceAdjustmentPercentage
        priceListId
        quoteId
        quotePlanId
        rampIntervalMonths
        renewalSummary
        renewalTermMonths
        startDate
        subscriptionId
      }
  }
}

Arguments

{
  "quoteChangeId": "456123"
}
Name
Type
Description

quoteChangeId

ID

Response

Name
Type
Description

errors

List (String)

quoteChange

Last updated

Was this helpful?