• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/integration/report/handler/basehandler.php
  • Класс: BitrixCatalogIntegrationReportHandlerBaseHandler
  • Вызов: BaseHandler::getReceivedQuantity
private function getReceivedQuantity(): array
{
	$receivedQuantityFilter = $this->getFormattedFilter();

	return StoreStockQuantity::getReceivedQuantityForStores($receivedQuantityFilter);
}