---
title: "Routing Info"
method: POST
path: "/routinginfo"
tags: ["LookupApi"]
---

# Routing Info

`POST /routinginfo`

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

## Request body

- ClientAPIRoutingInfoRequestDto
  - `countryCode` string, nullable — ISO country code of the address to look up.
  - `streetAndNumber` string, nullable — Street name and house number of the address to look up.
  - `place` string, nullable — City/place of the address to look up.
  - `zipCode` string, nullable — Postal/zip code of the address to look up.

## Response `200`

OK

- ClientAPIRoutingInfoResultDto
  - `status` 'OK' | 'Error' | 'ValidationFailed' — 0 = OK, 1 = Error, 2 = ValidationFailed
  - `validations` ClientAPIValidation[], nullable
    - `code` integer
    - `message` string, nullable
    - `params` object, nullable
  - `error` ClientAPIError
    - `code` integer
    - `message` string, nullable
    - `stackTrace` string, nullable
    - `innerException` ClientAPIError — recursive
    - `validations` ClientAPIValidation[], nullable
      - `code` integer
      - `message` string, nullable
      - `params` object, nullable
    - `messageParams` string[], nullable
    - `payload` JToken[]
  - `traceID` string, nullable
  - `routenr` integer — Identifier of the delivery route assigned to the resolved address.
  - `mandnr` integer — ID of the hub/depot (mandant) that services the resolved address.
  - `longtitude` number, double — Longitude of the resolved address (rounded to 5 decimal places).
  - `latitude` number, double — Latitude of the resolved address (rounded to 5 decimal places).
  - `cncenter` integer — ID of the distribution center/hub that services the resolved address. Same value as mandnr.
  - `shortcentername` string, nullable — Short name of the hub/distribution center that services the resolved address.
  - `routebarcode` string, nullable — Composite route barcode, built as "{mandnr}-{routenr}".
  - `index` string, nullable — Reserved/legacy field, not currently populated.

---

[API](https://skmtc.dev/expressone/apis/client-api.md) · [All operations](https://skmtc.dev/expressone/apis/client-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/expressone/client-api/revisions/2acf7e4a5080/schema)
