InventoryCheckResult Enumeration

Represents the result of an inventory check performed for a given product, at a given quantity

Definition

Namespace: Ignition.Commerce.Products
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public enum InventoryCheckResult

Members

InventoryInsufficientBackordersNotAllowed0 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.
InventoryInsufficientBackordersAllowed1 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.
InventorySufficient2 Specifies that the product checked has inventory available up to at least the requested quantity
InventoryNotTracked3 Specifies that the product checked is not enabled for inventory tracking in netFORUM (as as such is assumed to have "unlimited" inventory)

See Also