Download OpenAPI specification:Download
This document describes the parcel, driver location and PreETA APIs provided by the data solutions team.
The Parcel Monitoring Service provides endpoints for tracking and managing parcel delivery status.
This endpoint allows you to subscribe to tracking updates for a specific parcel. It provides detailed information about the parcel’s status, ensuring that it can be tracked throughout its journey.
OK
Unauthorized
Parcel not found
Server error
{- "parcelNumber": "string",
- "tenantId": "string"
}
{- "parcelNumber": "string",
- "tenantId": "string",
- "status": {
- "position": {
- "lat": 50.9098881,
- "lng": 9.5806327
}, - "etaTimestampMin": "2022-01-15T14:15:00Z",
- "etaTimestampMax": "2022-01-15T14:45:00Z",
- "remainingStops": 0,
- "type": "OUT_FOR_DELIVERY"
}
}