• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/checkout/services/accountyandex.php
  • Класс: BitrixSeoCheckoutServicesAccountYandex
  • Вызов: AccountYandex::getShopInfo
public function getShopInfo()
{
	$response = $this->getRequest()->send([
		'methodName' => 'shop.info',
		'parameters' => []
	]);

	return $response;
}