Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.79 KB

BuyerTaxonomyNode.md

File metadata and controls

14 lines (11 loc) · 1.79 KB

BuyerTaxonomyNode

Properties

Name Type Description Notes
id int 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 int 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 int The numeric taxonomy ID of the parent of this node. [optional]
children \Swagger\Client\Model\AllOfBuyerTaxonomyNodeChildrenItems[] An array of taxonomy nodes for all the direct children of this taxonomy node in the seller taxonomy tree. [optional]
full_path_taxonomy_ids int[] 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. [optional]

[Back to Model list] [Back to API list] [Back to README]