InventoryPolicy
Indicates how to handle inventory, whether a product should or can go out of stock
enum InventoryPolicy {
BOTTOMLESS
DEFAULT
HOLD
}
Values
InventoryPolicy.BOTTOMLESS
InventoryPolicy.DEFAULT
InventoryPolicy.HOLD
Member of
VariantSupplierVariant
object ● VariantSupplierVariantCreateInput
input