WooCommerce Code Reference

ProductStockStatus
in package

Enum class for all the product stock statuses.

Table of Contents

IN_STOCK  = 'instock'
The product is in stock.
LOW_STOCK  = 'lowstock'
The product is low in stock.
ON_BACKORDER  = 'onbackorder'
The product is on backorder.
OUT_OF_STOCK  = 'outofstock'
The product is out of stock.

Constants