Get the list of all product categories.

The response's body is composed of the Categories collection, recursively containing Category resources, each of them is composed of the following fields:

NameTypeDescription
NameStringThe name of the category
GlobalIdentifierStringAn unique identifier for this category across countries
CategoryIdIntegerCategory ID
AttributeSetIdIntegerId of the AttributeSet to be used in other API calls (ie: GetCategoriesByAttributeSet)
ChildrenNodeList of all child categories (category resources)

Errors

No specific errors.

Language