Values ValueDescriptionin_stockItem is in stocklowItem is low on stockout_of_stockItem is out of stock Used By Types VariantInventoryLocation Preview (typescript) type InventoryStockStatus = | "in_stock"| "low"| "out_of_stock"