| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerName |
Name of the customer provided by the ordering intergration |
string |
None. |
| PickupAt |
when the Order should be picked up in local time, null if not a pick-up or delivery order |
date |
None. |
| DeliveryAddress1 |
Where the order is going |
string |
None. |
| DeliveryAddress2 |
apartment/unit/level/suite for a delivery order |
string |
None. |
| CustomerPhoneNumber |
mobile phone number of the customer |
string |
None. |
| OrderType | AppOrderType |
None. |
|
| ExternalOrderID |
This the order ID provided by a 3rd party ordering integration (eg. Deliverect or Doshii) |
string |
None. |
| ExternalDisplayableOrderID |
This the human readable order ID usually given to a customer upon order so they can use it to collect their order |
string |
None. |
| TableName |
Table Name provided by delivery integration; only really used if multiple orders are on the same table; prints as {TableName} on receipts/slips |
string |
None. |
| CreatedBy |
Which integration created this app order |
AppOrderCreatedby |
None. |
| OrderingAppName |
Name of the app that made this order (E.g Uber or MenuLog) |
string |
None. |