InventoryCheckResult Enumeration
Represents the result of an inventory check performed for a given product, at a given quantity
Namespace: Ignition.Commerce.ProductsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public enum InventoryCheckResult
Public Enumeration InventoryCheckResult
public enum class InventoryCheckResult
type InventoryCheckResult
InventoryInsufficientBackordersNotAllowed | 0 |
Specifies that the product checked does not have enough inventory available to fulfill the requested quantity,
and does not allow for backorders, which means that attempts to purchase the product at the requested quantity will fail.
|
InventoryInsufficientBackordersAllowed | 1 |
Specifies that the product checked does not have enough inventory available to fulfill the requested quantity,
but does allow for backorders, which means that attempts to purchase the product at the requested quantity will still succeed.
|
InventorySufficient | 2 |
Specifies that the product checked has inventory available up to at least the requested quantity
|
InventoryNotTracked | 3 |
Specifies that the product checked is not enabled for inventory tracking in netFORUM (as as such is assumed to have "unlimited" inventory)
|