• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/product/catalog.php
  • Класс: Bitrix\Crm\Product\Catalog
  • Вызов: Catalog::getTypeId
static function getTypeId(): string
	{
		$result = Main\Config\Option::get('crm', 'product_catalog_type_id');
		return ($result !== '' ? $result : self::DEFAULT_TYPE_ID);
	}