This documentation is for the v2 (stable) version of the API.
Invocation URL: /v2/tracktrace/massdetail

Descripton:

Performs a batch Track/Trace lookup on the specified label numbers. Note: A maximum of 100 at a time can be looked up or an error will occur. When looking up more than 10 labels you must use a POST request.

Parameters:

LabelNoList - A semicolon-delimited list of label numbers to look up trace/trace details of, eg 'FA000000000;FA000000001;FA0000000002' etc
CountryCode - The code of the country in which every label in the list resides. Optional: If omitted, will be automatically determined. See here for a list of valid country codes.

Returns:

A data structure containing an array of objects identical to those returned by the detail method.

Example:

GET
https://ie.api.fastway.org/v2/tracktrace/massdetail/FA000000000;FA000000001;FA0000000002?api_key=YOUR_API_KEY

or

POST

https://ie.api.fastway.org/v2/tracktrace/massdetail/?api_key=YOUR_API_KEY

with JSON body

{
"LabelNoList":"FA000000000;...;...;FA000000100;"
}

Back to Track and Trace