# 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](/docs/api/storefront/2024-04/objects/MoneyV2): MoneyV2! - The amount of money that the transaction was for. * [amountV2](/docs/api/storefront/2024-04/objects/MoneyV2): MoneyV2! - The amount of money that the transaction was for. * [kind](/docs/api/storefront/2024-04/enums/TransactionKind): TransactionKind! - The kind of the transaction. * [status](/docs/api/storefront/2024-04/enums/TransactionStatus): TransactionStatus! - The status of the transaction. * [statusV2](/docs/api/storefront/2024-04/enums/TransactionStatus): TransactionStatus - The status of the transaction. * [test](/docs/api/storefront/2024-04/scalars/Boolean): Boolean! - Whether the transaction was done in test mode or not. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples