You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The unique numeric ID of an Etsy taxonomy node, which is a metadata category for listings organized into the seller taxonomy hierarchy tree. For example, the \"shoes\" taxonomy node (ID: 1429, level: 1) is higher in the hierarchy than \"girls' shoes\" (ID: 1440, level: 2). The taxonomy nodes assigned to a listing support access to specific standardized product scales and properties. For example, listings assigned the taxonomy nodes \"shoes\" or \"girls' shoes\" support access to the \"EU\" shoe size scale with its associated property names and IDs for EU shoe sizes, such as property `value_id`:\"1394\", and `name`:\"38\".
[optional]
level
Integer
The integer depth of this taxonomy node in the seller taxonomy tree, with roots at level 0.
[optional]
name
String
The name string for this taxonomy node.
[optional]
parent_id
Integer
The numeric taxonomy ID of the parent of this node.
An array of taxonomy nodes for all the direct children of this taxonomy node in the seller taxonomy tree.
[optional]
full_path_taxonomy_ids
Array<Integer>
An array of `taxonomy_id`s including this node and all of its direct parents in the seller taxonomy tree up to a root node. They are listed in order from root to leaf.