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

SoldToAddress Property

Identifies the address of the party who imports and pays any duties due on the current shipment, or the end-user of the goods..

Syntax

[VB.NET]
Public Property SoldToAddress As AddressDetail

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

Remarks

The SoldToAddress represents address details of the party who imports and pays any duties due on the shipment, or the end-user. It is required to be provided in an international ship request only if this party is different from recipient, and if Commercial Invoice, NAFTA CO, and/or SED international forms are requested.

  • in Commercial Invoice or NAFTA CO forms: SoldToAddress represents the party's address who imports and pays any duties due on the current shipment.
  • in SED form: SoldToAddress represents the person or company's address who receives the goods for end-use or the person or company listed on the export license. This is the end-user of the goods.

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

If not set, it will default to RecipientAddress.

Default Value

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