[This is preliminary documentation and is subject to change.]
The IShippingSystem type exposes the following members.Methods
Name | Description | |
---|---|---|
![]() | CreateLabel |
Creates shipping direct/return label
|
![]() | EstimateShippingCost |
Estimates shipping label cost
|
![]() | GetShippingCarriers |
Returns all the carriers allowed for the system
|
![]() | StartSession |
Starts shipping session with given or default connection parameters
|
![]() | TrackShipment |
Retrieves shipment tracking info
|
![]() | ValidateAddress |
Validates shipping address.
Returns new Address instance which may contain corrected address fields ('New Yourk' -> 'New York')
|
See Also