DPPArchitectureEU

EU Digital Product Passport Architecture and Integration

Design the passport as a governed product data system, not just a QR code or public web page.

This page maps the grounded architecture decisions: identifiers, data carriers, registry and portal integration, access categories, supplier inputs, customs checks, and operating controls.

Author
Sorena AI
Published
May 9, 2026
Updated
May 9, 2026
Sections
7

Structured answer sets in this page tree.

Primary sources
9

Cited legal and guidance references.

Publication metadata
Sorena AI
Published May 9, 2026
Updated May 9, 2026
Overview

The EU Digital Product Passport under the Ecodesign for Sustainable Products Regulation is a product-linked information system. A usable architecture must connect the physical product to a unique identifier and data carrier, route users to passport data, apply access rights, register required identifiers for enforcement, keep supplier and lifecycle data current, and preserve evidence after the responsible operator or service provider changes.

Section 1

Start with the passport object and identifier level

The first architecture decision is the level at which the passport identifies the product. ESPR leaves the exact level to the delegated act for the relevant product group, so teams should not assume that every product will use the same model, batch, or item-level passport design.

The passport data model should reserve fields for the unique product identifier, Global Trade Identification Number or equivalent where relevant, commodity codes, compliance documentation, manuals or warnings, manufacturer and importer information, unique operator identifiers, unique facility identifiers, the responsible Union economic operator, and the backup service provider reference when those elements are required for the product group.

  • Record the delegated-act product group and the required passport granularity before building carrier labels or APIs.
  • Bind each passport to the unique product identifier and keep that identifier stable across resolver, registry, portal, and supplier systems.
  • Model operator and facility identifiers separately from product identifiers so supplier, manufacturer, importer, and Union-responsible-operator data can be governed independently.
  • Map customs-relevant data, including commodity code and unique registration identifier handling, outside the consumer-facing presentation layer.
  • Keep voluntary sustainability claims separate from mandatory passport fields unless a delegated act or other Union law makes them required.
Section 2

Make the data carrier a resolver entry point, not the whole passport

The data carrier should give a scanner a reliable path from the physical product to a usable digital address. ESPR describes machine-readable data carriers such as QR codes or watermarks, preferably on the product where possible, and requires relevant identifiers and data carriers to follow recognised standards where applicable.

For implementation, the carrier should encode or resolve to a URI or equivalent identifier that can return typed links for the relevant user: public passport page, machine-readable data, conformity evidence, repair or recycling endpoints, backup access, and authority interfaces. CIRPASS describes both HTTP URI and decentralized identifier approaches; the common architectural point is that the carrier starts discovery while data can remain in decentralized repositories.

  • Choose the carrier format only after checking product size, durability, lifecycle exposure, scanner context, and delegated-act placement rules.
  • Use a resolver pattern so the same product identifier can point to human-readable pages, machine-readable data, evidence documents, and role-specific endpoints.
  • Test the carrier on the product, packaging, online offer page, and service workflow if those channels need to expose the passport.
  • Keep redirect ownership, domain renewal, resolver availability, and backup-provider activation in the operating model.
  • Do not put confidential supplier data, restricted authority data, or unversioned claims directly into the carrier payload.
Section 3

Separate decentralized data storage from EU registry and portal integration

ESPR points to a decentralized operating model: the passport is stored by the economic operator responsible for creation or by a passport service provider, while the Commission registry stores at least unique identifiers and, for products released for free circulation, the commodity code. That distinction matters for architecture: the registry is not the product master database, and the public portal is not necessarily the authoritative storage location for every data item.

The Commission web portal is intended to let stakeholders search and compare passport data in line with their access rights. Teams therefore need an integration layer that can publish searchable, comparable, access-controlled data without copying every restricted supplier record into a single public surface.

  • Create one inventory of authoritative systems: PLM, ERP, supplier portal, lab evidence repository, conformity documentation, resolver, DPP repository, registry upload process, and backup provider.
  • Register the data required by ESPR and delegated acts, then keep registry payloads synchronized when identifiers, commodity codes, or required registry fields change.
  • Expose portal-searchable data through stable endpoints that reflect the same access categories used by the passport itself.
  • Treat the registry response unique registration identifier as an enforcement integration artifact, not proof that the product complies.
  • Document fallback behavior for service-provider failure, domain transfer, archive access, and economic-operator cessation.
Recommended next step

Turn DPP architecture into a governed data flow

Use this guide to connect identifiers, carriers, registry payloads, supplier evidence, access rights, and customs integration before publishing passport data.

