LookupApi

Routing Info

Retrieves routing information for a shipment, including details on the shipment's journey and expected delivery time.

post/routinginfo

Request body

countryCodestring nullable

ISO country code of the address to look up.

streetAndNumberstring nullable

Street name and house number of the address to look up.

placestring nullable

City/place of the address to look up.

zipCodestring nullable

Postal/zip code of the address to look up.

Response

OK

status'OK' | 'Error' | 'ValidationFailed'

0 = OK, 1 = Error, 2 = ValidationFailed

traceIDstring nullable
routenrinteger

Identifier of the delivery route assigned to the resolved address.

mandnrinteger

ID of the hub/depot (mandant) that services the resolved address.

longtitudenumber double

Longitude of the resolved address (rounded to 5 decimal places).

latitudenumber double

Latitude of the resolved address (rounded to 5 decimal places).

cncenterinteger

ID of the distribution center/hub that services the resolved address. Same value as mandnr.

shortcenternamestring nullable

Short name of the hub/distribution center that services the resolved address.

routebarcodestring nullable

Composite route barcode, built as "{mandnr}-{routenr}".

indexstring nullable

Reserved/legacy field, not currently populated.

Changes

No recorded changes to this endpoint across all 1 revision of this API.