| Track up to 10 shipments at a time by connecting directly to the USF Corporation "Track Trucking Shipment" from your desktop by using the following URL and query string parameters described below: http://www.usfc.com/shipmentStatus/shipmentStatustWS.jsp
Add a "?" to the URL, with an "&" in between each query string parameter. The following are available query string parameters:
Tracking By Pro Number
- TrackNumber (String) — 1 to 10 Pro Numbers separated by commas. - TrackType (String) — Indicates the type of Tracking Number. It is a required parameter.
Example of tracking a single Pro Number:
http://www.usfc.com/shipmentStatus/shipmentStatustWS.jsp?TrackType=H&TrackNumber=435XXXXXX
Example of tracking multiple Pro Numbers:
http://www.usfc.com/shipmentStatus/shipmentStatustWS.jsp?TrackType=H&TrackNumber=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.
- TrackNumber (String) — PO or BOL Number.
- ZIPCode (String) — a 5-digit U.S. zip code or 6-character Canadian postal codes.
- TrackType (String) — Indicates the type of Tracking Number. It is a required parameter.
- "B" = BOL number
- "P" = PO number
Example of tracking a single BOL Number:
http://www.usfc.com/shipmentStatus/shipmentStatustWS.jsp?TrackType=B&TrackNumber=DA923XXXXXX&ZipCode=74XXX
Example of tracking multiple BOL Numbers:
http://www.usfc.com/shipmentStatus/shipmentStatustWS.jsp?TrackType=B&TrackNumber=DA923XXXXXX&
ZipCode=74XXX&TrackNumber=9GBF5XXXXXX&ZipCode=87XXX
Example of tracking a single PO Number:
http://www.usfc.com/shipmentStatus/shipmentStatustWS.jsp?TrackType=P&TrackNumber=PO923XXXXXX&ZipCode=74XXX
Example of tracking multiple PO Numbers:
http://www.usfc.com/shipmentStatus/shipmentStatustWS.jsp?TrackType=P&TrackNumber=Po923XXXXXX&
ZipCode=74XXX&TrackNumber=34XXXXXX&ZipCode=87XXX |