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

	return StoreStockQuantity::getOutgoingQuantityForStores($outgoingQuantityFilter);
}