--- title: taxonomy - GraphQL Admin description: >- The Taxonomy resource lets you access the categories, attributes and values of the loaded taxonomy tree. api_version: 2025-10 api_name: admin type: query api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/latest/queries/taxonomy' md: 'https://shopify.dev/docs/api/admin-graphql/latest/queries/taxonomy.md' --- # taxonomy query The Taxonomy resource lets you access the categories, attributes and values of the loaded taxonomy tree. ## Possible returns * Taxonomy [Taxonomy](https://shopify.dev/docs/api/admin-graphql/latest/objects/Taxonomy) The Taxonomy resource lets you access the categories, attributes and values of a taxonomy tree. *** ## Examples * ### taxonomy reference ## Query Reference ```graphql { taxonomy { # taxonomy fields } } ```