Skip to content

Dummy Tracking Number

There is a fictitious courier named dev.track.dummy that is not exposed in Query.carriers. The dev.track.dummy virtual courier generates 8 tracking numbers every day, which you can use to test the API without a real waybill number.

Tracking Number Format

The fictitious Tracking Number is generated at "0, 3, 6, 9, 12, 15, 18, 21" UTC and has the format yyyy-MM-ddTHH:00:00Z.

The fictitious Tracking Number implies a "delivered" time, and a waybill is created 24 hours before the delivered time, and removed 24 hours after the delivered time.

Example

If the current time is 2023-01-15T00:00:00Z, then the status of each waybill number is as follows

Tracking NumberlastEvent.status.code
2023-01-14t00:00:00z[not_found error]
2023-01-14t03:00:00zDELIVERED
2023-01-14t06:00:00zDELIVERED
2023-01-14t09:00:00zDELIVERED
2023-01-14t12:00:00zDELIVERED
2023-01-14t15:00:00zDELIVERED
2023-01-14t18:00:00zDELIVERED
2023-01-14t21:00:00zDELIVERED
2023-01-15t00:00:00zDELIVERED
2023-01-15t03:00:00zIN_TRANSIT
2023-01-15t06:00:00zIN_TRANSIT
2023-01-15t09:00:00zIN_TRANSIT
2023-01-15t12:00:00zIN_TRANSIT
2023-01-15t15:00:00zIN_TRANSIT
2023-01-15t18:00:00zIN_TRANSIT
2023-01-15t21:00:00zIN_TRANSIT
2023-01-16t00:00:00zIN_TRANSIT
2023-01-16t03:00:00z[not_found error]
test[bad_request error]