Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

query

Lookup a cash tracking session by ID.

ID!required

The ID of the CashTrackingSession to return.


Was this section helpful?

Tracks the balance in a cash drawer for a point of sale device over the course of a shift.

adjustments
non-null

The adjustments made to the cash drawer during this session.

cashTrackingEnabled
non-null

Whether this session is tracking cash payments.

cashTransactions
non-null

The cash transactions made during this session.

closingBalance

The counted cash balance when the session was closed.

closingNote

The note entered when the session was closed.

closingStaffMember

The user who closed the session.

closingTime

When the session was closed.

expectedBalance
non-null

The expected balance at the end of the session or the expected current balance for sessions that are still open.

expectedClosingBalance

The amount that was expected to be in the cash drawer at the end of the session, calculated after the session was closed.

expectedOpeningBalance

The amount expected to be in the cash drawer based on the previous session.

id
non-null

A globally-unique ID.

location

The location of the point of sale device during this session.

netCashSales
non-null

The net cash sales made for the duration of this cash tracking session.

openingBalance
non-null

The counted cash balance when the session was opened.

openingNote

The note entered when the session was opened.

openingStaffMember

The user who opened the session.

openingTime
non-null

When the session was opened.

registerName
non-null

The register name for the point of sale device that this session is tracking cash for.

totalAdjustments

The sum of all adjustments made during the session, excluding the final adjustment.

totalCashRefunds
non-null

The sum of all cash refunds for the duration of this cash tracking session.

totalCashSales
non-null

The sum of all cash sales for the duration of this cash tracking session.

totalDiscrepancy

The total discrepancy for the session including starting and ending.


Was this section helpful?