CatalogCategoryList
CatalogCategoryList is an auto generated table
Columns
| Name | Type | Description |
| Id [KEY] | Int | Category id. |
| AvailableSortBy | String | Available sort by for category. |
| Children | String | Children ids comma separated. |
| CreatedAt | Datetime | Category creation date and time. |
| ExtensionAttributes | String | This is an auto-generated column |
| IncludeInMenu | Bool | Category is included in menu. |
| IsActive | Bool | Whether category is active |
| Level | Int | Category level |
| Name | String | Category name |
| ParentId | Int | Parent category ID |
| Path | String | Category full path. |
| Position | Int | Category position |
| SearchCriteria | String | This is an auto-generated column |
| TotalCount | Int | Total count. |
| UpdatedAt | Datetime | Category last update date and time. |