Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

object

Represents a Shopify product taxonomy node.

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.

Boolean!non-null

Whether the node is archived.

Boolean!non-null

Whether the node is a leaf node.

Boolean!non-null

Whether the node is a root node.

String!non-null

The name of the product taxonomy node. For example, Dog Beds.


Was this section helpful?

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 a children_of argument is provided, then all children of the specified node are returned. If a siblings_of 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.


Was this section helpful?

interface

Was this section helpful?