EPCIS 2.0 / ISO/IEC 19987
Stockaj's event log is conformant with EPCIS 2.0 as standardised in ISO/IEC 19987.
What this gives integrators
- Standard JSON / XML / JSON-LD event payloads.
- Standard REST endpoints for capture and query.
- Standard vocabulary (CBV) for
bizStepanddisposition. - Predictable filter grammar
(
event_time,biz_step,disposition,epc,bizLocation).
Capture endpoint
POST /epcis/v2.0/capture
Content-Type: application/ld+json
Authorization: Bearer <oauth2-token>
Authenticated only — OAuth 2.1 client credentials grant per integration partner. Per-tenant scoping enforced server-side.
Query endpoint
GET /epcis/v2.0/events?event_time=ge:2026-04-01T00:00:00Z
GET /epcis/v2.0/events/{eventID}
Subscriptions (long-poll / webhook) are also EPCIS-conformant.
Conformance level
Stockaj implements the REST bindings mandatory profile of EPCIS 2.0. SOAP bindings are out of scope.
Reference
- EPCIS 2.0 — https://ref.gs1.org/standards/epcis/
- ISO/IEC 19987 — https://www.iso.org/standard/77481.html