• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/v2/Price/PriceRepository.php
  • Класс: BitrixCatalogv2PricePriceRepository
  • Вызов: PriceRepository::getByProductId
protected function getByProductId(int $skuId): array
{
	return $this->getList([
		'filter' => [
			'=PRODUCT_ID' => $skuId,
		],
	]);
}