Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The purpose of this API is to get details for a shipment.

Note

NB! This API is stil in development and not ready for use/access.

This documentation is a draft for the planned structure. Changes to key-names, structure and so on may occur without notice.

The API is estimated to be done before 01.07.2022 - This box will be removed when the API finished.

Content

Table of Contents
maxLevel3

...

Expand
titleAPI response example
Code Block
{
    "shipmentId": "70724760322123456",
    "ediStatus": "EXPORT_OK",
    "items": [
        {
            "trackingReference": "37072476032123456",
            "myPackGoSubmissionCodelabellessCode": "TESTCODE"
        }
    ]
}

Error handling

...