編集

次の方法で共有


ProductCategory interface

This is the interface object to be used by Root Categories and Category Tree APIs for Visual Studio Ide.

Properties

children
hasChildren

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

children: ProductCategory[]

Property Value

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