TrackingMore Real-time API
What's Real-time API?
Real-time API means creating/importing a tracking number & getting track results at the same time for our users. Namely, creating gets results. But we don't provide real-time update for the track info after shipments created as we set every 4-6hrs to fetch the track info from the carriers official web.
Below are real-time API in the existing 3 versions of TrackingMore API.
API Version | Action of Real-time API | Description |
---|---|---|
V4 | create a tracking | import a single shipment to Trackingmore & get track results via API |
V3 | Get real-time result | get track results of a tracking via API |
V2 | Get real-time result | get track results of a tracking via API |
Note:
Rate limit will be hit if the requests of the above 3 kinds of real-time API exceed 3 times/s. If rate limit was hit, your application should not send any further requests untill 120 sec later.
Updated on: 30/03/2023
Thank you!