priceList
Graphql fields and variables for the priceList query
Scope required: product:read
For a complete list of possible response fields see the PriceList type.
query priceList ($id: ID, $code: String, $format: String) {
priceList (id: $id, code: $code, format: $format) {
basePrice
code
createdAt
currencyId
id
isVisible
monthlyBasePrice
name
periodMonths
planId
priceAdjustmentPercentage
priceDescription
productId
renewalTermMonths
sku
trialAllowed
trialLengthDays
updatedAt
}
}
Arguments
Name
Type
Description
id
ID
code
String
format
String
Response
Last updated
Was this helpful?