priceListCreate
Graphql fields and variables for the priceListCreate mutation
mutation priceListCreate ($attributes: PriceListAttributes!) {
priceListCreate (attributes: $attributes) {
errors
priceList {
basePrice
code
createdAt
currencyId
deprecated
id
isVisible
monthlyBasePrice
name
periodMonths
planId
priceAdjustmentPercentage
priceDescription
productId
renewalTermMonths
showPriceAsMonthly
sku
trialAllowed
trialLengthDays
updatedAt
}
}
}Arguments
Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
