HTML Tracking Link Generation
The Trace and Track endpoints allow users to track shipment status and details by either Invoice Number (PRO) or Bill of Lading (BL) Number. This functionality is accessible via a URL-based search, offering flexibility for quickly retrieving shipment information. This endpoint is designed to embed into emails or applications.
Search by BL Number (Preferred)
Description
This endpoint allows you to retrieve shipment information by the Bill of Lading (BL) Number. This request requires the BLNumber
, CarrierCode
(SCAC), and ClientCode
as query parameters.
URL Format
https://my.ltlp.kuehne-nagel.com/TraceAndTrack/TraceAndTrack.aspx?BLNumber={BLNumber}&CarrierCode={SCAC}&Clientcode={ClientCode}
Parameters
- BLNumber: (Required) The Bill of Lading number for the shipment.
- CarrierCode (SCAC): (Required) The SCAC (Standard Carrier Alpha Code) representing the carrier. Can also use NONE if carrier code is not known
- ClientCode: (Required) A unique code identifying the client account.
Example Request
https://my.ltlp.kuehne-nagel.com/TraceAndTrack/TraceAndTrack.aspx?BLNumber=BL123456&CarrierCode=EFGH&Clientcode=XYZ
Search by Invoice Number
Description
This endpoint enables you to search for shipment information using an Invoice Number. It requires the InvoiceNumber
, CarrierCode
(SCAC), and ClientCode
as query parameters.
URL Format
https://my.ltlp.kuehne-nagel.com/TraceAndTrack/TraceAndTrack.aspx?InvoiceNumber={InvoiceNumber}&CarrierCode={SCAC}&Clientcode={ClientCode}
Parameters
- InvoiceNumber: (Required) The invoice number associated with the shipment.
- CarrierCode (SCAC): (Required) The SCAC (Standard Carrier Alpha Code) representing the carrier. Can also use NONE if carrier code is not known
- ClientCode: (Required) A unique code identifying the client account.
Example Request
https://my.ltlp.kuehne-nagel.com/TraceAndTrack/TraceAndTrack.aspx?InvoiceNumber=123456789&CarrierCode=ABCD&Clientcode=XYZ
Notes
- These endpoints return shipment tracking information directly in the browser, displaying the most up-to-date status available for the shipment.
- Ensure all parameters are encoded correctly in the URL, especially if they contain special characters.
Common Errors
- Missing Parameter: Verify that
InvoiceNumber
/BLNumber
,CarrierCode
, andClientCode
are correctly supplied. - Invalid Code: Confirm that
CarrierCode
(SCAC) andClientCode
are accurate and authorized for access.
For questions or support, please contact our technical support team.