priceListCreate
Graphql fields and variables for the priceListCreate mutation
Create a price list
Scope required: product:write
For a complete list of input attributes see the PriceListAttributes type
mutation priceListCreate ($attributes: PriceListAttributes!) {
priceListCreate (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
Response
Name
Type
Description
errors
List (String)
Last updated
Was this helpful?
