CashDrawers
RetrieveCashDrawerShift
Provides the summary details for a single cash drawer shift. See ListCashDrawerShiftEvents for a list of cash drawer shift events.
get/v2/cash-drawers/shifts/{shift_id}
Path parameters
shift_idstring required
The shift ID.
Query parameters
location_idstring required
The ID of the location to retrieve cash drawer shifts from.
Response
Success
Example response
{
"cash_drawer_shift": {
"cash_paid_in_money": {
"amount": 10000,
"currency": "USD"
},
"cash_paid_out_money": {
"amount": -10000,
"currency": "USD"
},
"cash_payment_money": {
"amount": 100,
"currency": "USD"
},
"cash_refunds_money": {
"amount": -100,
"currency": "USD"
},
"closed_at": "2019-11-22T00:44:49.000Z",
"closed_cash_money": {
"amount": 9970,
"currency": "USD"
},
"closing_team_member_id": "",
"description": "Misplaced some change",
"device": {
"name": "My iPad"
},
"ended_at": "2019-11-22T00:44:49.000Z",
"ending_team_member_id": "",
"expected_cash_money": {
"amount": 10000,
"currency": "USD"
},
"id": "DCC99978-09A6-4926-849F-300BE9C5793A",
"opened_at": "2019-11-22T00:42:54.000Z",
"opened_cash_money": {
"amount": 10000,
"currency": "USD"
},
"opening_team_member_id": "",
"state": "CLOSED"
}
}