• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/marketplace/client.php
  • Класс: BitrixRestMarketplaceClient
  • Вызов: Client::getBuy
static function getBuy($codeList)
{
	return Transport::instance()->call(
		Transport::METHOD_GET_BUY,
		array(
			"code" => implode(",", $codeList)
		)
	);
}