Skip to main content

CheckoutOrderState

Valid types of checkout states

enum CheckoutOrderState {
NOT_CREATED
CREATING
CREATED
ERROR
}

Values

NOT_CREATED

Checkout has not yet been converted to an order

CREATING

Checkout is being converted to an order

CREATED

Checkout has been converted to an order

ERROR

An error occurred during order creation

Example

"CREATED"