Skip to main content
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?

•query
Deprecated

Arguments

•String

Searches the product taxonomy for matching nodes.

•ID

The ID of the node associated with the child nodes to return.

•ID

The ID of the node associated with the sibling nodes to return.

•Int

The first n elements from the paginated list.

•String

The elements that come after the specified cursor.

•Int

The last n elements from the paginated list.

•String

The elements that come before the specified cursor.



Was this section helpful?

•interface

Was this section helpful?