Alokai

ProductStockStatus

This enumeration states whether a product stock status is in stock or out of stock

type ProductStockStatus = 'IN_STOCK' | 'OUT_OF_STOCK';