module Io::Flow::V0::Models::InventoryStrategy::Types

Constants

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_FOLLOW_ECOMMERCE_PLATFORM

Items affected with rules pursuing an ecommerce platform strategy will always follow the ecommerce platform inventory

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_UNLIMITED

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