ExternalData for Kitchen Order Items
Tags:
v8
In Api V8, the capabilities for specifying external information (ExternalData) for kitchen orders have been expanded. Now it can also be provided for order items.
The following operations have been added for this purpose:
AddOrUpdateKitchenOrderItemExternalData- add or update ExternalData for an order itemDeleteKitchenOrderItemExternalData- delete ExternalData from an order item by a specified keyTryGetKitchenOrderItemExternalDataByKey- get ExternalData from an order item by a specified keyGetKitchenOrderItemAllExternalData- get all ExternalData from an order item
It is worth noting that for the OLAP Sales Report for kitchen order items, the ExternalData (field Public plugin data on preparation) will also record the order’s ExternalData. In case of key matches, the priority is given to the ExternalData of the item.