ShipmentTrackingApi

Find Shipments by Reference 1

Finds shipments using ref1 or barcode and date of shipment creation, enabling searches based on reference numbers or barcodes.

get/shipmentsbyref1

Query parameters

datestring

Shipment creation date as a Unix timestamp in milliseconds.

refstring required

Reference 1 value or barcode to search for.

limitinteger

Maximum number of results to return.

Response

OK

status'OK' | 'Error' | 'ValidationFailed'

0 = OK, 1 = Error, 2 = ValidationFailed

traceIDstring nullable

Unique trace identifier for debugging and support purposes.

Changes

No recorded changes to this endpoint across all 1 revision of this API.