DHL Freight Time Table Virtual Sandbox

Access global freight transit schedules and shipping timelines.

The DHL Freight Time Table API provides programmatic access to transit schedules for freight shipments. Developers can retrieve estimated arrival times and service availability to integrate logistics planning directly into their supply chain management systems.

Use this hosted sandbox to simulate DHL Freight Time Table APIs without authentication, API keys, or extra dependencies. Point your code or SDK to the Beeceptor base URL, preferably through an environment variable or feature flag, and switch back to the production API when ready. This keeps your integration code consistent across local development, QA, demos, and production.

Use cases:

Use this sandbox to validate freight schedule request payloads, verify transit time calculations, test handling of origin-destination pairs, and simulate response parsing for various freight service levels before integrating with production logistics systems.

DHL Freight Time Table virtual sandbox is up and running!

Use this sandbox URL as the API base in your code to simulate DHL Freight Time Table responses instantly.

https://dhl-freight-timetable.mock.beeceptor.com



TIMETABLE

{
  "Parties": [
    {
      "Address": {
        "CountryCode": "SE",
        "PostalCode": "56141"
      },
      "Type": "Consignor"
    },
    {
      "Address": {
        "CountryCode": "DK",
        "PostalCode": "1050"
      },
      "Type": "Consignee"
    }
  ],
  "PickupDate": "2023-04-14",
  "productCode": "202"
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
dhlfreightlogisticsshippingtimetable