InventoryType
Classification of inventory storage and management types
enum InventoryType {
local
supplier
}
Values
InventoryType.local
Inventory held in company-owned warehouses and storage facilities, immediately available for fulfillment
InventoryType.supplier
Inventory managed by external suppliers, available for drop-shipping or supplier-direct fulfillment
Member Of
CreateInventoryInput
input