GraphQL Schema Updates

Per-line-item tax totals on cart items, plus a new translatable category URL path resource.

Storefront GraphQL

  • Line-item tax totals — new taxTotal and taxTotalInDisplayCurrency fields on CartPhysicalItem and CartDigitalItem, exposing the tax owed on each cart line in both store and display currency

Admin GraphQL

  • Category URL path translations — new CATEGORY_URL_PATHS value on the TranslationResourceType enum

For schema details, browse the Storefront GraphQL API reference and the Admin GraphQL API reference.