Back to Research Hub
Compliance 11 min read

Is Your Business Ready for DPP? A 10-Point Compliance Checklist

Practical self-assessment checklist covering data audit, supplier coverage, registry registration, QR/NFC setup, and systems integration for EU DPP compliance.

The Digital Product Passport (DPP) mandate under the EU Ecodesign for Sustainable Products Regulation (ESPR) is not a hypothetical future scenario—it is an active regulatory transition that will fundamentally reshape market access for textile and apparel companies. By 2027, every textile product placed on the EU market must carry a valid, active DPP containing verified supply chain, material composition, environmental, and circularity data.

According to a 2025 survey by the European Brand Association, 68% of apparel brands acknowledge they are not yet ready for full DPP compliance, with the largest gaps concentrated in supplier data collection beyond Tier 1 and IT systems integration. This checklist provides a structured, scored self-assessment to help your organization diagnose exactly where you stand—and what you must prioritize in the remaining 12 to 18 months.


How to Use This Checklist

Each of the 10 points below assesses a critical dimension of DPP readiness. For each category, score your organization as:

StatusDescription
Not StartedNo formal activity or planning has begun.
In ProgressWork has commenced but is incomplete or not yet production-ready.
CompleteFully operational, tested, and documented.

At the end, tally your scores to understand your overall readiness level. Be honest—overestimating your readiness today will cost you far more in emergency remediation costs later.


The 10-Point DPP Readiness Assessment

1. Supply Chain Mapping — All Tiers (1–4)

The DPP requires auditable traceability from raw material extraction (Tier 4) through finished product assembly (Tier 1). A brand that only knows its direct cut-and-sew contractors—but cannot verify the mills, spinners, and fiber origins behind them—is fundamentally non-compliant.

What to verify:

  • Tier 1 (Cut-and-sew): All factories documented with addresses, certifications, and audit histories.
  • Tier 2 (Fabric mills, dyehouses): Mill locations, chemical input records, wet processing certifications (OEKO-TEX, Bluesign, ZDHC).
  • Tier 3 (Yarn spinners, fiber processors): Country of origin, spinning mill audit status.
  • Tier 4 (Raw material: cotton fields, synthetic extrusion plants, chemical synthesis): Farm-level or plant-level sourcing data, organic/GOTS certifications, synthetic feedstock origins.

[!WARNING]

Critical Gap Alert: Our research indicates that fewer than 25% of mid-market apparel brands have mapped any Tier 3 or Tier 4 suppliers. If you cannot identify the cotton field or polyester extrusion plant behind your garments, you cannot build a compliant DPP.

TierWhat to MapCommon Gap
Tier 1Cut-and-sew factoriesOften the only tier mapped
Tier 2Fabric mills, dyehousesChemical usage data missing
Tier 3Yarn spinnersAudit histories unavailable
Tier 4Fiber origins (farm/extrusion)Country-level data only, no farm-level traceability

Scoring:

  • Not Started: You rely on Tier 1 declarations only, with no independent verification beyond Tier 2.
  • In Progress: Tier 1 and 2 mapped; Tier 3 and 4 partially mapped with ongoing supplier onboarding.
  • Complete: Full multi-tier map with verified audit trails for all suppliers across all four tiers.

2. Data Gap Analysis — What Exists vs. What the DPP Requires

Once your supply chain is mapped, you must assess the delta between the data you currently possess and the data fields the DPP mandates. At minimum, the DPP requires: unique product identifiers (GTINs), material composition at weight-percentage precision, country of manufacture, presence of substances of very high concern (SVHCs) per REACH, recycled content percentages, repairability and recyclability information, and care and end-of-life instructions.

Key questions to answer:

  • Do you hold verifiable records of every chemical input used in Tier 2 wet processing, or do you rely on supplier declarations without evidence?
  • Can you certify the exact percentage of recycled vs. virgin fibers in every garment?
  • Do your care labels include detailed instructions for disassembly and recycling at end-of-life?

