stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > OrderTransactionStatus

AdminTypes.OrderTransactionStatus enum

The different states that an OrderTransaction can have.

Signature:

export declare enum OrderTransactionStatus 

Enumeration Members

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.