Gets or sets the ContactId of the CContact to whom this COrder is to be shipped.

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public string ShipToContactId { get; set; }
Visual Basic
Public Property ShipToContactId As String
	Get
	Set
Visual C++
public:
property String^ ShipToContactId {
	String^ get ();
	void set (String^ value);
}

Field Value

The key to the Contact to whom this COrder is to be shipped.

Remarks

The ID must not be more than 10 characters long and the Contact must already exist in the destination database; otherwise an error is reported.

Setting ShipToContactId will also set CustomerTypeCode and ShipToAddressNumber for this COrder.

See Also