{ "opencollection": "1.0.0", "info": { "name": "Etsy Open API v3 BuyerTaxonomy API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "BuyerTaxonomy", "type": "folder" }, "items": [ { "info": { "name": "Etsy Get Buyer Taxonomy Nodes", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.etsy.com/v3/application/buyer-taxonomy/nodes" }, "docs": "
General ReleaseReport bug

This endpoint is ready for production use.

\n\nRetrieves the " }, { "info": { "name": "Etsy Get Properties by Buyer Taxonomy Id", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.etsy.com/v3/application/buyer-taxonomy/nodes/:taxonomy_id/properties", "params": [ { "name": "taxonomy_id", "value": "1234", "type": "path", "description": "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\"." } ] }, "docs": "
General ReleaseReport bug

This endpoint is ready for production use.

\n\nRetrieves a li" } ] } ], "bundled": true }