ProductTaxonomyNode
Represents a Shopify product taxonomy node.
Anchor to FieldsFields
- Anchor to fullNamefull•
Name String!non-null The full name of the product taxonomy node. For example, Animals & Pet Supplies > Pet Supplies > Dog Supplies > Dog Beds.
- •ID!non-null
The ID of the product taxonomy node.
- Anchor to isArchivedis•
Archived Boolean!non-null Whether the node is archived.
- Anchor to isLeafis•
Leaf Boolean!non-null Whether the node is a leaf node.
- Anchor to isRootis•
Root Boolean!non-null Whether the node is a root node.
- Anchor to namename•String!non-null
The name of the product taxonomy node. For example, Dog Beds.
Anchor to QueriesQueries
- •queryDeprecated
Returns the nodes of the product taxonomy based on the arguments provided. If a
search
argument is provided, then all nodes that match the search query globally are returned. If aargument is provided, then all children of the specified node are returned. If a
argument is provided, then all siblings of the specified node are returned. If no arguments are provided, then all the top-level nodes of the taxonomy are returned. Use
taxonomy.categories
instead. This connection will be removed in the future.