ProductCategory interface
This is the interface object to be used by Root Categories and Category Tree APIs for Visual Studio Ide.
Properties
| children | |
| has |
Indicator whether this is a leaf or there are children under this category |
| id | Individual Guid of the Category |
| title | Category Title in the requested language |
Property Details
children
hasChildren
Indicator whether this is a leaf or there are children under this category
hasChildren: boolean
Property Value
boolean
id
Individual Guid of the Category
id: string
Property Value
string
title
Category Title in the requested language
title: string
Property Value
string