Get Category Tree Category Tree Get Category Suggestions
GET {{baseUrl}}/category_tree/:category_tree_id/get_category_suggestions?q=<>
This call returns an array of category tree leaf nodes in the specified category tree that are considered by eBay to most closely correspond to the query string q. Returned with each suggested node is a localized name for that category (based on the Accept-Language header specified for the call), and details about each of the category's ancestor nodes, extending from its immediate parent up to the root of the category tree. Note: This call can return a large payload, so you are advised to submit
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
q | string | A string consisting of one or more words that are used for a search of items on eBay. For example: "iphone" or "Harry Potter". When keywords are separated by a comma, the comma is ignored. So a keyword of "iphone, ipad" is the same as using "iphone ipad". Both queries return items that have iphone or ipad. Restriction: The * wildcard character is not allowed in this field. Required: The call must have category_ids, epid, gtin, or q (or any combination of t |