OrderStatus

Enumeration Members

Cancelled

Cancelled: "CANCELLED";

The order was cancelled.


Confirmed

Confirmed: "CONFIRMED";

The order was marked confirmed.


Draft

Draft: "DRAFT";

The order has a draft state as long as the customer didn't complete their signup.


Fulfilled

Fulfilled: "FULFILLED";

The order was marked fulfilled.


Pending

Pending: "PENDING";

The order still needs to be accepted by you or the customer.


Snoozed

Snoozed: "SNOOZED";

The order was snoozed to be possibly confirmed at a later moment.

Last updated