ENUM
OrderStatusEnum
The current status of an order.
link GraphQL Schema definition
- enum OrderStatusEnum {
- # An order that has been created but not paid for
- # An order that has progressed to the checkout page, but not been paid for
- # An order that has been manually marked as 'abandoned' by an Admin
- # An order that has been successfully completed.
- # An order that is complete, but with a failed payment.
- # An order that is complete, but whose payment hasn't been finalised
- #
- # (e.g. a direct debit payment waiting on confirmation from the bank).
- # An order that is pending fraud review
- }