githubEdit

priceListChargeCreate

Graphql fields and variables for the priceListChargeCreate mutation

Create a charge on a price list

Scope required: product:write

For a complete list of input attributes see the PriceListChargeAttributes type

mutation priceListChargeCreate ($attributes: PriceListChargeAttributes!) {
  priceListChargeCreate (attributes: $attributes) {
      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

Response

Name
Type
Description

errors

List (String)

priceListCharge

Last updated

Was this helpful?