GitHub

MagentoProductStockStatusEnum

API

enum MagentoProductStockStatusEnum {
  InStock = 'IN_STOCK',
  OutOfStock = 'OUT_OF_STOCK',
}