• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/v2/Integration/Seo/Facebook/FacebookFacade.php
  • Класс: BitrixCatalogv2IntegrationSeoFacebookFacebookFacade
  • Вызов: FacebookFacade::refreshExportedProducts
public function refreshExportedProducts(array $ids): Result
{
	$collection = $this->exportedProductRepository->loadCollection($ids);
	$exportedProductsIds = $collection->getProductIdList();

	if (!empty($exportedProductsIds))
	{
		return $this->exportProductsByIds($exportedProductsIds);
	}

	return new Result();
}