IShippingSystem MembersNFX Class Library

[This is preliminary documentation and is subject to change.]

The IShippingSystem type exposes the following members.
Methods

  NameDescription
Public methodCreateLabel
Creates shipping direct/return label
Public methodEstimateShippingCost
Estimates shipping label cost
Public methodGetShippingCarriers
Returns all the carriers allowed for the system
Public methodStartSession
Starts shipping session with given or default connection parameters
Public methodTrackShipment
Retrieves shipment tracking info
Public methodValidateAddress
Validates shipping address. Returns new Address instance which may contain corrected address fields ('New Yourk' -> 'New York')
Back to Top
See Also