Types > InventoryStockStatusAggregated
Commerce APITypesInventoryStockStatusAggregated
InventoryStockStatusAggregated

Values

ValueDescription
in_stockItem is in stock
lowItem is low on stock
mixedItem is in different states in different inventories
out_of_stockItem is out of stock

Used By

Types

VariantInventory

Preview (typescript)

type InventoryStockStatusAggregated =
| "in_stock"
| "low"
| "mixed"
| "out_of_stock"