Represents a product taxonomy node in SHOPLINE.
Fields
isRoot ● Boolean
Specifies if it is the root node.
  • true: root node.
  • false: non-root node.
name ● String!non-null
The product taxonomy node's name. For example, Dresses.
fullName ● String!non-null
The product taxonomy node's full name. For example, Apparel & Accessories > Clothing > Dresses.
id ● ID!non-null
The product taxonomy node's ID.
isLeaf ● Boolean!non-null
Specifies if it is the leaf node.
  • true: leaf node.
  • false: non-leaf node.
Status and error codes
For detailed information about common codes, see Status and error codes.
Was this article helpful to you?