[!IMPORTANT]

Don’t wait for the final Delegated Act. The draft data field requirements are sufficiently developed that you can begin your gap analysis today. The European Commission has repeatedly emphasized that the core data categories—material composition, chemicals of concern, circularity parameters—will not change significantly between draft and final versions.

Scoring:

  • Not Started: No structured comparison of current data holdings against anticipated DPP fields.
  • In Progress: Gap analysis completed; priority fields identified; pilot data collection initiated for 1–2 categories.
  • Complete: Full gap remediation plan executed; >90% of required data fields populated and verifiable for all active SKUs.

3. GS1 Identifier Assignment — GTINs for All Products

The DPP framework relies on GS1 Digital Link as the foundational identification standard. Every product variant (each SKU, each color, each size combination) requires a unique Global Trade Item Number (GTIN). Without GTINs, your products cannot be uniquely identified in the EU central registry, and your DPP data carriers cannot resolve to correct passport records.

What to verify:

  • Has your company obtained a GS1 Company Prefix?
  • Are GTINs assigned to every active SKU, including variants?
  • Are GTINs embedded in your PLM/ERP master data as the primary product key?
  • Are your GTINs associated with GS1 Digital Link URIs that resolve to your DPP data?

Scoring:

  • Not Started: No GS1 membership; no GTINs assigned or only barcode-level UPCs without digital link capability.
  • In Progress: GS1 membership active; GTINs assigned to top 50% of SKUs; GS1 Digital Link URI structure defined.
  • Complete: All SKUs have GTINs; GS1 Digital Link URIs deployed and resolving correctly.

The DPP is fundamentally an interoperability exercise. Your product data must be structured in a machine-readable format—specifically JSON-LD (JSON for Linked Data) aligned with GS1 vocabulary and the W3C Verifiable Credentials data model. If your data is locked in Excel spreadsheets or proprietary PLM formats that cannot export structured JSON-LD, you are not compliant.

What to verify:

  • Can your systems export product data as JSON-LD conforming to GS1 Web Vocabulary?
  • Does your schema include @context, @type, and @id fields with resolvable URIs?
  • Have you implemented W3C Decentralized Identifiers (DIDs) for supplier identity verification?
  • Are your data schemas version-controlled and auditable?
// Example minimal JSON-LD DPP schema structure
{
  "@context": "https://gs1.github.io/gs1Voc/jsonld/gs1Voc.jsonld",
  "@type": "gs1:Product",
  "@id": "https://id.dpptex.example/01/09501101530003",
  "gtin": "09501101530003",
  "materialComposition": {
    "cotton": {"percentage": 80},
    "recycledPolyester": {"percentage": 20}
  },
  "countryOfAssembly": "BD",
  "certification": ["OEKO-TEX", "GOTS", "GRS"]
}

Scoring:

  • Not Started: Product data stored in unstructured formats (spreadsheets, PDFs, proprietary formats).
  • In Progress: JSON-LD schema designed; pilot exports generated for a subset of products.
  • Complete: All products exportable as standards-compliant JSON-LD; automated schema validation in CI/CD pipeline.

5. IT Systems Integration — PLM/ERP Connected to DPP Middleware

DPP data cannot be manually curated for thousands of SKUs. Your Product Lifecycle Management (PLM) and Enterprise Resource Planning (ERP) systems must be integrated with a DPP middleware layer that automates data extraction, schema transformation, and registry submission.

What to verify:

  • Does a DPP middleware platform (internal or SaaS) sit between your PLM/ERP and the EU registry?
  • Can your PLM automatically push Bill of Materials (BOM) and material certifications to the DPP platform when a new style is created?
  • Does your ERP provide real-time production batch data linked to GTINs?
  • Have you tested end-to-end data flow from PLM to a live DPP test environment?

Scoring:

  • Not Started: No DPP middleware selected; PLM/ERP not configured for DPP data export.
  • In Progress: DPP platform selected; integration with PLM underway; pilot batch data flowing.
  • Complete: Full production integration; automated data pipeline from PLM/ERP to DPP platform; tested at scale.

