IShippingAdapter Interface |
Namespace: PSI.Sox.Adapter.Interfaces
public interface IShippingAdapter : IAdapter, IDisposable
The IShippingAdapter type exposes the following members.
| Name | Description | |
|---|---|---|
| AdapterConfiguration |
Gets or sets AdapterConfiguration.
(Inherited from IAdapter.) | |
| AdapterDataHelper |
Shipping Adapter Data Helper
| |
| AdapterId |
unique adapter id
(Inherited from IAdapter.) | |
| AdapterName |
Gets the Adapter Name
(Inherited from IAdapter.) | |
| AdapterSymbol |
Gets the adapter symbol, used to set the adapter prefix
(Inherited from IAdapter.) | |
| AdapterVersion |
Get the Adapter Version.
(Inherited from IAdapter.) | |
| CompanyName |
Returns the adapter company name
(Inherited from IAdapter.) | |
| Logger |
Gets the instance of ILogger.
(Inherited from IAdapter.) | |
| ProxySettings |
Gets or sets ProxySettings.
(Inherited from IAdapter.) |
| Name | Description | |
|---|---|---|
| CloseManifest |
closes out an open CloseManifest grouping in .
| |
| DeleteHistoryItems |
deletes the HistoryItem data from 's transactional database.
| |
| DeleteTransmitItems |
Delete specified transmit items
| |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| GetCarriers |
gets a list of available Carriers on the current system.
| |
| GetCarriersbyShippers |
Returns a list of carriers associated with the shippers
| |
| GetDocuments |
returns a list of available documents
| |
| GetHistoryItems |
gets a list of HistoryItem Symbol integers based on
Carrier and Shipper.
| |
| GetHistoryPackageList |
gets a list of MSN integers based on the supplied criteria.
| |
| GetManifestItems |
Gets a list of ManifestItem
| |
| GetPackageTypes |
returns a list of carrier package types
| |
| GetPaymentTerms |
returns a list of payment Terms
| |
| GetServices |
gets a list of available Services on the current system.
| |
| GetShippers |
Gets or sets shippers
| |
| GetTransmitItems |
Gets transmit items for shipper and carrier
| |
| Init |
Initializes adapter
(Inherited from IAdapter.) | |
| ModifyPackageList |
Modify package List
| |
| PrintContainerDocument |
Prints a container document
| |
| PrintDocument |
print document
| |
| PrintManifestDocument |
print manifest document
| |
| Rate |
rates the specified objects requests through the APIs.
| |
| ReProcess |
ReProcess
| |
| Search |
searches for an open package by MSN.
| |
| SearchByBundleId |
searches for an open package by Conenctship BundleID.
| |
| Ship |
ships a full shipment request.
| |
| TransmitItems |
transmit specified tranmit items
| |
| VoidPackage |
voids a package transaction.
|