Click or drag to resize

IShippingAdapterGetHistoryItems Method

gets a list of HistoryItem Symbol integers based on Carrier and Shipper.

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

Parameters

carrier
Type: SystemString
Carrier Symbol.
shipper
Type: SystemString
Shipper Symbol.

Return Value

Type: ListHistoryItem
List of HistoryItem Symbols and Friendly Names
See Also