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
IN_STOCK
The product is in stock.
public
string
IN_STOCK
= 'instock'
LOW_STOCK
The product is low in stock.
public
string
LOW_STOCK
= 'lowstock'
ON_BACKORDER
The product is on backorder.
public
string
ON_BACKORDER
= 'onbackorder'
OUT_OF_STOCK
The product is out of stock.
public
string
OUT_OF_STOCK
= 'outofstock'