[This is preliminary documentation and is subject to change.]
The IShippingSystemImplementation type exposes the following members.Methods
| Name | Description | |
|---|---|---|
| Configure |
Configures an entity from supplied config node
(Inherited from IConfigurable.) | |
| CreateLabel |
Creates shipping direct/return label
(Inherited from IShippingSystem.) | |
| EstimateShippingCost |
Estimates shipping label cost
(Inherited from IShippingSystem.) | |
| ExternalGetParameter |
Gets external parameter value returning true if parameter was found
(Inherited from IExternallyParameterized.) | |
| ExternalParametersForGroups |
Gets names of supported external parameters or null if parameters are not supported in principle
(Inherited from IExternallyParameterized.) | |
| ExternalSetParameter |
Sets external parameter value, true if parameter name was found and set succeeded
(Inherited from IExternallyParameterized.) | |
| GetShippingCarriers |
Returns all the carriers allowed for the system
(Inherited from IShippingSystem.) | |
| StartSession |
Starts shipping session with given or default connection parameters
(Inherited from IShippingSystem.) | |
| TrackShipment |
Retrieves shipment tracking info
(Inherited from IShippingSystem.) | |
| ValidateAddress |
Validates shipping address.
Returns new Address instance which may contain corrected address fields ('New Yourk' -> 'New York')
(Inherited from IShippingSystem.) |
Properties
| Name | Description | |
|---|---|---|
| ExternalParameters |
Gets names/types of supported external parameters or null if parameters are not supported in principle
(Inherited from IExternallyParameterized.) | |
| InstrumentationEnabled |
Turns on/off instrumentation
(Inherited from IInstrumentable.) | |
| LogLevel |
See Also