• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/marketplace/client.php
  • Класс: BitrixRestMarketplaceClient
  • Вызов: Client::getCategories
static function getCategories($forceReload = false)
{
	$categories = static::getCategoriesFull($forceReload);
	return (is_array($categories['ITEMS']) ? $categories['ITEMS'] : []);
}