Back to AllAddedNew `tier` field available on account `products` queries January 5th, 2026 🏷️ API version: 2026-01 You can now retrieve each product’s tier for an account using the new tier field on the products field. GraphQLquery { account { products { kind tier } } }