Skip to main content
Anchor to cashManagementLocationSummary

cashManagementLocationSummary

query

Requires read_cash_tracking access scope. Also: User must have view_payment_tracking_sessions_pos_channel or payments_cash_session_history retail role permission.

Summary of cash management data for a location.

•Date!
required

The end date to summarize to.

•ID!
required

Identifies the location to get the summary for.

•Date!
required

The start date to summarize from.


Was this section helpful?

Anchor to CashManagementSummaryCashManagementSummary
•CashManagementSummary!

A summary of cash management data.

•MoneyV2!
non-null

The cumulative cash balance of all cash drawers at the provided end date.

•MoneyV2!
non-null

The cumulative cash balance of all cash drawers at the provided start date.

•MoneyV2!
non-null

The net cash flow during the specified period (start date to end date). Calculated as net sales plus adjustments.

•Int!
non-null

The number of sessions that were closed during the specified period (start date to end date).

•Int!
non-null

The number of sessions that were opened during the specified period (start date to end date).

•MoneyV2!
non-null

The total cash discrepancies during the specified period (start date to end date).


Was this section helpful?