DepthEnum
The depth of the inventory item
enum DepthEnum {
FULL_STOCK
LOW_STOCK
OUT_OF_STOCK
OVERSOLD
}
Values
DepthEnum.FULL_STOCK
Full Stock
DepthEnum.LOW_STOCK
Low Stock
DepthEnum.OUT_OF_STOCK
Out of Stock
DepthEnum.OVERSOLD
Oversold
Member Of
InventoryItem
object ● OrderItem
object