This endpoint provides estimated timeframes for parcel deliveries before the final ETA is determined. This allows users to view possible delivery windows, helping them anticipate when the parcel may arrive.
OK
Bad request
Unauthorized
Server error
{- "timeframeList": [
- {
- "depotId": "NL2500",
- "zipCode": "string",
- "tenantId": "string",
- "weekday": "Monday",
- "predictions": [
- {
- "coverageModel": "70",
- "lowerBound": "10:30:00",
- "upperBound": "12:30:00"
}
]
}
]
}