Skip to main content

Interface: IProduct

Defined in: type/IProduct.ts:11

Base interface for product entities

Properties

categoryIds

categoryIds: number[]

Defined in: type/IProduct.ts:22

All category IDs this base product belongs to


id

id: number

Defined in: type/IProduct.ts:13

Product identifier


sku

sku: string

Defined in: type/IProduct.ts:15

Product SKU


type

type: ProductClass

Defined in: type/IProduct.ts:20

Discriminator that distinguishes between a product and a cluster within the shared catalogue.


uuid

uuid: string

Defined in: type/IProduct.ts:18

Globally unique identifier for the product or cluster.