# Categories

## Content



| ColumnName | DataType | Description |
| --- | --- | --- |
| Id | Int | Category Id |
| Parent\_id | Int | Parent Category ID |
| Name | String | Category Name |
| Is\_active | Boolean | Whether Category Is Active |
| Position | Int | Category Position |
| Level | Int | Category Level |
| Children | String | Children Ids Comma Separated |
| Created\_at | String | Category Creation Date And Time |
| Updated\_at | String | Category Last Update Date And Time |
| Path | String | Category Full Path |
| Available\_sort\_by | String | Available Sort By For Category |
| Include\_in\_menu | Boolean | Category Is Included In Menu |
| Extension\_attributes | String | Extension Attributes |
| Custom\_attributes | String | Custom Attributes |