• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/product/systemfield/productmapping.php
  • Класс: BitrixCatalogProductSystemFieldProductMapping
  • Вызов: ProductMapping::getAllowedOperations
static function getAllowedOperations(): array
{
	return [
		CatalogProductSystemField::OPERATION_EXPORT,
		CatalogProductSystemField::OPERATION_IMPORT,
	];
}