{
"data": {
"supplyChain": {
"product": {
"id": "prod_abc123",
"name": "Bio-based Window Frame"
},
"tiers": [
{
"level": 1,
"suppliers": [
{
"id": "sup_001",
"name": "FrameWorks BV",
"country": "NL",
"certificationId": "ISO14001-2024",
"transportMethod": "TRUCK",
"co2Contribution": 4.2,
"percentage": 34,
"children": [
{
"id": "sup_002",
"name": "BioResin GmbH",
"country": "DE",
"co2Contribution": 3.1
}
]
}
]
}
],
"totalTiers": 3,
"totalSuppliers": 12,
"aggregatedImpact": {
"co2Equivalent": 12.4,
"mkiScore": 0.87
}
}
}
}