Added

New `tier` field available on account `products` queries

🏷️ API version: 2026-01

You can now retrieve each product’s tier for an account using the new tier field on the products field.

query {
  account {
    products {
      kind
      tier
    }
  }
}