TLDR: How can I access the received cash and change amounts when an order is paid in cash via Shopify POS?
I’m developing a custom application that requires retrieving the received cash and change amounts for orders processed through Shopify POS.
In the order transaction history, I can see labels such as “Cash” and “Change” (e.g. a customer paid 40 EUR and received 4.02 EUR in change). However, this information is not accessible through the API, nor is it included in the webhook payloads (e.g., orders/create, order_transactions/create).
I have attempted to query this data using both the GraphQL Admin API’s cashTrackingSessions and order queries, but the desired data remains unavailable.
What additional methods or endpoints are available to access these cash and change amounts?
Thank you in advance


