• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/internals/poolquantity.php
  • Класс: BitrixSaleInternalsPoolQuantity
  • Вызов: PoolQuantity::getByStore
public function getByStore($type, $code, $storeId)
{
	$pool = $this->getByType($type);
	return $pool->getByStore($code, $storeId);
}