/n11/categories

POST /api/n11/categories

Price: 20 credits

Get the N11 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 N11's category navigation tree. Without input returns the top-level departments, each with nested children (subcategories). Every node has id, name, alias (URL slug), parent_category_id (null for top-level), url, image and a children list. Pass category (an id or alias) to return just that node and its subtree.

Parameters

Request body

Response

Errors

Response headers