• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Sale/Shipment/ProductService.php
  • Класс: Bitrix\Crm\Service\Sale\Shipment\ProductService
  • Вызов: ProductService::getShippedQuantityByEntity
public function getShippedQuantityByEntity(string $ownerTypeId, int $ownerId, bool $onlyDeducted = true): array
{
	return $this->getShippedQuantityByRowBasketMap(
		$this->basketService->getRowIdsToBasketIdsByEntity($ownerTypeId, $ownerId),
		$onlyDeducted
	);
}