---
source_url: "https://developer.dcsa.org/implementing-track-and-trace"
title: DCSA - Driving digitalisation in container shipping
mirrored_at: 2026-08-15T15:34:32.426Z
host: developer.dcsa.org
cited_in_42a: true
mirror_canonical: "https://index.42a.ai/developer.dcsa.org/implementing-track-and-trace"
---

> **Original source:** https://developer.dcsa.org/implementing-track-and-trace

This is a guide to implementing the DCSA Track & Trace (TNT) standard version 2.2, written for the technical teams of DCSA adopting organizations.

#### Reference Documentation

To get acquainted with the standard, refer to [the introductory Track & Trace standard page](https://dcsa.org/standards/track-and-trace).To understand the key concepts, user stories, use cases and data overview of the standard, refer to [the Track & Trace documentation page](https://dcsa.org/standards/track-and-trace/standard-documentation-track-and-trace).For an overview of the business processes addressed by the standard, refer to [the DCSA Industry Blueprint](https://dcsa.org/standards/industry-blueprint).To understand the data structures used by the standard and how they can be mapped to your own organization's data types, consult [the DCSA Information Model](https://developer.dcsa.org/documentation/information_models).

#### Implementing the Standard

To get acquainted with the general principles applicable when implementing any DCSA standard, consult [the DCSA API Design and Implementation Principles](https://developer.dcsa.org/api_design).To review the reference implementation of the Track & Trace standard, created by DCSA to verify the standard and used for measuring the conformance of adopter implementations, consult [the Track & Trace module](https://github.com/dcsaorg/Conformance-Gateway/tree/master/tnt) of the [DCSA conformance GitHub repository](https://github.com/dcsaorg/Conformance-Gateway).

##### Event Publisher Implementation

To implement the Track & Trace standard API as an event publisher, use your organization's technology stack to implement each endpoint of [the DCSA Track & Trace OpenAPI specification](https://app.swaggerhub.com/apis/dcsaorg/DCSA_TNT) page.

##### Event Consumer Implementation

To consume events published by any provider through the DCSA Track & Trace standard API, use your organization's technology stack to build a backend API client application using [the DCSA Track & Trace OpenAPI specification](https://app.swaggerhub.com/apis/dcsaorg/DCSA_TNT) page.You can use a [DCSA conformance sandbox](https://developer.dcsa.org/conformance-sandboxes) as a counterpart in your development, since it allows you to easily test the most relevant [scenarios](https://developer.dcsa.org/conformance-scenarios) that your application needs to support.As an alternative, you can also use directly the corresponding API specification page of one of the publishing organizations whose events you intend to retrieve through the DCSA standard API.**👉Important note:** While implementing the standard, run conformance periodically and use the Conformance Tool as a compass to guide the implementation. Don't wait until implementation has been finished and then run Conformance.