priceList
Graphql fields and variables for the priceList query
query priceList ($id: ID, $code: String, $format: String) {
priceList (id: $id, code: $code, format: $format) {
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
Last updated
Was this helpful?
