Skip to Content
APIUtilsType Alias: ProductCategory

Type Alias: ProductCategory

type ProductCategory = BasicCategory & object

Represents a category containing a list of products.

What we had named in the beginning Area or Zone.

The list of products would be saved as a property.

Type declaration

placeId

placeId: string

Reference to the corresponding place

products

products: string[];

List of product ids

sortChildrenBy?

optional sortChildrenBy: string;

Defines how children of this category should be sorted.

type

type: "Product"
Last updated on