<- Cash Drawers API

Cash Drawers API

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.

Permissions:CASH_DRAWER_READ
Try in API Explorer
Link to section

Path parameters

Example code

Link to section

shift_id

string

Required

The shift ID.

Link to section

Query parameters

Link to section

location_id

string

Required

The ID of the location to list cash drawer shifts for.

Link to section

limit

integer(32-bit)

Number of resources to be returned in a page of results (200 by default, 1000 max).

Link to section

cursor

string

Opaque cursor for fetching the next page of results.

Link to section

Response fields

Link to section

cursor

string

Opaque cursor for fetching the next page. Cursor is not present in the last page of results.

Link to section

errors

Any errors that occurred during the request.

Link to section

cash_drawer_shift_events

All of the events (payments, refunds, etc.) for a cash drawer during the shift.