Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductTaxonomyNode
Represents a [Shopify product taxonomy](https://help.shopify.com/txt/product_taxonomy/en.txt) node.
Signature:
export interface ProductTaxonomyNode extends Node
Extends: Node
Property | Modifiers | Type | Description |
---|---|---|---|
fullName | Scalars[‘String’][‘output’] | The full name of the product taxonomy node. For example, Animals & Pet Supplies > Pet Supplies > Dog Supplies > Dog Beds. | |
id | Scalars[‘ID’][‘output’] | The ID of the product taxonomy node. | |
isLeaf | Scalars[‘Boolean’][‘output’] | Whether the node is a leaf node. | |
isRoot | Scalars[‘Boolean’][‘output’] | Whether the node is a root node. | |
name | Scalars[‘String’][‘output’] | The name of the product taxonomy node. For example, Dog Beds. |