Category

Tutorials

18 posts

DPP Registry: Setting Up Verified Economic Operators and Access Roles
5 min read 🤖
Tutorials

DPP Registry: Setting Up Verified Economic Operators and Access Roles

The DPP Registry Regulation makes identity and authority prerequisites for reliable registrations. A practical guide to roles, mandates and audit trails.

dpp-registry economic-operator access-control registration eidas
GS1 Resolver Test Suite: Reliably Test DPP Links Before Go-Live
5 min read 🤖
Tutorials

GS1 Resolver Test Suite: Reliably Test DPP Links Before Go-Live

The stable GS1 test suite makes Resolver 1.2 testable. Verify redirects, linksets, CORS, languages, and error handling before go-live.

gs1-resolver gs1-digital-link linkset conformance-testing dpp
EUDR grouped statements: How reference numbers move through product and batch data
5 min read 🤖
Tutorials

EUDR grouped statements: How reference numbers move through product and batch data

New EUDR grouping replaces individual references for supply-chain and customs use. Model batches, grouped references, API status and lineage correctly.

eudr due-diligence-statements reference-numbers batch-traceability supply-chain-data
Repair data from 31 July: Preparing the product passport for the repair path
5 min read 🤖
Tutorials

Repair data from 31 July: Preparing the product passport for the repair path

The EU repair Directive applies from 31 July 2026. Learn how to structure product, spare-part and process data for reliable repair operations.

right-to-repair repair-data digital-product-passport spare-parts qr-code
Digital Battery Passport: How to Keep Your Data Up to Date
5 min read 🤖
Tutorials

Digital Battery Passport: How to Keep Your Data Up to Date

Mandatory from February 2027: how manufacturers update dynamic data in the Digital Battery Passport compliantly — from SoH to CO₂ footprint.

digitaler-batteriepass dpp-update batterieverordnung state-of-health gs1-digital-link
Keeping DPP Data Current: What the ESPR Actually Requires
4 min read 🤖
Tutorials

Keeping DPP Data Current: What the ESPR Actually Requires

How often must DPP data be updated? What the ESPR regulation concretely demands, where real-world implementation gets tricky, and which technical patterns hold up in practice.

espr dpp gs1-digital-link datenaktualisierung batteriepass
Keeping DPP Data Current: What ESPR Actually Requires
4 min read 🤖
Tutorials

Keeping DPP Data Current: What ESPR Actually Requires

How to correctly update Digital Product Passport data under ESPR: lot vs. item level, registry obligations, and practical architecture guidance.

digital-product-passport espr dpp-update gs1-digital-link datenarchitektur
Automating Digital Product Passports with Webhooks
5 min read 🤖
Tutorials

Automating Digital Product Passports with Webhooks

A Digital Product Passport is not a static page — every scan is an event you can build on. React to qr.scanned for analytics, re-orders and recall flags, keep passport data fresh from your ERP, and verify every payload with HMAC-SHA256. A developer-grade guide with code.

dpp webhooks automation qr-scanned sdk
Free DPP Solutions, Honestly Compared (open-source vs SaaS)
5 min read 🤖
Tutorials

Free DPP Solutions, Honestly Compared (open-source vs SaaS)

Searching for a free Digital Product Passport solution? Open-source frameworks and EU pilot projects exist and the license can be zero, but the real cost is engineering and operations. An honest guide to open-source, pilots and hosted options, including where qr3 fits and where it does not.

dpp free-dpp open-source tractus-x comparison
JSON-LD for Digital Product Passports (and where EPCIS 2.0 fits)
5 min read 🤖
Tutorials

JSON-LD for Digital Product Passports (and where EPCIS 2.0 fits)

A DPP is only useful to machines if it is machine-readable. This guide shows the real JSON-LD a qr3 passport exposes via the live resolver, how one URL serves both humans and machines through content negotiation, and where the complementary EPCIS 2.0 event standard fits.

dpp json-ld epcis gs1-digital-link interoperability
DPP QR Codes: Sizing, Error Correction & GS1 (a developer's guide)
3 min read 🤖
Tutorials

DPP QR Codes: Sizing, Error Correction & GS1 (a developer's guide)

The QR code on a Digital Product Passport is not just any QR — it carries a GS1 Digital Link, has to survive printing on a product, and must resolve to the passport. The engineering details most guides skip, with print-ready generation code.

dpp qr-code gs1-digital-link error-correction labeling
Build vs Buy a Digital Product Passport System (the honest answer)
3 min read 🤖
Tutorials

Build vs Buy a Digital Product Passport System (the honest answer)

You need EU Digital Product Passports before a regulatory deadline — build in-house or buy? An honest breakdown of cost, time and compliance, plus the third option most build-vs-buy posts conveniently skip.

dpp build-vs-buy dpp-api compliance tco
Real Digital Product Passport Examples (live & scannable)
2 min read 🤖
Tutorials

Real Digital Product Passport Examples (live & scannable)

Most 'DPP example' articles show a mock-up of a product that does not exist. Here are two real Digital Product Passports — a battery and a textile — that you can open, scan and request as JSON-LD right now.

dpp-examples battery-dpp textile-dpp gs1-digital-link json-ld
The GS1 Digital Link Resolver, Explained (with a live example)
3 min read 🤖
Tutorials

The GS1 Digital Link Resolver, Explained (with a live example)

A DPP QR code is not a link to a web page — it is a GS1 Digital Link, and the resolver turns one identifier into many context-aware responses. Here is how it works, with a live passport you can curl right now.

gs1-digital-link resolver dpp gtin json-ld
Generate EU Digital Product Passports via API
4 min read 🤖
Tutorials

Generate EU Digital Product Passports via API

Most DPP guides tell you what a passport must contain. This one shows how to create EU-compliant Digital Product Passports programmatically — with curl, the qr3 SDK, batch creation, validation, GS1 QR codes and webhooks.

dpp api gs1-digital-link developers eu-2024-1781
Keeping DPP Registry Entries Up to Date: What the Implementing Regulation Requires
4 min read 🤖
Tutorials

Keeping DPP Registry Entries Up to Date: What the Implementing Regulation Requires

How manufacturers correctly update EU Digital Product Passport registry entries — obligations, timelines, and technical requirements under the implementing regulation.

dpp registry espr gs1-digital-link datenpflege
Keeping DPP Data Current: How the Update Process Works
4 min read 🤖
Tutorials

Keeping DPP Data Current: How the Update Process Works

What the ESPR regulation actually requires for updating Digital Product Passports — and how to correctly maintain registry entries, resolvers, and product data.

digital-product-passport espr dpp-update gs1-digital-link batteriepass
QR Codes for Developers: REST API, SDK and CLI
8 min read
Tutorials

QR Codes for Developers: REST API, SDK and CLI

How to programmatically generate QR codes, integrate them into your app, and react to scans via webhooks — a technical deep-dive.

API SDK Developer Webhooks