/ebay/categories

POST /api/ebay/categories

Price: 10 credits

Get the full eBay browse category tree: every department, category and subcategory with id, name, alias, parent_id and browse URL.

How to use it

Fetch eBay's complete category tree in one call (no input required). Returns a flat list of categories; each has id (eBay browse node id), name, alias (URL slug), category_id (legacy numeric category id, may be null), url and parent_id (null for top-level departments). Reconstruct the hierarchy by linking parent_id -> id.

Parameters

Request body

Response

Errors

Response headers