Bill of Lading API Configuration
Below are simple instructions on how to implement our Bill of Lading API Tool using the SOAP - XML format. When using the methods make sure to replace the highlighted text with your appropriate data.
To access the service, send your API request to the following Bill of Lading URL.
Additions and Updates
We have added a new method Get Hazmat Description to the Bill Of Lading API.
Bill of Lading Method
- Method to create a Bill Of Lading: CreateBillOfLading(string APIKey, BillOfLadingRequest request)
- Sample XML: request | response
Get Bill Of Lading PDF Method
- Method to Get a Bill Of Lading PDF: GetBillOfLadingPDF(string APIKey, int BillOfLadingId)
- Sample XML: request | response
Get Bill Of Lading Label PDF Method
- Method to Get Shipping Label for the Bill Of Lading in PDF format: GetBillOfLadingLabelPDF(string APIKey, int BillOfLadingId, string style, int startPosition, int numLabels)
- Sample XML: request | response
Get Hazmat Description
- Method to the Get Hazmat Description: GetHazmatDescription(string APIKey, string UNNANumber)
- Sample XML: request | response
List of accepted State/Country codes
Having Trouble?
Should you have any issues with our API tools, questions or suggestions, contact our technology team.