Click or drag to resize

IShippingAdapter Interface

IShippingAdapter interface.

Namespace:  PSI.Sox.Adapter.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
public interface IShippingAdapter : IAdapter, 
	IDisposable

The IShippingAdapter type exposes the following members.

Properties
  NameDescription
Public propertyAdapterConfiguration
Gets or sets AdapterConfiguration.
(Inherited from IAdapter.)
Public propertyAdapterDataHelper
Shipping Adapter Data Helper
Public propertyAdapterId
unique adapter id
(Inherited from IAdapter.)
Public propertyAdapterName
Gets the Adapter Name
(Inherited from IAdapter.)
Public propertyAdapterSymbol
Gets the adapter symbol, used to set the adapter prefix
(Inherited from IAdapter.)
Public propertyAdapterVersion
Get the Adapter Version.
(Inherited from IAdapter.)
Public propertyCompanyName
Returns the adapter company name
(Inherited from IAdapter.)
Public propertyLogger
Gets the instance of ILogger.
(Inherited from IAdapter.)
Public propertyProxySettings
Gets or sets ProxySettings.
(Inherited from IAdapter.)
Top
Methods
  NameDescription
Public methodCloseManifest
closes out an open CloseManifest grouping in .
Public methodDeleteHistoryItems
deletes the HistoryItem data from 's transactional database.
Public methodDeleteTransmitItems
Delete specified transmit items
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetCarriers
gets a list of available Carriers on the current system.
Public methodGetCarriersbyShippers
Returns a list of carriers associated with the shippers
Public methodGetDocuments
returns a list of available documents
Public methodGetHistoryItems
gets a list of HistoryItem Symbol integers based on Carrier and Shipper.
Public methodGetHistoryPackageList
gets a list of MSN integers based on the supplied criteria.
Public methodGetManifestItems
Gets a list of ManifestItem
Public methodGetPackageTypes
returns a list of carrier package types
Public methodGetPaymentTerms
returns a list of payment Terms
Public methodGetServices
gets a list of available Services on the current system.
Public methodGetShippers
Gets or sets shippers
Public methodGetTransmitItems
Gets transmit items for shipper and carrier
Public methodInit
Initializes adapter
(Inherited from IAdapter.)
Public methodModifyPackageList
Modify package List
Public methodPrintContainerDocument
Prints a container document
Public methodPrintDocument
print document
Public methodPrintManifestDocument
print manifest document
Public methodRate
rates the specified objects requests through the APIs.
Public methodReProcess
ReProcess
Public methodSearch
searches for an open package by MSN.
Public methodSearchByBundleId
searches for an open package by Conenctship BundleID.
Public methodShip
ships a full shipment request.
Public methodTransmitItems
transmit specified tranmit items
Public methodVoidPackage
voids a package transaction.
Top
See Also