Interface ICoreItem

Interface for a core item, which extends the IProductBase interface.

Hierarchy

Implemented by

Properties

barcode: string

The barcode of the item.

category_uid: string

The unique identifier of the category that the item belongs to.

color: string

color of the object

description: string

description of the object

description_translations: Record<string, string>

Translations of the description

icon: string

icon of the object

name: string

name of the object

name_translations: Record<string, string>

Translations of the name

price: number

The price of the item.

price_adjustable: boolean

Whether or not the price of the item can be adjusted.

print_on_receipt: boolean

Whether or not the item should be printed on the receipt.

sequence: number
sku: string

The SKU (stock keeping unit) of the item.

The type of product.

Generated using TypeDoc