githubEdit

priceListChargeUndoDeprecate

Graphql fields and variables for the priceListChargeUndoDeprecate mutation

Undo the deprecation of a price list charge

Scope required: product:write

mutation priceListChargeUndoDeprecate ($id: ID!) {
  priceListChargeUndoDeprecate (id: $id) {
      errors
      priceListCharge {
        accountingCode
        avalaraAfcSaleType
        avalaraAfcServiceType
        avalaraAfcTransactionType
        basePrice
        code
        createdAt
        deprecated
        featureAddon
        featureId
        financialAccountId
        hidePeriodsOnInvoice
        id
        isTelecomCharge
        longName
        name
        position
        price
        priceDecimals
        priceDescription
        priceListId
        productId
        quantityMax
        quantityMin
        recognitionPeriod
        removeOnRenewal
        roundUpInterval
        selfServiceQuantity
        showPriceAsMonthly
        specificInvoiceLineText
        taxCode
        updatedAt
      }
  }
}

Arguments

Name
Type
Description

id

ID

Response

Name
Type
Description

errors

List (String)

priceListCharge

Last updated

Was this helpful?