What Data Must Be Included in an EU Digital Product Passport?
Structured breakdown of required DPP data fields: unique product ID, material composition, carbon footprint, repairability score, recycling instructions, and more.
Every manufacturer implementing a Digital Product Passport faces the same fundamental question: what data must actually go into it?
The answer depends on the product category (defined in sector-specific delegated acts), but the ESPR establishes a common data framework. This article provides a structured breakdown of the data categories, specific fields, and how they are organized for different stakeholders.
The Six Data Categories
DPP data is organized into six functional categories, each serving a different purpose and audience:
┌─────────────────────────────────────────────────────────────┐
│ DIGITAL PRODUCT PASSPORT │
├──────────┬──────────┬──────────┬──────────┬────────┬────────┤
│ Product │ Material │ Environ- │ Circular-│ Supply │Regulat-│
│ Identity │ Comp. │ mental │ ity │ Chain │ ory │
├──────────┼──────────┼──────────┼──────────┼────────┼────────┤
│ GTIN/ID │ Fibers │ CO₂ foot │ Repair │ Origin │ CE │
│ Brand │ Recycled │ Water │ Recycle │ Tiers │ Decl. │
│ Model │ Chemicals│ Energy │ Spare │ Cert. │ Audit │
│ Date │ Hazards │ Durab. │ EoL │ Logs │ Permits│
└──────────┴──────────┴──────────┴──────────┴────────┴────────┘
Category 1: Product Identification
These fields establish the unique identity of the product and link the physical item to its digital twin:
| Required Field | Format / Standard | Example |
|---|---|---|
| Global Trade Item Number (GTIN) | GS1 GTIN-14 | 09506000134352 |
| GS1 Digital Link URL | ISO/IEC 18975:2024 | https://id.brand.com/01/09506000134352 |
| Brand name | Text | ”EcoWear” |
| Product model / SKU | Text | ”EW-Organic-Tee-001” |
| Serial number (if serial-level) | Alphanumeric | ”SN-2026-05-001” |
| Manufacturing date | ISO 8601 | ”2026-05-15” |
| Manufacturing location | Country + facility ID | ”Bangladesh, Facility BD-042” |
| Batch / Lot number | GS1 Application Identifier (10) | “LOT-2026-Q2” |
Category 2: Material Composition
This category contains the physical and chemical makeup of the product — critical for recyclers, chemical compliance, and consumers:
| Required Field | Detail | Example |
|---|---|---|
| Primary material(s) | Type and percentage | ”Organic cotton 95%, Elastane 5%“ |
| Recycled content percentage | Pre- and post-consumer breakdown | ”100% recycled polyester (post-consumer)“ |
| Hazardous substances | SVHC declarations per REACH | ”No SVHC above 0.1% threshold” |
| Chemical compliance | Certifications applicable | ”OEKO-TEX Standard 100, Class I” |
| FSC/PEFC certification (wood) | Chain of custody number | ”FSC-C123456” |
| Material origin | Geographic source of raw materials | ”Cotton: India (GOTS certified)” |
[!IMPORTANT]
For textiles, Phase 1 (2027–2028) requires basic fiber composition and REACH compliance. Full chemical declarations and Tier 2+ material origin data are Phase 2 requirements (~2030).
Category 3: Environmental Performance
Lifecycle environmental data — the most technically challenging category to populate:
| Data Field | Measurement Unit | Verification |
|---|---|---|
| Carbon footprint (cradle-to-gate) | kg CO₂e per unit | Third-party verified (ISO 14067) |
| Carbon footprint (full lifecycle) | kg CO₂e per unit | Phase 3 (~2033) |
| Water footprint | m³ per unit | ISO 14046 |
| Energy consumption (production) | kWh per unit | Facility records |
| Durability test results | Cycles / lifespan | Standardized test method |
| Microplastic shedding rate | mg per wash | EN test method (textiles only) |
Category 4: Circularity Data
This category enables the product to circulate through repair, resale, and recycling channels:
| Data Field | Purpose |
|---|---|
| Repairability score | Standardized metric (1-10 or A-G scale, per delegated act) |
| Spare parts list | Part numbers, availability period (minimum years guarantee) |
| Disassembly instructions | Step-by-step guide for repairers and recyclers |
| Recycling instructions | Which materials can be recycled and how to separate them |
| End-of-life handling | Waste code, disposal method, take-back program details |
| Warranty information | Duration, coverage, claim process |
Category 5: Supply Chain Data
Transparency into the production chain — increasingly important for due diligence compliance:
| Data Tier | Information Required |
|---|---|
| Tier 1 (Final assembly) | Facility name, address, audit certifications, worker count |
| Tier 2 (Component/subassembly) | Supplier name, country, applicable certifications |
| Tier 3 (Material processing) | Yarn spinner, weaver, tanner, chemical processor |
| Tier 4 (Raw materials) | Farm, mine, well, forest origin |
[!WARNING] | Most brands currently only track Tier 1 suppliers. Mapping Tier 2-4 requires significant lead time — 12-18 months minimum for complex supply chains.
Category 6: Regulatory Compliance
Documentation and certifications required for market access:
| Document | Format |
|---|---|
| CE Declaration of Conformity | PDF or structured digital reference |
| Delegated act compliance statement | Structured data field |
| Third-party test reports | Reference to digital certificate |
| Product safety data | Relevant safety standards met |
| Market surveillance contact | EU Authorised Representative details |
Sample JSON-LD Data Structure
Here is a simplified example of how DPP data is structured in machine-readable JSON-LD format:
{
"@context": "https://schema.org",
"@type": "Product",
"gtin": "09506000134352",
"name": "Organic Cotton T-Shirt",
"identifier": "did:web:ecowear.com:product:EW-001",
"hasGS1DigitalLink": "https://id.ecowear.com/01/09506000134352",
"material": [
{"name": "Organic cotton", "percentage": "95"},
{"name": "Elastane", "percentage": "5"}
],
"countryOfOrigin": "Bangladesh",
"manufacturer": {
"@type": "Organization",
"name": "EcoWear Manufacturing Ltd",
"location": "Dhaka, Bangladesh"
},
"sustainabilityRating": {
"carbonFootprint": "2.4 kg CO2e",
"recycledContent": "0%",
"repairabilityScore": "7.5"
},
"disposalInstructions": "Recycle at textile collection point"
}
Phased Implementation
The data requirements are being introduced in phases to allow industry adaptation:
| Phase | Timeline | Data Scope |
|---|---|---|
| Phase 1 | 2027–2028 | Product ID, basic material composition, REACH compliance, country of origin, basic certifications, CE declaration |
| Phase 2 | ~2030 | Full LCA data (carbon, water), Tier 2-4 supply chain mapping, repairability scores, recycled content verification |
| Phase 3 | ~2033 | Dynamic data (repair history, resale tracking, SoH for batteries), full circularity tracking |
Role-Based Data Access
Not all DPP data is visible to all stakeholders. The framework requires role-based access controls:
| Stakeholder | Data Visibility |
|---|---|
| Consumer | Basic product info, material composition, care instructions, sustainability summary |
| Repairer | Disassembly instructions, spare parts list, warranty status |
| Recycler | Full material composition, chemical content, disassembly instructions |
| Regulator | Full compliance documentation, audit trail, origin certification |
| Brand (data owner) | Full data including business-sensitive information |
The Digital Product Passport is fundamentally a data architecture challenge. Brands that invest early in building clean, structured, verifiable data pipelines will find compliance significantly easier than those attempting to retroactively collect data in 2028.
Related B2B Compliance Intelligence
- EU DPP Timeline: Key Deadlines from 2025 to 2030 by Product Category: Visual compliance timeline with mandatory DPP deadlines per sector: batteries February 2027, textiles 2028-2029, electro…
- ESPR Regulation Explained: The Law Behind the Digital Product Passport: Complete legal framework overview of Regulation EU 2024/1781: what ESPR mandates, how the Digital Product Passport fits …
- What Is the EU Digital Product Passport (DPP)? Complete 2025 Guide: A definitive explainer of the EU Digital Product Passport: what data it contains, why it was created under the ESPR fram…
📚 Regulatory & Academic Bibliography
- European Commission - ESPR Guidelines: Official EUR-Lex circular economy directives and delegated acts.
- GS1 Global Standards Registry: Technical specifications for GTIN-14 and resolver architectures.
- W3C Verifiable Credentials Core 2.0: Cryptographic verification protocols and JSON-LD syntax rules.
- ISO Quality Management Systems Catalog: Forensic laboratory and testing competence requirements (ISO 17025).