Kuehne + Nagel LTL+
  1. Accessorials
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. Accessorials

Accessorial - Retrieve all accessorial charge codes

GET
https://api.ltlp.kuehne-nagel.com/api/accessorials/accessorials
Accessorials
Last modified:2024-11-04 18:00:12
The Accessorial Codes API endpoint retrieves a list of valid accessorial charge codes that can be utilized in other endpoints such as RateQuote, Bill of Lading (BOL), and LoadTender.

Input Parameters:#

None: This endpoint does not require any input parameters.

Output Structure:#

An array of accessorial codes, where each entry contains:
Service: A description of the service associated with the accessorial code (e.g., "Construction Site Delivery").
ServiceCode: A unique code representing the service (e.g., "CSD").
This endpoint is useful for users to understand available accessorial charges, ensuring proper selection and application in their shipping requests.

Request

None

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.ltlp.kuehne-nagel.com/api/accessorials/accessorials'

Responses

🟢200OK
application/json
search results matching criteria
Body
array of:
Service
string 
optional
Description of the accessorial service
Example:
Construction Site Delivery
ServiceCode
string 
optional
Accessorial Code. This code can be used in several other APIs, such as the RateQuote, Load Tendering, and Prepare Bill Of Lading
Example:
CSD
Example
[
  {
    "Service": "Construction Site Delivery",
    "ServiceCode": "CSD"
  }
]
Previous
Support & Feedback
Next
BOL - Create a bill of lading PDF
Built with