Click or drag to resize

IShippingAdapterGetCarriersbyShippers Method

Returns a list of carriers associated with the shippers

Namespace:  PSI.Sox.Adapter.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
List<Carrier> GetCarriersbyShippers(
	List<string> shippers
)

Parameters

shippers
Type: System.Collections.GenericListString
List of shippers

Return Value

Type: ListCarrier
list of carrier
See Also