6. Data Carrier Selection — QR, RFID, or NFC per Product Type

Every physical product must carry a scannable data carrier that links to its digital passport. The choice of carrier—QR code, RFID chip, or NFC tag—depends on product type, price point, durability requirements, and retail/consumer use cases.

What to verify:

  • Have you mapped product categories to appropriate data carrier types?
  • For basic apparel: are QR codes printed on wash-care labels with ink rated for 50+ domestic wash cycles?
  • For premium or high-value items: are NFC or RFID tags selected, with test data on durability?
  • Have you verified that industrial sorting scanners (for end-of-life recycling) can read your chosen carriers?
Carrier TypeCost per UnitDurabilityBest Use Case
Printed QR Code< €0.0150–100 wash cyclesBasic and mid-market apparel
RFID UHF Tag€0.05–0.15Industrial-grade, 200+ cyclesLogistics tracking, premium items
NFC Tag€0.15–0.35Consumer-grade, 100+ cyclesPremium/luxury consumer engagement
Woven QR Label€0.02–0.05200+ cycles, tear-resistantHigh-durability garments, workwear

Scoring:

  • Not Started: No data carrier strategy defined; no carrier testing conducted.
  • In Progress: Carriers selected for key product categories; durability testing underway.
  • Complete: Carrier strategy implemented across all product lines; all carriers pass durability and readability testing.

7. Supplier Data Collection — Can Tiers 2–4 Provide Verified Data?

Data collection from deep-tier suppliers is the single most difficult operational challenge in DPP compliance. Tier 3 spinners and Tier 4 fiber producers may have no digital infrastructure, limited audit histories, and no incentive to cooperate without contractual mandates.

What to verify:

  • Have new supplier agreements been executed that mandate DPP data provision as a condition of continued business?
  • Are data-sharing protocols established with Tier 2 mills for chemical input records, water usage, and energy consumption?
  • Have Tier 3 and 4 suppliers been onboarded to a shared data platform or portal?
  • Is there a verification mechanism (third-party audits, digital verification) to validate supplier-submitted data?

[!WARNING]

The Hardest Mile: Tier 3 and 4 suppliers in developing economies often operate with minimal digital infrastructure. Expect 12–18 months of sustained relationship-building, training, and contractual renegotiation to achieve data readiness at these tiers. Brands that start this process only in late 2026 will not be compliant by 2027.

Scoring:

  • Not Started: Data collection agreements not updated; no Tier 2+ data flowing.
  • In Progress: Tier 2 data agreements in place; pilot Tier 3 data collection tested with top suppliers.
  • Complete: All tiers obligated contractually to provide data; verified data flowing for >80% of supply base.

8. Registry Preparation — EU Central DPP Registry

The EU central DPP registry is scheduled to become operational in July 2026. This registry will store the unique identifiers and routing information for every DPP in the EU market—it does not store the full passport data itself (which remains decentralized), but it is the authoritative directory that enables data carrier resolution.

What to verify:

  • Is your organization registered (or preparing to register) with the relevant EU authority?
  • Have you tested the registry API or reviewed the technical interface specifications?
  • Are your legal entities in the EU identified and prepared for registration (economic operator registration)?
  • Do you understand the unique ID format the registry will assign to your products?

Scoring:

  • Not Started: Unaware of registry specifications; no registration plan.
  • In Progress: Registry specifications reviewed; legal entity documentation prepared; test environment access requested.
  • Complete: Registration process initiated or completed; products test-registered in sandbox environment.

9. Pilot Program — Test with Small Product Line First

A full-scale DPP rollout across thousands of SKUs without prior testing is a recipe for costly failure. Every brand should identify a single capsule collection or product line and run a complete end-to-end DPP pilot.

