Categories

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

Properties

parent?: object

The parent product category.

Categories

ProductCategoryId?: string

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

Categories

ProductCategoryName?: string

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

Categories