Etsy · Schema

BuyerTaxonomyNode

A taxonomy node in the buyer taxonomy tree.

MarketplaceE-CommerceHandmadeListingsOrderPaymentsReviewsShippingTaxonomyAuthentication

Properties

Name Type Description
id integer 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)
level integer The integer depth of this taxonomy node in the seller taxonomy tree, with roots at level 0.
name string The name string for this taxonomy node.
parent_id integer The numeric taxonomy ID of the parent of this node.
children array An array of taxonomy nodes for all the direct children of this taxonomy node in the seller taxonomy tree.
full_path_taxonomy_ids array 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.
View JSON Schema on GitHub

JSON Schema

open-api-v3-buyer-taxonomy-node-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BuyerTaxonomyNode",
  "description": "A taxonomy node in the buyer taxonomy tree.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etsy/refs/heads/main/json-schema/open-api-v3-buyer-taxonomy-node-schema.json",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "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\".",
      "format": "int64",
      "minimum": 1,
      "example": 1
    },
    "level": {
      "type": "integer",
      "description": "The integer depth of this taxonomy node in the seller taxonomy tree, with roots at level 0.",
      "minimum": 0,
      "example": 1
    },
    "name": {
      "type": "string",
      "description": "The name string for this taxonomy node.",
      "example": "Handmade Ceramic Mug"
    },
    "parent_id": {
      "type": "integer",
      "description": "The numeric taxonomy ID of the parent of this node.",
      "format": "int64",
      "nullable": true,
      "minimum": 1,
      "default": null,
      "example": 1
    },
    "children": {
      "type": "array",
      "description": "An array of taxonomy nodes for all the direct children of this taxonomy node in the seller taxonomy tree.",
      "items": {
        "description": "An array of taxonomy nodes for all the direct children of this taxonomy node in the seller taxonomy tree.",
        "oneOf": [
          {
            "$ref": "#/components/schemas/BuyerTaxonomyNode"
          }
        ]
      }
    },
    "full_path_taxonomy_ids": {
      "type": "array",
      "description": "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.",
      "items": {
        "type": "integer",
        "format": "int64",
        "minimum": 1
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/open-api-v3-buyer-taxonomy-node"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.