OrderRequestV3ShipFromAddress Property |
[This is preliminary documentation and is subject to change.]
The return address on the shipping label
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic Address ShipFromAddress { get; set; }
Public Property ShipFromAddress As Address
Get
Set
public:
virtual property Address^ ShipFromAddress {
Address^ get () sealed;
void set (Address^ value) sealed;
}
Property Value
Type:
Address
Remarks
The return address prints on the shipping label and controls what happens to undeliverable packages.
If a Canadian address is used for the return address, any undeliverable packages will be returned to the return address.
If a US address is used for the return address, the package will be returned to Purolator International’s Martin Grove facility in Etobicoke Ontario. The following text will also be printed on the label “UNDELIVERABLE RETURN TO PCL LOGISTICS”
See Also