• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/documentgenerator/productloader.php
  • Класс: Bitrix\Crm\Integration\DocumentGenerator\ProductLoader
  • Вызов: ProductLoader::getProductIdByOfferId
protected function getProductIdByOfferId(int $offerId): ?int
{
	$this->loadMap();

	return $this->offerToProductsMap[$offerId] ?? null;
}