Print Request Item Model (IPrintRequestItem)

IPrintRequestItem (Line Items)

Represents individual menu items, modifiers, or sub-items. Note that IPrintRequestItem is recursive to support nested modifiers or combos.

FieldTypeDescription
namestringRequired. The display name of the item.
quantitynumberRequired. The number of units to be prepared.
menuItemIdstringThe unique ID of the item in the menu configuration.
isVoidbooleanIf true, this item was removed and should be treated as a cancellation.
isRefirebooleanIndicates if the item is being sent to the kitchen a second time.
courseNamestringThe kitchen course (e.g., "Appetizers", "Entrees").
notestringSpecial customer requests or preparation notes.
pricenumberThe unit price of the item.
categoryPrioritynumberUsed to sort items on the physical ticket (e.g., Drinks before Food).
childItemsArrayAn array of IPrintRequestItem representing modifiers or sub-items.