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

The elements that come after the specified cursor.

•String

The elements that come before the specified cursor.

•ID

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

•Int

The first n elements from the paginated list.

•Int

The last n elements from the paginated list.

•String

Searches the product taxonomy for matching nodes.

•ID

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



Was this section helpful?

•interface

Was this section helpful?