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());
    }