GetCategoryTree

This API retrieves the list of all existing categories.

As with the GetBrands endpoint, if you are storing categories in a local table, it is recommended to periodically update this table.

The response body consists of the "Categories" collection, which recursively contains category resources. Each of them is composed of the following fields:

NameTypeDescription
NameStringThe name of the category
GlobalIdentifierStringA unique identifier for this category across all countries
CategoryIdIntegerThe ID of the category
AttributeSetIdIntegerThe ID of the AttributeSet to be used in other API calls (i.e., GetCategoriesByAttributeSet)
ChildrenNodeList of all subcategories (category resources)

Errors

No specific errors.

Language