Section 4

Build access categories into the data model

Access control is a first-order passport requirement. ESPR requires easy, free access based on access rights set in the applicable delegated act and restricts rights to introduce, modify, or update data. The architecture should therefore label each field by audience, credential, purpose, update right, and evidence source.

The Batteries Regulation is a useful worked example of access categories: some battery model information is public, some information is limited to persons with a legitimate interest and the Commission, test-report results are limited to notified bodies, market surveillance authorities and the Commission, and individual battery data can be limited to persons with a legitimate interest. Product groups under ESPR may differ, but the architectural pattern is the same: data fields need access classes, not one flat public payload.

  • Create field-level labels for public, customer, business partner, repairer, recycler, legitimate-interest, notified-body, market-surveillance, customs, Commission, and internal-only data where applicable.
  • Use credentials or role verification for restricted endpoints, and log access decisions without exposing confidential business information in public pages.
  • Give public users enough sustainability, circularity, durability, legal-compliance, and instruction data to satisfy the delegated act without exposing protected supplier inputs.
  • Give authorities and customs machine-readable access paths that do not depend on consumer web-page layout.
  • Separate rights to read data from rights to introduce, correct, approve, or withdraw data.
Section 5

Design supplier and lifecycle data flows before publication

Many passport fields depend on suppliers, test labs, repairers, recyclers, or service providers. ESPR allows the Commission to require supply chain actors to provide information needed to verify compliance, and CIRPASS shows why the passport architecture needs update flows as well as read flows.

A defensible implementation gives suppliers structured submission routes, evidence formats, data-quality checks, and update rights. It also defines when a downstream lifecycle event updates the existing passport and when a new product identifier or new passport is needed under the relevant product rules.

  • Collect supplier evidence against named fields, units, methods, criteria sources, and product identifiers rather than free-text sustainability claims.
  • Store provenance for each supplier-provided value: source, date received, product scope, facility or operator identifier, validation status, and approver.
  • Require machine-readable values for fields needed by comparison, portal search, customs checks, repair, recycling, or public claims.
  • Define role-based update flows for repairers, refurbishers, remanufacturers, recyclers, and authorized suppliers before the product is placed on the market.
  • Keep a change log for corrections, reissued evidence, withdrawn supplier data, changed access class, and new backup-provider or resolver details.
Section 6

Plan customs, public, and restricted access as separate products

Public DPP access, customs access, and restricted professional access solve different problems. Consumers and business buyers need understandable sustainability, circularity, durability, instruction, and compliance information. Customs authorities need the unique registration identifier and commodity code to match registry data when products are released for free circulation. Market surveillance authorities and notified bodies may need deeper compliance evidence.

The architecture should therefore expose different views over the same governed source data. A consumer page can be concise and accessible; the authority and customs integration must be stable, machine-readable, and aligned with the registry and EU Customs Single Window interconnection when applicable.

  • Do not make customs checks depend on scraping a consumer page or downloading a marketing PDF.
  • Keep the public product page, machine-readable public data, restricted evidence endpoint, registry upload payload, and customs data payload versioned together.
  • Validate that public statements are backed by data fields and evidence records before they are published through the passport.
  • Make restricted access auditable: requester identity, role, legal basis or delegated-act access class, fields returned, and timestamp.
  • Treat a successful customs registry match as an existence and data-match check, not a compliance certification.
Section 7

Govern the passport like regulated product infrastructure

A DPP architecture is not complete until operational ownership is clear. The responsible economic operator, service provider, data owners, supplier owners, compliance approvers, and IT operators need defined duties for creation, authentication, processing, storage, backup, access control, correction, withdrawal, incident handling, and evidence retention.

Good governance avoids two common failures: a technically working QR code with unverified content, and a compliance data repository that cannot be reached by customers, authorities, or customs through the required passport path.

  • Maintain a passport control register covering product group, identifier level, data carrier, resolver, authoritative data sources, access classes, registry upload, portal exposure, backup provider, and owner approvals.
  • Run release checks for carrier readability, resolver response, public page content, machine-readable data, restricted endpoint authorization, registry synchronization, and customs data availability.
  • Use evidence records with field-level provenance, not page-level supporting source references, for sustainability and compliance claims.
  • Review changes when delegated acts, harmonised standards, carrier standards, supplier data, product composition, operator identifiers, facility identifiers, or service providers change.
  • Keep personal data out of the passport unless a clear lawful basis and product-rule requirement exist; ESPR requires that personal data relating to customers not be stored without explicit consent and that the passport be designed with a high level of security and privacy.
