Anchor to ProductTaxonomyNodeProduct
objectProduct Taxonomy Node
Represents a Shopify product taxonomy node.
Anchor to FieldsFields
- fullName (String!)
- id (ID!)
- isArchived (Boolean!)
- isLeaf (Boolean!)
- isRoot (Boolean!)
- name (String!)
- Anchor to fullNamefull•String!
Name 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•Boolean!
Archived non-null Whether the node is archived.
- Anchor to isLeafis•Boolean!
Leaf non-null Whether the node is a leaf node.
- Anchor to isRootis•Boolean!
Root 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.
Was this section helpful?
Anchor to QueriesQueries
- productTaxonomyNodes (ProductTaxonomyNodeConnection!): deprecated
- •queryDeprecated
- Anchor to searchsearch•String
Searches the product taxonomy for matching nodes.
- Anchor to childrenOfchildren•ID
Of The ID of the node associated with the child nodes to return.
- Anchor to siblingsOfsiblings•ID
Of The ID of the node associated with the sibling nodes to return.
- Anchor to firstfirst•Int
The first
nelements from the paginated list.- Anchor to afterafter•String
The elements that come after the specified cursor.
- Anchor to lastlast•Int
The last
nelements from the paginated list.- Anchor to beforebefore•String
The elements that come before the specified cursor.
Arguments
Was this section helpful?