Get Category

GetCategoryTree

This API retrieves the list of all existing categories.

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:

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