Primary sources

References and citations

cirpassproject.eu
Referenced sections
  • CIRPASS supports lifecycle integration by describing repairer, sorter, refurbisher, remanufacturer, market-surveillance, and customs user stories that depend on role-specific reads or updates.
"Repairer & Update of the DPP"
cirpassproject.eu
Referenced sections
  • Source page confirming the D3.2 architecture report scope and its focus on product identifiers, HTTP URI architecture, decentralized identifier architecture, and data-flow validation.
"product identifier"
cirpassproject.eu
Referenced sections
  • The CIRPASS results page describes the architecture report as centered on the product identifier and covering HTTP URI and decentralized identifier architectures from structural and data-flow viewpoints.
"centred around the product identifier"
single-market-economy.ec.europa.eu
Referenced sections
  • The Commission consultation grounds service-provider governance because it sought stakeholder input on how DPP data should be stored and managed by service providers and whether a certification scheme is needed.
"stored and managed by service providers"
commission.europa.eu
Referenced sections
  • The Commission overview explains the DPP as electronically accessible information for consumers, manufacturers, and authorities, including automatic customs checks on DPP existence and authenticity for imported products.
"automatic checks on the existence and authenticity"
gs1.org
Referenced sections
  • GS1 explains the standards-oriented use case for identification and data carriers as a means to access DPP data through internationally standardized carriers.
"identification and data carrier"
eur-lex.europa.eu
Referenced sections
  • The Batteries Regulation provides a concrete passport access model with public battery model information, legitimate-interest information, authority and notified-body information, and individual battery data categories.
"accessible only to persons with a legitimate interest"
eur-lex.europa.eu
Referenced sections
  • ESPR Article 11 grounds governance requirements for interoperability, storage responsibility, linked successor passports, availability after cessation, update rights, authentication, integrity, security, privacy, and service-provider processing limits.
"data authentication, reliability and integrity"
Related guides

Explore more topics

