TranslogiX provides a public shipment tracking page atDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/fatelessdev/translogiX/llms.txt
Use this file to discover all available pages before exploring further.
/track that anyone can use without signing in. If you have a package code, you can look up the current status, route details, and full location history of any shipment. This page explains how to use the tracking feature and what information is available.
The package code is assigned when the shipment is created. Ask the shipper or the transporter company for the code — it is not generated automatically by the recipient.
Looking up a shipment
Enter your package code
Type the package code into the search field (for example,
PKG-001) and click Track.Shipment details
The tracking result page displays the following information about the shipment.Package Code
The unique identifier for the shipment, shown at the top of the page.
Status
The current status of the shipment, shown as a colour-coded badge.
Source
The pickup origin — the location where the shipment started its journey.
Destination
The intended delivery location.
Vehicle
The vehicle number assigned to the shipment, or “Not assigned” if one has not yet been allocated.
Transporter
The name of the transporter company handling the shipment, if assigned.
Shipment statuses
| Status | Meaning |
|---|---|
Created | Shipment has been registered but not yet assigned to a transporter. |
Assigned | A transporter and vehicle have been assigned; awaiting pickup. |
Picked Up | Shipment has been collected from the source. |
In Transit | Shipment is actively moving toward its destination. |
Delivered | Shipment has been delivered. |
Cancelled | Shipment was cancelled and will not be delivered. |
Tracking history
Below the shipment details, a chronological timeline shows every location update that has been posted for the shipment, from newest to oldest. Each update in the timeline includes:- Location — a human-readable description of where the shipment was at that point (e.g.
Arrived at Dallas distribution center). - Timestamp — the date and time the update was recorded, displayed in your local timezone.
Latitude and longitude coordinates are recorded with each update when provided by the driver, but they are stored internally and not displayed on the public tracking page. Only the location description and timestamp are shown.
Frequently asked questions
Where do I find my package code? Your package code is provided by the shipper or the transporter company when the shipment is created. It is not sent automatically by TranslogiX — contact the sender or logistics coordinator if you do not have it. Can I track a shipment without a package code? No. The tracking lookup requires an exact package code. Partial codes or other identifiers such as names or addresses are not supported on the public tracking page. Is there an API for tracking? Yes. Tracking updates can be fetched programmatically fromGET /api/tracking-updates?shipmentId=[id]. This is a public endpoint that requires no authentication and returns all updates for a given shipment ID ordered from newest to oldest.