# TaxonomyCategory - admin-graphql - OBJECT Version: 2024-10 ## Description The details of a specific product category within the [Shopify product taxonomy](https://shopify.github.io/product-taxonomy/releases/unstable/?categoryId=sg-4-17-2-17). ### Access Scopes ## Fields * [ancestorIds](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The IDs of the category's ancestor categories. * [childrenIds](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The IDs of the category's child categories. * [fullName](/docs/api/admin-graphql/2024-10/scalars/String): String! - The full name of the taxonomy category. For example, Animals & Pet Supplies > Pet Supplies > Dog Supplies > Dog Beds. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The globally-unique ID of the TaxonomyCategory. * [isArchived](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - Whether the category is archived. The default value is `false`. * [isLeaf](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - Whether the category is a leaf category. A leaf category doesn't have any subcategories beneath it. For example, in Animals & Pet Supplies > Pet Supplies > Dog Supplies > Dog Treadmills, Dog Treadmills is a leaf category. The value is `true` when there are no `childrenIds` specified. * [isRoot](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - Whether the category is a root category. A root category is at the top level of the category hierarchy and doesn't have a parent category. For example, Animals & Pet Supplies. The value is `true` when there's no `parentId` specified. * [level](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The level of the category in the taxonomy tree. Levels indicate the depth of the category from the root. For example, in Animals & Pet Supplies > Pet Supplies > Dog Supplies, Animals & Pet Supplies is at level 1, Animals & Pet Supplies > Pet Supplies is at level 2, and Animals & Pet Supplies > Pet Supplies > Dog Supplies is at level 3. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String! - The name of the taxonomy category. For example, Dog Beds. * [parentId](/docs/api/admin-graphql/2024-10/scalars/ID): ID - The ID of the category's parent category. ## Connections * [attributes](/docs/api/admin-graphql/2024-10/connections/TaxonomyCategoryAttributeConnection): TaxonomyCategoryAttributeConnection! ## Related queries ## Related mutations ## Related Unions ## Examples