Annex III Data Model Planning for EU Digital Product Passports
Plan EU Digital Product Passport data fields, identifiers, access rights, update owners, registry inputs, and evidence records against ESPR Annex III and product-specific delegated acts.
Digital Product Passport vs Digital Twin
Compare EU Digital Product Passports with digital twins: legal access duties, identifiers, public and restricted data, evidence, governance, and reuse limits.
Digital Product Passport vs Paper Product Passports
Compare EU regulated digital product passports with paper, PDF, web, and internal product passports across access, identifiers, data carriers, restricted data, customs checks, registry, and interoperability.
DPP customs access review workflow for ESPR products
Review public, restricted, and customs access for EU Digital Product Passports, including registry handoffs, portal access rights, and release-for-free-circulation evidence.
DPP Data Governance RACI Template for EU Digital Product Passports
Assign accountable owners for EU Digital Product Passport data, access rights, supplier inputs, resolver links, registry uploads, verification checks, and retained evidence.
DPP data-model intake workflow for EU Digital Product Passports
A grounded intake workflow for EU Digital Product Passport data models: product group, delegated-act status, source owner, supplier data, access class, identifiers, carrier, checks, and publication readiness.
DPP Governance, Verification and Audit Controls
Build EU Digital Product Passport governance controls for data owners, supplier evidence, access logs, validation checks, audit records, and product release gates.
DPP QR code vs NFC data carrier choices under EU ESPR
How to choose QR code, NFC, or another data carrier for an EU Digital Product Passport without assuming ESPR mandates one universal carrier.
DPP registry and web portal integration under EU ESPR
Grounded guide to EU Digital Product Passport registry and web portal integration under ESPR, covering identifiers, data carriers, access rights, service providers, and lookup design.
DPP vs Battery Passport: ESPR and Battery Regulation Comparison
Compare the ESPR Digital Product Passport framework with the EU Batteries Regulation battery passport by scope, timing, data, access rights, identifiers, registry, governance, and evidence.
DPP vs EPREL Comparison
Compare the EU Digital Product Passport with EPREL: product-passport scope, energy-label database role, access model, identifiers, data carriers, and overlap limits.
DPP vs GS1 Digital Link: Duties vs Standard
Compare EU Digital Product Passport requirements with GS1 Digital Link: legal scope, identifiers, data carriers, access rights, registry, portal, customs checks, and implementation consequences.
EU Digital Product Passport access: public, restricted, and customs views
How ESPR Digital Product Passport access should be split across public users, restricted actors, authorities, customs, the EU registry, and the web portal.
EU Digital Product Passport API and resolver architecture
Grounded DPP architecture guidance for data carriers, product identifiers, resolver lookup paths, access rights, registry integration, and interoperability without premature protocol mandates.
EU Digital Product Passport Applicability Test
Check whether an ESPR delegated act or battery passport rule may require a Digital Product Passport, which operator owns it, and what evidence to keep.
EU Digital Product Passport checklist
A concrete EU Digital Product Passport readiness checklist covering product-group scope, passport fields, identifiers, data carriers, access rights, supplier evidence, registry preparation, and publication controls.
EU Digital Product Passport compliance: ESPR requirements
Grounded EU Digital Product Passport compliance guide covering ESPR passport data, identifiers, data carriers, access rights, registry readiness, supplier validation, and evidence.
EU Digital Product Passport Data Carriers, Access Control, and UX
How to choose DPP data carriers, identifiers, access rights, and scanning UX under ESPR Articles 9-14, with QR, NFC, RFID, registry, and customs constraints.
EU Digital Product Passport data requirements and fields
How to plan Digital Product Passport data fields under ESPR: delegated-act scope, Annex III data categories, access rights, customs data, and supplier validation.
EU Digital Product Passport deadlines and compliance calendar
Grounded EU Digital Product Passport calendar for ESPR and battery passport milestones, with product-group dates flagged as dependent on delegated acts.
EU Digital Product Passport FAQ
Direct answers on EU Digital Product Passport scope, creators, product groups, registry, customs checks, access rights, identifiers, data carriers, and governance.
EU Digital Product Passport identifier and data carrier design
How to design Digital Product Passport identifiers, QR or other data carriers, resolver links, registry records, access paths, and evidence without overclaiming the EU rules.
EU Digital Product Passport penalties and enforcement
What ESPR says about Digital Product Passport penalties, Member State fine rules, market surveillance, customs checks, and unresolved product-specific delegated acts.
EU Digital Product Passport Product Group Readiness
Prepare product groups for EU Digital Product Passport rules by tracking ESPR delegated-act status, data fields, suppliers, identifiers, access rights, and registry handoffs.
EU Digital Product Passport requirements under ESPR
source-linked overview of EU Digital Product Passport requirements under ESPR: product-specific delegated acts, data fields, identifiers, carriers, registry, access rights, supplier data validation, and open points.
EU Digital Product Passport supplier data validation controls
Build a supplier data validation file for EU Digital Product Passports: source owner, product link, access class, data model fit, evidence quality, approval record, and release gate.
EU DPP customs access: registry, portal, and restricted data
FAQ on customs access under the EU Digital Product Passport: what customs can verify, how the registry and public portal differ, and how access rights limit DPP data.
EU DPP implementation playbook and vendor selection
Select Digital Product Passport vendors against ESPR requirements for identifiers, data carriers, access rights, decentralized storage, registry readiness, portal access, and verification evidence.
EU DPP Product-Group Readiness Checklist
A source-grounded checklist for preparing a product group for an EU Digital Product Passport delegated act, covering data fields, suppliers, identifiers, carriers, access rights, and registry readiness.
EU DPP QR Code and Data Carrier Implementation Guide
Grounded guidance for using QR codes and other data carriers in EU Digital Product Passport programs, including unique identifiers, access, resolver testing, and evidence.
EU DPP supplier data validation workflow
A grounded workflow for checking supplier data before it is used in an EU Digital Product Passport, covering product linkage, evidence, owners, access class, and approval records.
EU DPP unique identifier requirements: product, operator and facility IDs
FAQ on how ESPR Digital Product Passport identifiers connect products, economic operators, facilities, data carriers, resolvers and registry evidence.
Public vs restricted EU Digital Product Passport data
How to separate public, restricted, authority, and customs access in EU Digital Product Passport designs under ESPR and battery passport rules.
What is a Digital Product Passport under ESPR?
A visitor-friendly explanation of EU Digital Product Passports under ESPR: product data, identifiers, data carriers, access rights, registry, web portal, and delegated acts.
What is the EU Digital Product Passport registry?
FAQ on the ESPR Digital Product Passport registry: what it stores, who uploads data, how identifiers work, and what teams should avoid assuming.
Which products come first for the EU Digital Product Passport?
FAQ on EU Digital Product Passport product priority: batteries have a separate passport rule, while ESPR product groups depend on the working plan and delegated acts.
Who must create an EU Digital Product Passport?
DPP responsibility under the EU ESPR: how manufacturers, importers, distributors, suppliers, service providers, and delegated acts fit together.