Module: Io::Flow::V0::Models::InventoryStrategy::Types

Defined in:
lib/flow_commerce/flow_api_v0_client.rb

Constant Summary collapse

INVENTORY_BACKORDER =

Enables backorders, setting an optional number of units that we allow for backorder. For example, a backorder w/ quantity 10 will enable selling until the actual inventory quantity is -10.

'inventory_backorder'
INVENTORY_STOCK =

Treats inventory as available as long as the actual inventory quantity is > the specified quantity. A common use case is to set quantity to zero to indicate availability as long as there is at least 1 unit available.

'inventory_stock'
INVENTORY_UNLIMITED =

Items affected with rules pursuing an unlimited strategy will always be available

'inventory_unlimited'