Skip to content

TProductCodes

TProductCodes object

TProductCodes is a type that represents an object of product codes in a key value format.

type TProductCodes = Partial<Record<TProductCodeName, ProductCode>>;

TProductCodeName

Represents the name of the product codes.

type TProductCodeName = 'code' | 'sku' | 'ean' | 'code39' | 'isbn' | 'producerCode'

ProductCode

Represents the ProductCode model.