Click or drag to resize

IShippingAdapterGetManifestItems Method

Gets a list of ManifestItem

Namespace:  PSI.Sox.Adapter.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
List<ManifestItem> GetManifestItems(
	string carrier,
	string shipper
)

Parameters

carrier
Type: SystemString
carrier
shipper
Type: SystemString
shipper

Return Value

Type: ListManifestItem
List of ManifestItem
See Also