priceListChargeUpdate
Graphql fields and variables for the priceListChargeUpdate mutation
Update a charge on a price list
Scope required: product:write
For a complete list of input attributes see the PriceListChargeAttributes type
mutation priceListChargeUpdate ($id: ID!, $attributes: PriceListChargeAttributes!) {
priceListChargeUpdate (id: $id, attributes: $attributes) {
errors
priceListCharge {
accountingCode
avalaraAfcSaleType
avalaraAfcServiceType
avalaraAfcTransactionType
basePrice
code
createdAt
featureAddon
featureId
financialAccountId
hidePeriodsOnInvoice
id
isTelecomCharge
longName
name
position
price
priceDecimals
priceDescription
priceListId
productId
quantityMax
quantityMin
recognitionPeriod
roundUpInterval
selfServiceQuantity
showPriceAsMonthly
specificInvoiceLineText
taxCode
updatedAt
}
}
}Arguments
Name
Type
Description
id
ID
Response
Name
Type
Description
errors
List (String)
Last updated
Was this helpful?
