Home > @vsf-enterprise/bigcommerce-api > CategoryTreeItem
# CategoryTreeItem interface
Single entry of category tree list. Used in Get category trees response.
Signature:
export interface CategoryTreeItem
# Properties
| Property | Type | Description |
|---|---|---|
| channels | number[] | The list of channels with this category tree. |
| id | CategoryTree['id'] | Unique ID of the category tree. |
| name | string | The name displayed for the category tree. Name is unique with respect to the category’s siblings. |