Skip to main content
Back to changelog

New fields for cash management activities and drawers in POS

New fields are now available on cash management resources in the GraphQL Admin API, providing more detail about cash drawer balances and cash count activities.

What's new

Cash Drawer balance

The CashDrawer object now exposes the current drawer balance directly:

FieldDescription
balanceThe current balance in the cash drawer, returned as a MoneyV2 value.

Cash count activity details

CashCountActivity now includes additional context about opening and closing counts:

FieldDescription
noteA note associated with the activity, such as a comment left by staff during a cash count.
reasonCodeThe reason code for the activity, connecting counts to merchant-defined categorization.

Learn more

Was this page helpful?