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