industry13 min read

How to Prepare Your Product Data for the EU DPP Registry (July 2026)

The EU’s central DPP registry goes live July 2026. What it expects, how product data must be structured, and five steps to get ready.

On 19 July 2026, the European Commission will launch the EU Digital Product Passport registry. It's not a pilot program, not a voluntary initiative, and not a future aspiration — it's operational infrastructure mandated by Article 12 of the Ecodesign for Sustainable Products Regulation (ESPR).

When product-specific requirements start taking effect — batteries from February 2027, iron and steel from 2027–2028, textiles shortly after — the registry is what connects each physical product to its digital passport. If your product data isn't structured, identified, and ready to submit, the passport can't exist.

This article explains what the registry actually does, what it expects from manufacturers, and what you should be doing now to prepare your product data.

What the DPP Registry Actually Does (It's Not What Most People Think)

The most common misconception about the DPP registry is that it stores your product data. It doesn't. The registry is an index, not a database.

The DPP system follows a decentralized architecture. Companies (or their certified DPP Service Providers) host the actual passport data in their own systems. The EU registry stores only the minimum needed to connect a product to its passport:

Unique product identifiers — linking each product to its DPP
Unique operator identifiers — identifying the economic operator responsible
Unique facility identifiers — identifying the manufacturing site
Commodity codes — for products placed under customs release for free circulation

This means the registry serves three functions: it enables regulatory authorities to look up any product and find its passport, it enables customs to verify that products entering the EU have valid passports, and it creates a single reference point for the entire system. Products without a valid registry entry can be held at the border.

The practical implication for manufacturers: you don't submit your full product data to the EU. You submit identifiers, host the passport data yourself (or through a certified provider), and make sure your identifiers resolve to the right data when someone looks them up.

Unique Identifiers and Data Carriers: The Physical-Digital Bridge

Every DPP starts with a unique product identifier complying with standards listed in Annex III of the ESPR. In practice, this means GS1 GTIN (Global Trade Item Number) based on ISO/IEC 15459 — the same identifier system already used globally for product identification and barcode scanning.

The ESPR allows three granularity levels, determined per product category by delegated acts:

GTIN alone — model-level identification (all units of a product share one passport)
GTIN + batch/lot number — batch-level (same model, specific production run)
GTIN + serial number — item-level (each individual unit has its own passport)

The identifier must be encoded in a data carrier physically present on the product, its packaging, or in accompanying documentation. QR codes are the expected primary mechanism, but NFC chips and RFID tags also qualify. The key standard here is GS1 Digital Link — a URI syntax that embeds the product identifier in a web URL. When scanned, a resolver service directs the requester to the appropriate passport data, potentially showing different information to consumers, regulators, and recyclers from the same QR code.

A standard under development by CEN/CENELEC JTC 24 will formalize which identifiers can be used within the EU DPP system. Eight harmonised standards for DPP data and interoperability are expected to be completed by 2026.

What Data Format the System Expects

The ESPR itself is technology-neutral at the regulation level — it doesn't mandate a single format in the legislation text. But Article 10 requires that DPP data must be “based on open standards, developed with an interoperable format, machine-readable, structured, searchable, and transferable through an open interoperable data exchange network without vendor lock-in.”

In practice, the emerging technical framework points clearly to:

JSON-LD with Schema.org vocabulary. The primary structured data format for machine-readable DPP data exchange. Enables semantic interoperability — systems can understand what each field means, not just parse it.
GS1 Digital Link. The URI standard for linking identifiers to digital resources. Encodes product identity in a web URL that resolvers can direct to the right data.
W3C Verifiable Credentials. For issuing DPPs with cryptographic authenticity verification — proving the data came from the claimed source and hasn’t been tampered with.

If your product data is currently locked in PDFs and Word documents, the first step toward DPP compliance is getting it into structured format. SpecMake's JSON-LD export maps extracted product data to schema.org Product vocabulary — the same semantic framework the DPP system is being built on.

Which Products Are First

The registry goes live in July 2026, but no ESPR-based DPP requirements are mandatory on that exact date. The registry enables product-specific mandates that follow:

Product groupLegal basisDPP mandatory from
Batteries (EV, industrial >2kWh, LMT)Battery Regulation 2023/154218 February 2027
Iron and steelESPR delegated act (expected early 2027)~2028–2029 (18 months after adoption)
Textiles / apparelESPR delegated act (expected 2027)~2028–2029
Construction productsRevised CPR 2024/3110Priority categories by January 2028
Furniture, tyres, mattressesESPR Working Plan 2025–2030~2029–2030

The 18-month rule applies: there is always a minimum 18-month transition period between a delegated act's adoption and its obligations taking effect. So even when the Commission publishes requirements for a product group, companies get preparation time. But that preparation time is much less useful if you haven't started getting your data structured.

For batteries specifically, the passport requirement is less than a year away. For construction products, the revised CPR is already in force with priority categories facing full compliance by 2028.

Five Things Every Manufacturer Should Do Now

The registry launches in four months. Product-specific deadlines follow within the next year. Here's the practical preparation sequence:

1Determine your product group’s timeline. Check whether your products fall into the first wave (batteries, iron/steel, textiles, construction) or later categories. If you’re in the first wave, preparation should already be underway. If you’re in later waves, you have time to do it right rather than rushing.
2Assign unique product identifiers. If you don’t already use GS1 GTINs for your products, start the registration process now. The DPP system is built on these identifiers. You’ll also need to decide on granularity (model, batch, or item) — though the final requirement will be set per product group in the delegated acts.
3Get your product data out of PDFs and into structured format. This is the upstream problem most manufacturers underestimate. Your spec sheets, test reports, and declarations contain the data the passport needs — but it’s locked in unstructured documents. Extracting it into structured, machine-readable format (JSON, JSON-LD) is the foundation everything else builds on.
4Audit your data for completeness. Missing values, contradictions between documents, and outdated test data don’t just create quality issues — they become compliance gaps in a DPP. An automated audit catches them before they reach a passport system.
5Plan your multilingual strategy. DPP data must be accessible in the languages of every market where your product is sold. For most EU manufacturers, that’s 5–15 languages. Building a scalable translation workflow for structured data is more efficient than translating PDFs repeatedly.

The Upstream Gap: From Documentation to Structured Data

The DPP ecosystem is filling up with platforms that store, share, and manage passport data. What none of them solve is the upstream problem: getting the data out of your existing documentation in the first place.

Most manufacturers today have product specifications in PDFs, test results in Word documents, declarations in scanned forms, and material data in spreadsheets from different departments. A DPP platform can store the finished passport beautifully — but someone has to extract, structure, and clean the data before it gets there.

This is what SpecMake is built for. The pipeline reads your existing technical documentation — PDFs, DOCX files, in any language — and produces structured, machine-readable output with every property, value, unit, and standard reference identified. The extraction engine handles complex table layouts, multi-column data, and position-aware text. The quality audit catches missing values and contradictions before they reach your passport. And the JSON-LD export maps everything to schema.org vocabulary — the same semantic framework the DPP system is being built on.

Key Dates

DateEvent
16 Apr 2025First ESPR Working Plan 2025–2030 adopted
Apr 2025Commission consultation on DPP Service Provider requirements
19 Jul 2026EU DPP registry goes live
18 Feb 2027Battery passports mandatory (first DPP requirement)
Early 2027First ESPR delegated acts expected (iron/steel, textiles)
Jan 2028Full CPR compliance for priority construction categories
2028–2029First ESPR-based DPPs in effect (18 months after delegated acts)
2028ESPR mid-term review — Commission may adjust priorities and add product groups

SpecMake transforms technical documentation into structured, DPP-ready data. Upload a spec sheet and see how the extraction, audit, and JSON-LD export work with your own documentation.

Structure your product data for DPP

Upload a spec sheet and get structured JSON-LD — the machine-readable format DPP registries consume.

No credit card required. Your first document is free.

Technical document tips, straight to your inbox

Practical guides on extraction, translation, and product data management for industrial teams.

One email per month. No spam. Unsubscribe anytime.