--- title: CashManagementSummary - GraphQL Admin description: A summary of cash management data. api_version: 2026-04 api_name: admin type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/latest/objects/CashManagementSummary md: >- https://shopify.dev/docs/api/admin-graphql/latest/objects/CashManagementSummary.md --- # Cash​Management​Summary object Requires `read_cash_tracking` access scope. A summary of cash management data. ## Fields * cash​Balance​At​End [Money​V2!](https://shopify.dev/docs/api/admin-graphql/latest/objects/MoneyV2) non-null The cumulative cash balance of all cash drawers at the provided end date. * cash​Balance​At​Start [Money​V2!](https://shopify.dev/docs/api/admin-graphql/latest/objects/MoneyV2) non-null The cumulative cash balance of all cash drawers at the provided start date. * net​Cash [Money​V2!](https://shopify.dev/docs/api/admin-graphql/latest/objects/MoneyV2) non-null The net cash flow during the specified period (start date to end date). Calculated as net sales plus adjustments. * sessions​Closed [Int!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int) non-null The number of sessions that were closed during the specified period (start date to end date). * sessions​Opened [Int!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int) non-null The number of sessions that were opened during the specified period (start date to end date). * total​Discrepancies [Money​V2!](https://shopify.dev/docs/api/admin-graphql/latest/objects/MoneyV2) non-null The total cash discrepancies during the specified period (start date to end date). *** ## Map No referencing types *** ## Queries * [cash​Management​Location​Summary](https://shopify.dev/docs/api/admin-graphql/latest/queries/cashManagementLocationSummary) query Summary of cash management data for a location. * location​Id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) required ### Arguments Identifies the location to get the summary for. * start​Date [Date!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Date) required The start date to summarize from. * end​Date [Date!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Date) required The end date to summarize to. *** * [cash​Management​Shop​Summary](https://shopify.dev/docs/api/admin-graphql/latest/queries/cashManagementShopSummary) query Summary of cash management data across all locations with a POS Pro subscription for a shop, filtered by currency. * currency​Code [Currency​Code!](https://shopify.dev/docs/api/admin-graphql/latest/enums/CurrencyCode) required ### Arguments The currency code to filter by. * start​Date [Date!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Date) required The start date to summarize from. * end​Date [Date!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Date) required The end date to summarize to. *** *** ## CashManagementSummary Queries ### Queried by * [cash​Management​Location​Summary](https://shopify.dev/docs/api/admin-graphql/latest/queries/cashManagementLocationSummary) * [cash​Management​Shop​Summary](https://shopify.dev/docs/api/admin-graphql/latest/queries/cashManagementShopSummary)