| Track up to 10 shipments at a time by connecting directly to our "Track Shipments" from your desktop by using the following URL and query string parameters described below.
Please note: PARAMETER NAMES ARE CASE-SENSITIVE!
Add a "?" to the URL, with an "&" in between each query string parameter.
The following are available query string parameters:
Tracking By Pro Number
- proNumber (String) — 1 to 10 Pro Number(s) separated by commas.
Example of tracking a single Pro Number:
http://www.usfc.com/shipmentStatus/track.do?proNumber=435XXXXXX
Example of tracking multiple Pro Numbers:
http://www.usfc.com/shipmentStatus/track.do?proNumber=435XXXXXX,847XXXXXX,294XXXXXX
Tracking By Bill Of Lading (BOL) or Purchase Order (PO) Number
Include an instance of the following three parameters for each shipment you wish to track by BOL or PO, up to a maximum of
10 shipments. When tracking multiple shipments, all Track Numbers must be the same type i.e. a single request cannot mix BOL and PO numbers.
- bolNumber or poNumber (String) — BOL or PO Number(s).
- ZP (String) — a 5-digit U.S. zip code or 6-character Canadian postal codes.
Example of tracking a single BOL Number:
http://www.usfc.com/shipmentStatus/track.do?bolNumber=6XXXX&ZP=53046
Example of tracking multiple BOL Numbers:
http://www.usfc.com/shipmentStatus/track.do?bolNumber=6XXXX,6YYYY&ZP=53046,39168
Example of tracking a single PO Number:
http://www.usfc.com/shipmentStatus/track.do?poNumber=7XXXXXXX&ZP=53046
Example of tracking multiple PO Numbers:
http://www.usfc.com/shipmentStatus/track.do?poNumber=7XXXXXXX,7YYYYYYY&ZP=53046,39168 |