Data Catalogue
A
⚙️

Kingspan ERP Core

ERPActive

SAP S/4HANA enterprise resource planning system. Exposes master data for materials, plants, purchase orders, and inventory levels across all Kingspan manufacturing sites.

Enterprise Applications
2.4.1
24
2024-03-12

Base URLs

Production
https://api.ksdl.kingspan.com/erp/v2
Sandbox / Test
https://sandbox.ksdl.kingspan.com/erp/v2

Available Endpoints (2 shown)

GET/materials

Returns a paginated list of material master records.

erp:materials:read
View example response
{
  "data": [
    {
      "materialId": "MAT-00124",
      "description": "QuadCore Insulated Panel 100mm",
      "plant": "IE-CAS-01",
      "stockQty": 4200,
      "unit": "M2"
    }
  ],
  "pagination": {
    "page": 1,
    "pageSize": 20,
    "total": 1842
  }
}
GET/purchase-orders/{poNumber}

Returns the full detail of a specific purchase order.

erp:po:read
View example response
{
  "poNumber": "PO-2025-00441",
  "vendor": "Acme Steel Ltd",
  "status": "CONFIRMED",
  "lineItems": [
    {
      "item": 10,
      "material": "MAT-00124",
      "qty": 500,
      "unit": "M2",
      "netPrice": 28500
    }
  ]
}

+ 22 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 IT — Enterprise Applications

[email protected]
materialsinventorypurchase-ordersplantsmaster-data

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