latestOpenAPI 3.1.02026-07-2296226496.3 KB
09a23a95889b
Shifts
Get all shifts
List courier shifts with optional filtering by time range and store location. Filter by start_time, end_time, store_location_id, or external_store_location_id.
get/v1/shifts
Query parameters
startTimestring date-time required
The start time of the shifts to list.
Example:2025-05-01T00:00:00Z
The start time of the shifts to list.
endTimestring date-time required
The end time of the shifts to list.
Example:2025-06-01T00:00:00Z
The end time of the shifts to list.
storeLocationIdstring nullable
The store location ID to list shifts for.
The store location ID to list shifts for.
externalStoreLocationIdstring nullable
The external store location ID to list shifts for.
The external store location ID to list shifts for.
Response
OK