InventoryCondition Enumeration
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Specifies the inventory condition.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)
Syntax
'Declaration
Public Enumeration InventoryCondition
'Usage
Dim instance As InventoryCondition
public enum InventoryCondition
public enum class InventoryCondition
public enum InventoryCondition
Members
Member name | Description | |
---|---|---|
InStock | In stock. | |
Preordered | Pre ordered. | |
Backordered | Back ordered. | |
OutOfStock | Out of stock |
Remarks
The enumeration value that classifies the condition of the product.
Backordered - Sku is back-ordered. If a product or variant is considered on Back-Order by the inventory system it may not be shown, or be shown as Back-Ordered and not available or Back-Ordered but still available to order.
InStock - Sku is in stock. The quantity is in stock to meet the request.
OutOfStock - Sku is out of stock. When a SKU can no longer be sold due to quantity conditions, being disabled or if it’s missing (depending on the site configuration).
Preordered - Sku is pre-ordered. If a product or variant is considered pre-order by the inventory system it is always displayed and can be purchased on the site.