interface ExtensionCategory {
    associatedProducts?: string[];
    categoryId?: number;
    categoryName?: string;
    language?: string;
    languageTitles?: CategoryLanguageTitle[];
    parentCategoryName?: string;
}

Properties

associatedProducts?: string[]

The name of the products with which this category is associated to.

categoryId?: number
categoryName?: string

This is the internal name for a category

language?: string

This parameter is obsolete. Refer to LanguageTitles for language specific titles

languageTitles?: CategoryLanguageTitle[]

The list of all the titles of this category in various languages

parentCategoryName?: string

This is the internal name of the parent if this is associated with a parent