The Supply Chain module provides a graph-based view of a product’s entire supply chain, from direct suppliers (Tier 1) down to raw material origins (Tier N). This enables full transparency and Scope 3 emissions tracking.Documentation Index
Fetch the complete documentation index at: https://docs.heychocolate.com/llms.txt
Use this file to discover all available pages before exploring further.
Querying a supply chain
Supply chain graph
The supply chain is modeled as a directed graph. Each node represents a supplier with the following properties:| Field | Type | Description |
|---|---|---|
id | ID | Unique supplier identifier |
name | String | Supplier name |
country | String | ISO country code |
tier | Int | Tier level (1 = direct supplier) |
transportMethod | Enum | How goods are transported to the next tier |
certificationId | String | Environmental certification reference |
co2Contribution | Float | This supplier’s CO2 contribution in kg CO2e |
percentage | Float | Percentage of total product impact |
children | [Supplier] | Nested sub-suppliers |
Filtering by tier
Hotspot analysis
Identify the biggest contributors to a product’s environmental impact across the chain:Use cases
- Transparency pages: Interactive supply chain visualizations on product pages
- Scope 3 reporting: Automated upstream and downstream emissions tracking
- Supplier evaluation: Identify high-impact suppliers for improvement programs
- DPP compliance: Supply chain data is a required component of Digital Product Passports