Kuehne + Nagel LTL+
  1. Shipment Tracking
Kuehne + Nagel LTL+
  • Overview
    • Introduction
    • Acceptable Use Policy
    • Getting Started
    • Full Integration API Workflow
    • Support & Feedback
  • Accessorials
    • Accessorial - Retrieve all accessorial charge codes
      GET
  • BillOfLading
    • BOL - Create a bill of lading PDF
      POST
  • Quoting
    • RateQuote - Submit a quote request
      POST
    • RateQuote - Submit a quote request for multiple points
      POST
  • Document Retrieval
    • GetImageList - Retrieve list of available shipment documents
      POST
    • GetImage - Retrieve shipping documents based on DocumentID
      POST
  • Invoice
    • Invoice - Retrieve a single invoice or pull an entire week of invoices
      POST
  • 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
      POST
    • LoadTender - Tender a shipment
      POST
  • Transit
    • Transit - Receive transit time for a shipment lane.
      POST
  • Orders
    • Order
      POST
    • OrderDetails
      POST
  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