v1

latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KB
Orders|Order

Request 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.

get/order/fetch_delivery_status

Query parameters

idinteger

Internal unique ID of the order.

referencestring

The order reference.

addressstring

Address associated with the order. Can be combined with radius to search nearby orders.

radiusinteger

Search radius (in meters) around the specified address. Used only when address is provided. Default: 50.

dispoTypeIdinteger

Internal id of the dispo type used to further narrow down orders when searching by address. Only applies if address is specified.

dispoTypeNamestring

Name of the dispo type used to further narrow down orders when searching by address. Only applies if address is specified.

daysBeforeinteger

Include orders created or scheduled up to this number of days before today. Default: 0.

daysAfterinteger

Include orders created or scheduled up to this number of days after today. Default: 0.

localestring

Language code for the response text. Default: de.

ValueLanguage
deGerman
enEnglish
esSpanish
frFrench
itItalian
nlDutch
plPolish
roRomanian
ruRussian

Response

Success Response:

Example response

{
  "deliveryStatus": [
    {
      "timeFrom": "2015-02-20T12:59:21+01:00",
      "timeTo": "2015-02-20T12:59:21+01:00"
    }
  ]
}