Suggest a Shipping Carrier

Suggest a shipping provider or vote for carriers that others suggested and you'd like us to add tracking integration in the future.
GlobalTranz
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): https://carrierrate.globaltranz.com/PublicTrack/PublicTrack/ Enter a PRO, PO, or BOL number, solve reCAPTCHA, click View to see shipment details. API (no ZIP required): https://carrierrate.globaltranz.com/atlas/PublicTrack/GetPublicTrackShipmentList/{PRO} 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: https://carrierrate.globaltranz.com/atlas/PublicTrack/GetShipmentTrackingDetails?sId=6M04+wt/PIn1OvYljM+ukQ== 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
5
·

complete

Load More