Smalot\Magento\CatalogInventory\StockItem::getList PHP 메소드

getList() 공개 메소드

Allows you to retrieve the list of stock data by product IDs.
public getList ( array $productIds ) : Smalot\Magento\ActionInterface
$productIds array
리턴 Smalot\Magento\ActionInterface
    public function getList($productIds)
    {
        return $this->__createAction('cataloginventory_stock_item.list', func_get_args());
    }