Source: https://restauranttechnologynetwork.com/technical-documents

OrderID

Properties

Name Description Type Required Generic Enum Ignore
@type string true true
OrderID A globally unique identifier for the order. string false false
OrderNumber A unique identifier for the order in the ordering system (e.g. number printed on a receipt).. string false false
{
  "@type" : "string",
  "orderID" : "string",
  "orderNumber" : "string"
}