plan
Graphql fields and variables for the plan query
Scope required: product:read
For a complete list of possible response fields see the Plan type.
query plan ($id: ID) {
plan (id: $id) {
addon
availableFrom
availableTo
basePrice
code
contactUsLabel
contactUsUrl
createdAt
description
id
internalNotes
isAvailableNow
isVisible
name
position
pricingDescription
productId
productPlanName
selfServiceBuy
selfServiceCancel
selfServiceRenew
updatedAt
}
}
Arguments
Name
Type
Description
id
ID
Response
Last updated
Was this helpful?