Data Catalogue
A
🚚

Logistics & Shipping

LogisticsActive

Transportation management system (TMS) providing real-time shipment tracking, carrier data, delivery schedules, and freight cost information.

Group Supply Chain
1.5.2
12
2024-06-01

Base URLs

Production
https://api.ksdl.kingspan.com/logistics/v1
Sandbox / Test
https://sandbox.ksdl.kingspan.com/logistics/v1

Available Endpoints (2 shown)

GET/shipments/{shipmentId}

Returns real-time tracking status for a shipment.

logistics:shipments:read
View example response
{
  "shipmentId": "SHP-2025-08812",
  "carrier": "DHL Freight",
  "status": "IN_TRANSIT",
  "origin": "Castleblayney, IE",
  "destination": "Hemel Hempstead, UK",
  "eta": "2025-04-30T09:00:00Z",
  "lastUpdate": {
    "location": "Holyhead Port",
    "timestamp": "2025-04-28T03:42:00Z"
  }
}
GET/delivery-schedule

Returns upcoming scheduled deliveries for a given plant and date range.

logistics:schedule:read
View example response
{
  "plant": "UK-HEM-01",
  "deliveries": [
    {
      "shipmentId": "SHP-2025-08812",
      "eta": "2025-04-30",
      "carrier": "DHL Freight",
      "items": 3
    },
    {
      "shipmentId": "SHP-2025-08901",
      "eta": "2025-05-02",
      "carrier": "Wincanton",
      "items": 7
    }
  ]
}

+ 10 more endpoints available after access is granted

Request Access

Submit a request to access this system's data. The data owner will review and approve within 2 business days.

Group Supply Chain

[email protected]
shipmentscarrierstrackingdeliveryfreight

All requests require a valid Bearer token obtained via Entra ID (Azure AD) OAuth 2.0. Tokens are scoped to specific endpoints.