• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Broker/Product.php
  • Класс: Bitrix\Crm\Service\Broker\Product
  • Вызов: Product::normalizeProduct
static function normalizeProduct(ProductRow $product, string $currencyId): Result
{
	self::normalizeFields($product);
	self::fillPriceAccount($product, $currencyId);

	return self::compileResultForProduct($product);
}