Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
query GetAddon($input: GetPackageByRefIdInput!) { getAddonByRefId(input: $input) { refId displayName description status pricingType maxQuantity versionNumber product { refId displayName } prices { billingModel billingPeriod price { amount currency } } packageEntitlements { ... on PackageEntitlement { feature { refId displayName featureType } hasUnlimitedUsage usageLimit } } dependencies { refId displayName } } }
Show properties
Addon