Shipping Integrator V5 - Online Help
Shipping Integrator V5
Questions / Feedback?

RecipientAddress Property

Identifies the recipient's address.

Syntax

[VB.NET]
Public Property RecipientAddress As AddressDetail

[C#]
public AddressDetail RecipientAddress {get; set;}

Remarks

The RecipientAddress is required to be provided in a rate request (when the GetRates method is called).

For FedEx, the Residential flag in AddressFlags is applicable for all services (i.e. either Ground or Express). If True, extra charge will be added to rate quote as this is considered a special service. A residential package surcharge applies to shipments to a home or private residence, including locations where a business is operated from a home. This surcharge is applicable for: U.S. Express and Ground services, International Ground service (Canada only), U.S. Express Freight services, and FedEx International Premium.

For UPS, the Residential flag in the AddressFlags field is applicable for US domestic requests only. When this is set, it indicates that the rate request is made for Residential delivery address. Otherwise, the rate query is calculated for a Commercial delivery address. Requests outside the US will only be calculated for Commercial. In this case, even if the Residential flag is set, the entry will be ignored. If negotiated rates are requested to be received, then the State is required to be provided in the request. Otherwise, it is optional.

The Residential flag does not apply to USPS requests.

This must be set to an instance of the AddressDetail type, which will contain recipient's address info. See the AddressDetail type for more information.

Default Value

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0