OrderStatus

Represents the status of the order within the ATO system

Possible enumeration values:

NameValueDescription
None

0

Unknown order state.

InDelay

1

The order is in a delayed state - typically this would be for orders that have been designated for pickup or delivery at a later time/date.

Cooking

2

The order is being cooked.

Prepared

3

The order has been cooked and is now available for pickup or delivery.

InTransit

4

The order is currently in transit to a customer (aka out for delivery).

Fulfilled

5

The order is in the hands of the customer, and has been either picked up or delivered.

Closed

6

The order has been finalized, including any cash accounting steps.

PreDelay

7

The order will be delayed as soon as control of the order returns from the POS to the site agent

KitchenDelay

8

The order has been sent to the kitchen system, but it is not yet active. That is, the order has not started cooking yet. The kitchen system will fire the order to start cooking at the appropriate time.

Released

9

The future order has been released.

Canceled

10

The order has been canceled.

Standing

11

This is a standing order.

Releasing

12

The future order is in the process of being released to a terminal. When the active order is created, the future order's status will change to Released.

Abandoned

13

Indicates the order was still open at EOD.

Expired

14

Indicates a future order that expired before it was released.