• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/marketplace/url.php
  • Класс: BitrixRestMarketplaceUrlsUrl
  • Вызов: Url::getCategoryUrl
static function getCategoryUrl($id = null, $from = '')
	{
		return MarketplaceUrls::getInstance()->getCategoryUrl($id, $from);
	}