Kuehne + Nagel LTL+
  1. Shipment Tracking
Kuehne + Nagel LTL+
  • Overview
    • Introduction
    • Acceptable Use Policy
    • Support & Feedback
  • API
    • Overview
    • Full Integration API Workflow
    • Accessorials
      • Accessorial - Retrieve all accessorial charge codes
    • BillOfLading
      • BOL - Create a bill of lading PDF
    • Quoting
      • RateQuote - Submit a quote request
      • RateQuote - Submit a quote request for multiple points
    • Document Retrieval
      • GetImageList - Retrieve list of available shipment documents
      • GetImage - Retrieve shipping documents based on DocumentID
    • Invoice
      • Invoice - Retrieve a single invoice or pull an entire week of invoices
    • Shipment Tracking
      • HTML Tracking Link Generation
      • TrackingList - Get a list of shipment tracking information
        POST
      • TrackingDetails - Retrieve all the tracking details related to a shipment
        POST
    • Load Tendering
      • LoadTender - Tender a shipment
      • LoadTender - Tender a shipment
    • Transit
      • Transit - Receive transit time for a shipment lane.
    • Orders
      • Order
      • OrderDetails
  • EDI
    • Overview
    • 210 - Freight Details and Invoice
    • 214 - Transportation Carrier Shipment Status Message
    • Segments
      • 210/214 - 0100 Location Loop (N1 Loop)
      • 210 - 0400 Detail Loop (LX Loop)
      • 214 - 0205 Shipment Status Details (AT7 Loop)
  1. Shipment Tracking

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, and ClientCode are correctly supplied.
Invalid Code: Confirm that CarrierCode (SCAC) and ClientCode are accurate and authorized for access.

For questions or support, please contact our technical support team.
Previous
Invoice - Retrieve a single invoice or pull an entire week of invoices
Next
TrackingList - Get a list of shipment tracking information
Built with