Skip to main content
Anchor to CashManagementSummary

CashManagementSummary

object

Requires read_cash_tracking access scope.

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?

•query

Summary of cash management data for a location.

Arguments

•ID!
required

Identifies the location to get the summary for.

•Date!
required

The start date to summarize from.

•Date!
required

The end date to summarize to.


•query

Summary of cash management data across all locations with a POS Pro subscription for a shop, filtered by currency.

Arguments

•CurrencyCode!
required

The currency code to filter by.

•Date!
required

The start date to summarize from.

•Date!
required

The end date to summarize to.



Was this section helpful?