inStockOnly
inStockOnly is a filter parameter used in inventory and e-commerce systems to restrict results to products that are currently in stock. When enabled, product listings, search results, and API responses exclude items with zero or negative stock and show only items available for immediate purchase. The flag is often implemented as a boolean value named inStockOnly in API queries or user interface filters.
The behavior may vary by stock model and warehouse. In multi-warehouse setups, inStockOnly typically refers to
Usage and benefits include improving shopper experience by eliminating items that cannot be shipped immediately, reducing
Related concepts include stock status, availability, backorder, and fulfillment. The exact semantics of inStockOnly can differ