/trendyol/categories

POST /api/trendyol/categories

Price: 10 credits

Get the Trendyol category tree: top-level departments with nested subcategories. Each node has id, name, alias, parent_category_id, url, image and children. Pass a category id or alias to return only that subtree.

How to use it

Fetch Trendyol's category navigation tree. Without input returns the 10 top-level departments, each with nested children (subcategories and sub-subcategories). Every node has id, name, alias (URL slug, may be null), parent_category_id (null for top-level), url and image (set on top-level only) plus a children list. Pass category (an id or alias) to return just that node and its subtree.

Parameters

Request body

Response

Errors

Response headers