ShipmentTrackingApi

Find Shipments by Any Reference

Finds shipments using any reference or barcode and date of shipment creation.

get/shipmentsbyanyref

Query parameters

starttimeinteger

Search window start as a Unix timestamp in milliseconds.

endtimeinteger

Search window end as a Unix timestamp in milliseconds.

refstring required

Reference value or barcode to search across all reference fields (Ref1, Ref2, Ref3, barcode).

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.