Export

Categories

interface Categories {
    ProductCategoryId?: string;
    ProductCategoryName?: string;
    parent?: object;
}

Properties

ProductCategoryId?: string

The identifier for the product category (or browse node).

Memberof

Categories

ProductCategoryName?: string

The name of the product category (or browse node).

Memberof

Categories

parent?: object

The parent product category.

Memberof

Categories