📦 Trackers
Get tracking results for an existing tracker
This endpoint return the Tracking results of an existing Tracker matching with the given trackerId. As trackerId are unique, the Trackings array will always have only one item.
The tracking object is detailed in the SCHEMAS section.
Unlike the /v1/trackers/track endpoint, a Tracker must first be created on this tracking number before using this endpoint. As a tracking number is not unique, the endpoint may return multiple trackings associated with different Trackers.
get/public/v1/trackers/{trackerId}/results
Path parameters
trackerIdstring required
Required Id of the tracker, provided by Ship24 at creation. clientTrackerId can also be used in this field by employing the searchBy parameter.
Query parameters
searchBy'trackerId' | 'clientTrackerId'
Parameter allowing to search either by trackerIdor clientTrackerId. Default behavior is by trackerId.
Response
OK