Transaction - storefront - OBJECT
Version: 2024-04
Description:
An object representing exchange of money for a product or service.
Access Scopes
`unauthenticated_read_checkouts` access scope.
Fields
-
amount:
MoneyV2! -
The amount of money that the transaction was for.
-
amountV2:
MoneyV2! -
The amount of money that the transaction was for.
-
kind:
TransactionKind! -
The kind of the transaction.
-
status:
TransactionStatus! -
The status of the transaction.
-
statusV2:
TransactionStatus -
The status of the transaction.
-
test:
Boolean! -
Whether the transaction was done in test mode or not.
Connections
Related queries
Related mutations
Related Unions
Examples