For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Category Tree

Retrieve the Category Tree for a given category_id. A category tree is a hierarchical structure used to organize items into nested categories and subcategories to facilitate easier navigation and management.

Get Category Tree

get
Path parameters
idstringRequired
Header parameters
X-Violet-TokenstringRequired
X-Violet-App-SecretstringRequired
X-Violet-App-Idinteger · int32Required
Responses
default

default response

application/json

Product Category

idstringRead-onlyRequired
namestringRequired

Category Name

slugstringRequired

Category Slug

parent_idstringOptional

Parent ID

depthinteger · int32Required

Category Depth

get/catalog/categories/{id}/tree
default

default response

Last updated

Was this helpful?