Skip to main content
object

Requires read_cash_tracking access scope.

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

Anchor to Fields and connectionsFields and connections

•CashTrackingAdjustmentConnection!non-null

The adjustments made to the cash drawer during this session.

•Boolean!non-null

Whether this session is tracking cash payments.

•OrderTransactionConnection!non-null

The cash transactions made during this session.

•MoneyV2

The counted cash balance when the session was closed.

•String

The note entered when the session was closed.

•StaffMember

The user who closed the session.

•DateTime

When the session was closed.

•MoneyV2!non-null

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

Anchor to expectedClosingBalanceexpectedClosingBalance
•MoneyV2

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

Anchor to expectedOpeningBalanceexpectedOpeningBalance
•MoneyV2

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.

•MoneyV2!non-null

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

•MoneyV2!non-null

The counted cash balance when the session was opened.

•String

The note entered when the session was opened.

•StaffMember

The user who opened the session.

•DateTime!non-null

When the session was opened.

•String!non-null

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

•MoneyV2

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

•MoneyV2!non-null

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

•MoneyV2!non-null

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

•MoneyV2

The total discrepancy for the session including starting and ending.


Was this section helpful?

•query

Lookup a cash tracking session by ID.

•query

Returns a shop's cash tracking sessions for locations with a POS Pro subscription.

Tip: To query for cash tracking sessions in bulk, you can perform a bulk operation.


Was this section helpful?

•interface

Was this section helpful?
OSZAR »