What your pilot should include:

  • 3–5 product SKUs with complete multi-tier supply chain mapping.
  • Full data schema generation (JSON-LD) for each SKU.
  • Physical data carrier deployment on finished products.
  • End-to-end scan testing: factory floor, customs simulation, retail point-of-sale, consumer smartphone scan.
  • Recycling sorter scan simulation (UHF RFID or high-resolution QR).

[!IMPORTANT]

Minimum Pilot Duration: Industry experience from early adopters indicates that a meaningful DPP pilot requires at least 6 months from initiation to evaluation. Starting your pilot after Q2 2026 leaves virtually no margin for error before the 2027 deadline.

Scoring:

  • Not Started: No pilot planned; no SKUs selected for testing.
  • In Progress: Pilot product line selected; data collection initiated; carrier testing underway.
  • Complete: Pilot completed; lessons documented; scaling roadmap defined.

10. Compliance Documentation — 15-Year Record Retention

The ESPR mandates that DPP data must be maintained and accessible for a minimum of 15 years after the last unit of a given product model is placed on the market. This is not a recommendation—it is a legal requirement with enforcement consequences.

What to verify:

  • Is your DPP data storage architecture designed for 15+ year retention?
  • Are your data backup, migration, and format-obsolescence strategies documented?
  • Do you maintain auditable logs of every DPP data update, including timestamps and responsible parties?
  • Is your compliance documentation organized and accessible for potential market surveillance authority audits?

Scoring:

  • Not Started: No retention policy; data stored on ephemeral or short-lifecycle systems.
  • In Progress: Retention policy drafted; storage architecture designed for 15-year compliance.
  • Complete: Retention infrastructure deployed; audit trail system operational; compliance documentation organized and regularly reviewed.

Readiness Summary Table

#Assessment PointYour Score
1Supply Chain Mapping (Tiers 1–4)Not Started / In Progress / Complete
2Data Gap AnalysisNot Started / In Progress / Complete
3GS1 Identifier Assignment (GTINs)Not Started / In Progress / Complete
4Data Schema Standardization (JSON-LD)Not Started / In Progress / Complete
5IT Systems Integration (PLM/ERP to DPP)Not Started / In Progress / Complete
6Data Carrier Selection (QR/RFID/NFC)Not Started / In Progress / Complete
7Supplier Data Collection (Tiers 2–4)Not Started / In Progress / Complete
8Registry Preparation (EU Central Registry)Not Started / In Progress / Complete
9Pilot Program ExecutionNot Started / In Progress / Complete
10Compliance Documentation (15-Year Retention)Not Started / In Progress / Complete

Interpreting Your Score

  • 8–10 points “Complete”: Your organization is on a strong trajectory for 2027 compliance. Focus on continuous improvement and stay current with Delegated Act finalizations.
  • 5–7 points “Complete”/“In Progress”: You have momentum but significant gaps remain. Prioritize the “Not Started” items immediately—particularly deep-tier supplier data and registry registration.
  • 0–4 points “Complete”/“In Progress”: Your organization faces high risk of non-compliance. Engage executive leadership, allocate budget, and establish a dedicated DPP program office without delay.

Actionable Takeaways

  1. Start this week. Print the checklist, convene your compliance, supply chain, and IT leads, and score each point honestly.
  2. Assign ownership. Each of the 10 points needs a named accountable owner with a deadline. DPP readiness is not one department’s job—it spans procurement, IT, legal, and sustainability.
  3. Budget realistically. Use the readiness gaps identified here to inform your budget requests. Deep-tier supplier onboarding and PLM/ERP integration are the most expensive and time-consuming items.
  4. Engage your suppliers now. Send a formal communication to all Tier 1–4 suppliers informing them of DPP data requirements, timelines, and the commercial consequences of non-cooperation.
  5. Re-score quarterly. DPP readiness is a moving target. Re-run this assessment every quarter to track progress and adjust priorities as Delegated Acts are finalized and the registry goes live.


📚 Regulatory & Academic Bibliography

Tagged under:
#Compliance Checklist#Readiness#DPP#ESPR#Self-Assessment