Inventory |
| Member name | Value | Description |
|---|---|---|
| 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) |