# Banyan Technology LIVE Connect™ ## Docs - [Version 3](https://docs.banyantechnology.com/v3.md): - Version 3 [Authentication](https://docs.banyantechnology.com/v3/authentication.md): - Version 3 [Shipments](https://docs.banyantechnology.com/v3/shipments.md): - [Version 2](https://docs.banyantechnology.com/v2.md): - Version 2 > Additional Offerings [SOAP](https://docs.banyantechnology.com/v2/soap.md): - Version 2 [Changelog](https://docs.banyantechnology.com/v2/changelog.md): - [Exports and Webhooks](https://docs.banyantechnology.com/exports-webhooks.md): - Exports and Webhooks [Standard Load Export - v1](https://docs.banyantechnology.com/v1/standard-load-export.md): - Exports and Webhooks [Standard Load Export - v2](https://docs.banyantechnology.com/v2/standard-load-export.md): - Exports and Webhooks [Standard Load Export - v3](https://docs.banyantechnology.com/v3/standard-load-export.md): - Exports and Webhooks [Push Tracking](https://docs.banyantechnology.com/push-tracking.md): ## API Docs - Version 3 > Authentication [Retrieve a token ](https://docs.banyantechnology.com/v3/retrieve-a-token.md): - Version 3 > Shipments > Creating [Create a Full Shipment](https://docs.banyantechnology.com/v3/shipments-create.md): #### Create a full shipment in Banyan. - Version 3 > Shipments > Creating [Create an EZ Rate Shipment](https://docs.banyantechnology.com/v3/shipments-ez-create.md): #### Create a EZ Rate shipment in Banyan. - Version 3 > Shipments > Updating [Add Document(s) to a Shipment](https://docs.banyantechnology.com/v3/shipments-add-documents.md): ### Adds documents to the specified Shipment by its id. - Version 3 > Shipments > Updating [Update a Shipment](https://docs.banyantechnology.com/v3/shipments-update.md): ### Updates a shipment in Banyan. - Version 3 > Shipments > Updating [Adds one or more Reference Numbers to a Shipment](https://docs.banyantechnology.com/v3/shipments-add-reference.md): ### Adds reference numbers to the specified Shipment by its id. - Version 3 > Shipments > Updating [Mark as Exported](https://docs.banyantechnology.com/v3/shipments-mark-exported.md): ### Marks the specified shipments exported. - Version 3 > Shipments > Retrieving [Get a Shipment](https://docs.banyantechnology.com/v3/shipments-get.md): Returns a Shipment by it's Id. Also known as LoadId. - Version 3 > Shipments > Retrieving [Get multiple Shipments](https://docs.banyantechnology.com/v3/shipments-get-many.md): Returns a paged list of all shipments that match the provided criteria. - Version 3 > Shipments > Retrieving [Get Quotes](https://docs.banyantechnology.com/v3/shipments-get-quotes.md): ### Retrieve the quotes of a single Shipment by its id. - Version 3 > Shipments > Retrieving [Get Reference Numbers for a Shipment](https://docs.banyantechnology.com/v3/shipments-get-references.md): ### Retrieve the Reference Numbers of a single Shipment by its id. - Version 3 > Shipments > Retrieving [Get documents for the specified shipment.](https://docs.banyantechnology.com/v3/shipments-get-documents.md): ### Get documents related to the specified shipment. - Version 3 > Shipments > Booking [Book a Shipment](https://docs.banyantechnology.com/v3/shipments-book.md): ### Books an existing quote on the specified shipment. - Version 3 > Shipments > Booking [Unbooks the awarded quote on the specified load.](https://docs.banyantechnology.com/v3/shipments-unbook.md): - Version 3 > Shipments > Canceling [Cancels a shipment.](https://docs.banyantechnology.com/v3/shipments-cancel.md): ### Cancels a shipment in Banyan. - Version 3 > Invoice [Get multiple invoices](https://docs.banyantechnology.com/v3/invoices-get-many.md): ### Returns a paged list of all invoices that match the provided criteria. - Version 3 > Invoice [Mark as Exported](https://docs.banyantechnology.com/v3/invoices-mark-exported.md): ### Marks the specified invoices exported. - Version 3 > Tracking [Get tracking statuses](https://docs.banyantechnology.com/tracking-get-statuses.md): Returns a list of all shipments that match the provided criteria and their tracking updates. - Version 3 > Tracking [Mark as exported.](https://docs.banyantechnology.com/tracking-mark-exported.md): This endpoint marks tracking statuses as exported. - Version 3 > StaticData [Accessorials](https://docs.banyantechnology.com/static-accessorials.md): Returns a list of all available Accessorials. - Version 3 > StaticData [Document Types](https://docs.banyantechnology.com/static-doc-types.md): Returns a list of all available Document Types. - Version 3 > StaticData [Equipment Types](https://docs.banyantechnology.com/static-equipment-types.md): Returns a list of all available Equipment Types. - Version 3 > StaticData [Package Types](https://docs.banyantechnology.com/static-package-types.md): Returns a list of all available Package Types. - Version 3 > StaticData [Limited Access Types](https://docs.banyantechnology.com/static-limited-access-types.md): Returns a list of all available Limited Access types. - Version 3 > StaticData [Size UOMs](https://docs.banyantechnology.com/static-size-uom.md): Returns a list of all available Size units of measure. - Version 3 > StaticData [Weight UOMs](https://docs.banyantechnology.com/static-weight-uom.md): Returns a list of all available weight units of measure. - Version 3 > StaticData [Pay Types](https://docs.banyantechnology.com/static-pay-types.md): Returns a list of all available Pay Types. - Version 3 > StaticData [Ship Types](https://docs.banyantechnology.com/static-ship-types.md): Returns a list of all available Ship Types. - Version 3 > StaticData [Countries](https://docs.banyantechnology.com/static-countries.md): Returns a list of all available Countries. - Version 3 > StaticData [Statuses](https://docs.banyantechnology.com/static-statuses.md): Returns a list of all available Statuses. - Version 3 > StaticData [Service Modes](https://docs.banyantechnology.com/static-service-modes.md): Returns a list of all available Service Modes. - Version 2 > Recommended Workflow > Rating [ImportForQuote](https://docs.banyantechnology.com/v2/import-for-quote.md): This function will import a shipment in the Banyan system and will initiate the rating process and will return a response immediately. Following this request would be a loop of calling GetQuotes to return the quotes on the created shipment. - Version 2 > Recommended Workflow > Rating [ImportForQuote_Sync](https://docs.banyantechnology.com/v2/import-for-quote-sync.md): This function will import a shipment in the Banyan system and will initiate the rating process. - Version 2 > Recommended Workflow > Rating [GetQuotes](https://docs.banyantechnology.com/v2/get-quotes.md): This function will retrieve all the valid quotes for a given shipment. - Version 2 > Recommended Workflow > Booking/Dispatching [BookLoad](https://docs.banyantechnology.com/v2/book-load.md): This function will book a quote that belongs to the requested shipment. Functionality exists to also dispatch the shipment. - Version 2 > Recommended Workflow > Tracking [GetTrackingStatuses](https://docs.banyantechnology.com/v2/get-tracking-statuss.md): This function will return all the tracking statuses for all the clients under your web service user’s super user group. Tracking statuses can either be gathered by Banyan’s automated tracking process or EDI 214 process. - Version 2 > Recommended Workflow > Documents [GetDocuments](https://docs.banyantechnology.com/v2/get-documents.md): This function will retrieve the requested document types for the given shipment. Documents are returned in Base 64 format. - Version 2 > Recommended Workflow > Invoices [GetInvoices](https://docs.banyantechnology.com/v2/get-invoices.md): This function will return invoices. - Version 2 > Recommended Workflow > Invoices [GetInvoicesWithLoadDetails](https://docs.banyantechnology.com/v2/get-invoices-load-details.md): This function will return invoices along with shipment details for any associated loads. Each invoice returned will be marked as exported. Up to 100 results may be returned in each response, if more are required multiple requests can be sent. - Version 2 > Additional Offerings > Cancelling [Cancel a Load](https://docs.banyantechnology.com/v2/cancel-load.md): This function will cancel a shipment. This request has no communication with the carrier. This function is not to be used when the shipment has been dispatched. - Version 2 > Additional Offerings > Updating [UpdateLoad](https://docs.banyantechnology.com/v2/update-load.md): This function will update an existing load in Banyan. If vital information is to be updated, this will trigger a rerate. - Version 2 > Additional Offerings > Updating [UpdateLoadStatus](https://docs.banyantechnology.com/v2/update-load-status.md): This function will change the status of a shipment. This will return the identification number of the shipment that was updated. - Version 2 > Additional Offerings > Updating [UpdateShipmentsExport](https://docs.banyantechnology.com/v2/mark-exported.md): Used for marking shipments and their invoices as Exported. - Version 2 > Additional Offerings > Importing [PendingImport](https://docs.banyantechnology.com/v2/import-for-pending.md): This function will import a shipment in the Banyan system in the pending status. Pending status is a pre-rating status where all of the attributes of the shipment are still editable. - Version 2 > Additional Offerings > Importing [ImportForBook](https://docs.banyantechnology.com/v2/import-for-book.md): This function will add a shipment, add a manual quote to that shipment, and book that manual quote. - Version 2 > Additional Offerings > Manual Quotes [AddManualQuote](https://docs.banyantechnology.com/v2/manual-quote.md): This function will add a manual quote to a specified shipment. Primary use is when there is some type of unautomated relation with a carrier. - Version 2 > Additional Offerings > EZ Rates [EzRate](https://docs.banyantechnology.com/v2/ez-rate.md): This endpoint is permission based. For access please contact your Banyan representative. - Version 2 > Additional Offerings > EZ Rates [EzRate_Sync](https://docs.banyantechnology.com/v2/ez-rate-sync.md): This endpoint is permission based. For access please contact your Banyan representative. - Version 2 > Additional Offerings > Waterfall Tendering [StartWaterfallTendering](https://docs.banyantechnology.com/v2/start-waterfall-tendering.md): This function will start Waterfall Tendering for given load. - Version 2 > Additional Offerings > Waterfall Tendering [CancelWaterfallTendering](https://docs.banyantechnology.com/v2/cancel-waterfall-tendering.md): This function will cancel Waterfall Tendering for the given load. - Version 2 > Additional Offerings > Unbooking [UnBookLoad](https://docs.banyantechnology.com/v2/unbook-load.md): This function will unbook a shipment in Banyan only. - Version 2 > Additional Offerings > Additional Dispatching [DispatchLoad](https://docs.banyantechnology.com/v2/dispatch-load.md): This function will move a shipment to dispatched status. Communication to the carrier is controlled with the SubmitPickup but within the request. When set to true, a pickup request will be sent to the selected carrier, and when it is set to false the shipment will be moved into dispatched status. - Version 2 > Additional Offerings > Load Details [GetLoadDetails](https://docs.banyantechnology.com/v2/get-load-details.md): Used for retrieving details about specific Loads. - Version 2 > Additional Offerings > Load Details [GetNotes](https://docs.banyantechnology.com/v2/get-notes.md): Used to retrieve shipment notesUsed for retrieving information on shipments and invoices. - Version 2 > Additional Offerings > Additional Tracking [GetTrackingByLoad](https://docs.banyantechnology.com/v2/get-tracking-load.md): Used for retrieving tracking details about specific Loads. - Version 2 > Additional Offerings > Other [Normalized Charge Codes](https://docs.banyantechnology.com/v2/normalized-charge-codes.md): Retrieve an up-to-date list of all Banyan normalized charge codes used in the EDI Process