stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductTaxonomyNode

AdminTypes.ProductTaxonomyNode interface

Represents a [Shopify product taxonomy](https://help.shopify.com/txt/product_taxonomy/en.txt) node.

Signature:

export interface ProductTaxonomyNode extends Node 

Extends: Node

Properties

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.