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 List<HistoryItem> GetHistoryItems(
string carrier,
string shipper
)
Parameters
- carrier
- Type: SystemString
Carrier Symbol. - shipper
- Type: SystemString
Shipper Symbol.
Return Value
Type:
ListHistoryItemList of HistoryItem Symbols and Friendly Names
See Also