--- title: Query cash transactions for a Shopify POS cash tracking session - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/query-cash-transactions-for-a-shopify-pos-cash-tracking-session md: https://shopify.dev/changelog/query-cash-transactions-for-a-shopify-pos-cash-tracking-session.md --- [Back to Developer changelog](https://shopify.dev/changelog) April 5, 2024 Tags: * Admin GraphQL API * 2024-07 # Query cash transactions for a Shopify POS cash tracking session In version 2024-04 of the GraphQL Admin API, we [exposed the cash tracking sessions](https://shopify.dev/changelog/query-retail-cash-tracking-sessions-with-the-graphql-admin-api) that are created by Shopify POS. As of version 2024-07, you can use the API to query the cash transactions that are associated with each cash tracking session. The new `cashTransactions` connection returns all of the cash order transactions that affected the amount in the cash drawer during a cash tracking session. To learn more, see [*CashTrackingSession* (`cashTransactions`)](https://shopify.dev/docs/api/admin-graphql/2024-07/objects/CashTrackingSession#connection-ordertransactions) in the GraphQL Admin API reference.