⚙️
Kingspan ERP Core
ERPActiveSAP S/4HANA enterprise resource planning system. Exposes master data for materials, plants, purchase orders, and inventory levels across all Kingspan manufacturing sites.
Owner
Enterprise Applications
Version
2.4.1
Endpoints
24
Registered
2024-03-12
Connection
Base URLs
Production
https://api.ksdl.kingspan.com/erp/v2Sandbox / Test
https://sandbox.ksdl.kingspan.com/erp/v2Endpoints
Available Endpoints (2 shown)
GET
/materialsReturns 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
Access
Request Access
Submit a request to access this system's data. The data owner will review and approve within 2 business days.
Tags
materialsinventorypurchase-ordersplantsmaster-data