priceListUpdate
Graphql fields and variables for the priceListUpdate mutation
Update a price list
Scope required: product:write
For a complete list of input attributes see the PriceListAttributes type
mutation priceListUpdate ($id: ID!, $attributes: PriceListAttributes!) {
priceListUpdate (id: $id, attributes: $attributes) {
errors
priceList {
basePrice
code
createdAt
currencyId
id
isVisible
monthlyBasePrice
name
periodMonths
planId
priceAdjustmentPercentage
priceDescription
productId
renewalTermMonths
showPriceAsMonthly
sku
trialAllowed
trialLengthDays
updatedAt
}
}
}Arguments
Name
Type
Description
id
ID
Response
Name
Type
Description
errors
List (String)
Last updated
Was this helpful?
