Home > @infiniteobjects/shopify-data-manager > AdminTypes > OrderTransactionStatus
The different states that an OrderTransaction
can have.
Signature:
export declare enum OrderTransactionStatus
Member | Value | Description |
---|---|---|
AwaitingResponse | "AWAITING_RESPONSE" |
Awaiting a response. |
Error | "ERROR" |
There was an error while processing the transaction. |
Failure | "FAILURE" |
The transaction failed. |
Pending | "PENDING" |
The transaction is pending. |
Success | "SUCCESS" |
The transaction succeeded. |
Unknown | "UNKNOWN" |
The transaction status is unknown. |