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