Smalot\Magento\CatalogInventory\StockItem::getList PHP Method

getList() public method

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