TracePass EPCIS 2.0
tracepass_epcisExport, capture, and query GS1 EPCIS 2.0 supply-chain events to support Digital Product Passport workflows. Read and write event data with export, capture, capture_job, and query actions.
Instructions
GS1 EPCIS 2.0 supply-chain events. export is included on Starter plans and up; capture, capture_job, and query require the paid EPCIS add-on (those actions return a 403-style message without it).
Actions (pass via action, with args):
export — args: { id }. Export a passport's events as an EPCIS 2.0 JSON-LD document. Read-only.
capture — args: { events }.
eventsis an EPCISDocument, a single event, or an array of events (JSON-LD). Returns a 202 with a captureJobId.capture_job — args: { jobId }. Poll an async capture job. Read-only.
query — args: { params? }.
paramsis a key/value map of standard EPCIS query parameters (EQ_bizStep, GE_eventTime, MATCH_epc, …). Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| args | No | Action-specific arguments — see the description. |