• Модуль: salescenter
  • Путь к файлу: ~/bitrix/modules/salescenter/lib/integration/restmanager.php
  • Класс: BitrixSalesCenterIntegrationRestManager
  • Вызов: RestManager::hasDeliveryMarketplaceApp
public function hasDeliveryMarketplaceApp(): bool
{
	if (!$this->isEnabled())
	{
		return false;
	}

	$zone = $this->getZone();
	$partnerItems = $this->getByTag([
		self::TAG_DELIVERY,
		self::TAG_DELIVERY_RECOMMENDED,
		$zone
	]);

	return !empty($partnerItems['ITEMS']);
}