Gets or sets the priority that will be applied to any backordered portion of the order.

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

Syntax

C#
public int BackorderPriority { get; set; }
Visual Basic (Declaration)
Public Property BackorderPriority As Integer
Visual C++
public:
property int BackorderPriority {
	int get ();
	void set (int value);
}

Field Value

A numeric priority where 1 is the highest priority. 0 (the default) indicates no priority.

Remarks

The backorder priority is relative across all backordered orders for the same product. A backordered order with a higher priority will be processed before a backorder with a lower priority. Within the same priority, older orders are processed before newer ones.

See Also