BrokerWare Integration Tools
Overview
BrokerWare provides a webservice API interface for integrating the application into your systems.
The service can be used to create shipments, track existing shipments and run rate quotes.
Using this system requires that an SSID is provided by our staff. Once you have the SSID it should be used as the first
parameter of each function call made to the service.
The URL for the web service is:
/App_BW/services/CustomerShippingService.svc
For SOAP 1.1 and HTTP post the URL for the web service is:
/App_BW/services/CustomerShippingService.svc/post
A WSDL file can be obtained at the same URL.
Functions
These are the functions that can be used with the WebService.
Get Rates
This function is used to get rate quotes. This function can not be used for Booking new shipments.
Get Rates Details
Get Tracking Info
This function is used to get updated tracking information.
Tracking Info Details
Create Shipment
Use this function to create new shipments. These shipments will be booked and dispatched. Do not use this function for rate quotes.
Create Shipment Details
Get Supplemental List
This function is used to get a list of the supplemental charges available. This function returns a string array of all the
supplemental charges. These values should be used when creating shipments or running rates.
Test Connection
This function is only used for testing and will verify that you are able to authenticate using your SSID.
Status Codes
Descriptions of all available status codes are listed in this class.
Status Codes List