get https://sellercenter-api.falabella.com/?Action=GetCategoryTree
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:
Name | Type | Description |
---|---|---|
Name | String | The name of the category |
GlobalIdentifier | String | A unique identifier for this category across all countries |
CategoryId | Integer | The ID of the category |
AttributeSetId | Integer | The ID of the AttributeSet to be used in other API calls (i.e., GetCategoriesByAttributeSet) |
Children | Node | List of all subcategories (category resources) |
Errors
No specific errors.