CatalogDataCategoryTreeInterface
May 18, 2017 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | [optional] | |
| parentId | int | Parent category ID | |
| name | string | Category name | |
| isActive | bool | Whether category is active | |
| position | int | Category position | |
| level | int | Category level | |
| productCount | int | Product count | |
| childrenData | \SpringImport\Swagger\Magento2\Client\Model\CatalogDataCategoryTreeInterface[] |