v1
latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KBRequest order delivery status.
Retrieves detailed delivery status information for an orders. The request can be filtered by internal order ID, external reference, or delivery address (optionally within a specified radius). The response includes the order ID, the current delivery status text, and the estimated delivery time window.
Query parameters
Internal unique ID of the order.
The order reference.
Address associated with the order. Can be combined with radius to search nearby orders.
Search radius (in meters) around the specified address. Used only when address is provided. Default: 50.
Internal id of the dispo type used to further narrow down orders when searching by address. Only applies if address is specified.
Name of the dispo type used to further narrow down orders when searching by address. Only applies if address is specified.
Include orders created or scheduled up to this number of days before today. Default: 0.
Include orders created or scheduled up to this number of days after today. Default: 0.
Language code for the response text. Default: de.
| Value | Language |
|---|---|
| de | German |
| en | English |
| es | Spanish |
| fr | French |
| it | Italian |
| nl | Dutch |
| pl | Polish |
| ro | Romanian |
| ru | Russian |
Response
Success Response:
Example response
{
"deliveryStatus": [
{
"timeFrom": "2015-02-20T12:59:21+01:00",
"timeTo": "2015-02-20T12:59:21+01:00"
}
]
}