Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Query Digital Product Passports.
query { dpp(id: "dpp_xyz789") { id publicUrl qrCodeUrl status locale product { id name } sections { name fields { key value unit } } auditTrail { timestamp action actor } createdAt updatedAt } }
id
query { dppByProduct(productId: "prod_abc123") { id publicUrl qrCodeUrl status sections { name fields { key value unit } } } }
productId
query { dpps( first: 20 filter: { status: ACTIVE } ) { totalCount edges { node { id publicUrl status product { id name } createdAt } cursor } pageInfo { hasNextPage endCursor } } }
first
after
filter