We use GlobalTranz to schedule most freight (except UPS/FedEx).
Previously, TrackShip determined you couldn’t integrate directly with ACI Motor Freight: https://feedback.trackship.com/suggest-a-shipping-carrier/p/aci-motor-freight
However, GlobalTranz offers a public tracking endpoint that returns ACI data, so TrackShip could leverage this instead.
How it works
UI (for reference):
Enter a PRO, PO, or BOL number, solve reCAPTCHA, click View to see shipment details.
API (no ZIP required):
Example using ACI PRO 15504376 returns:
[{
"ShipmentId": 31364008,
"PRONo": "15504376",
"DestinationZip": "74055",
"PoNo": "73506A",
"Tracking": true,
"SId": "6M04+wt/PIn1OvYljM+ukQ=="
}]
Use the returned SId to fetch full details:
That response includes:
Origin/Destination (city/state/ZIP)
Carrier info (e.g., "CarrierName": "A C I Motor Freight Inc.")
Dates (pickup, delivery, transit days)
Pieces/weight
Line items
Complete tracking history with timestamps and status codes (e.g., "StatusDescription":"Delivered","FormattedTrackDateTime":"8/15/2025 12:56 PM")
Why this helps
This GlobalTranz API provides everything needed to display tracking for ACI shipments in TrackShip—without a direct ACI integration.
I can provide additional PRO numbers for testing if needed. see attached photos for details