Changelog

Stay up to date with the latest changes and improvements

v1.90.1
Minor Update
29-09-2025
Manifest Data Minor Update

waybill Renamed to transportNumber

Breaking Change

The parameter `waybill` has been renamed to `transportNumber`. For backwards compatibility, `waybill` will still work until 28-11-2025. After this date, only `transportNumber` will be supported.

New transportType Parameter

New Feature

A new parameter `transportType` has been introduced to define the transport mode. Supported values are: **CMR** (road transport), **AWB** (air transport), and **B/L** (bill of lading).

Parameter Requirements Updated

Improvement

Parameter requirements now vary depending on the selected `transportType`. Refer to the updated API documentation for detailed requirements per transport type.

B/L Support Pending

Note

The `B/L` (bill of lading) option is not yet implemented but will be added in a future update.

v1.90
Major Update
06-08-2025
Tracking API Major Update

Separation of Waybill and Parcel Tracking

New Feature

Waybill tracking and parcel tracking have been separated. To enable waybill tracking, a new parameter has been introduced: flight_tracking_setting – accepts values: only, include, or exclude. By default, this setting is exclude.

Result Format Simplification

Breaking Change

The result structure has been cleaned up. The following fields have been deprecated: Statussen, statussen, errors, LastStatus, CarrierInformation, carrierInformation, Items -> label. Refer to the updated result format in the API documentation.

Language Support

New Feature

Language selection has been added. Supported languages are: NL (Dutch) and EN (English). Usage example: ?lang=en

Bulk Barcode Support

New Feature

Bulk tracking by barcode is now supported, with a limit of 1000 barcodes per request. Example format: ["Barcode1", "Barcode2"]

Improved Error Handling

Improvement

When a barcode does not exist, it will be listed under the new notFound array: "notFound": ["NonExistentBarcode"]. In bulk requests, all invalid barcodes will appear here, and valid ones will return as usual.

Status Ordering and Item Numbering

New Feature

The items array has been reordered so that the newest status appears first. A new field, itemNumber, has been added to allow easy reversal if needed.

Standardized Headers

Improvement

The response header is now set to: Content-Type: application/json; charset=utf-8

Tracking Type Definition

New Feature

Tracking can now be done by: waybill (only one allowed per request), box (up to 10 allowed per request), barcode (default if no type is specified, up to 1000 allowed per request). Note: This applies only if customs data has been uploaded. Use the parameter ?type=waybill, box, or barcode.

Flexible Tracking Details

New Feature

A new parameter tracking_details has been added. It allows control over the level of returned data: minimal, lastStatus, full.