Square API
You are viewing an old version of the API
Cash Drawers
Square API
Get details about cash drawer shifts.
Cash drawer shifts track cash transactions so that the total money in the cash drawers can be reconciled for a specific period of time (a cash drawer shift), for a particular device, in a particular location. The Cash Drawer Shifts API enables you to list and retrieve information about cash drawer shifts.
Guides: Cash Drawer Shifts
Endpoints
-
List cash drawer shifts
GET /v2/cash-drawers/shifts - Provides the details for all of the cash drawer shifts for a location in a date range.
-
Retrieve cash drawer shift
GET /v2/cash-drawers/shifts/{shift_id} - Provides the summary details for a single cash drawer shift.
-
List cash drawer shift events
GET /v2/cash-drawers/shifts/{shift_id}/events - Provides a paginated list of events for a single cash drawer shift.