---
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
metadata:
  effectiveApiVersion: 2024-07
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2024-03-22T10:29:36-04:00'
  postedAt: '2024-04-05T09:45:00-04:00'
  updatedAt: '2024-04-05T09:36:05-04:00'
  effectiveAt: '2024-04-05T09:45:00-04:00'
---

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.
