get https://sellercenter-api.falabella.com/?Action=GetCategoryTree
The response from this endpoint contains the "Categories" collection, which includes category resources recursively. It is important to note that Falabella only allows product creation at the last category level; uploading products to intermediate levels is not permitted. Each category consists 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.
