Gets or sets a reference to the shipping method used to ship this order.

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

Syntax

C#
protected string ShipMethodCode { get; set; }
Visual Basic (Declaration)
Protected Property ShipMethodCode As String
Visual C++
protected:
property String^ ShipMethodCode {
	String^ get ();
	void set (String^ value);
}

Field Value

A code representing a shipping method already defined in the SHIP_METHOD validation table.

Remarks

This value normally corresponds to a freight carrier like FedEx, USPS, DHL, etc. The ShipMethodCode must already be setup in iMIS.

See Also