• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/delivery/externallocationmap.php
  • Класс: BitrixSaleDeliveryExternalLocationMap
  • Вызов: ExternalLocationMap::setExternalLocation
static function setExternalLocation($srvId, $locationId, $xmlId, $updateExist = false)
{
	$result = self::setExternalLocation2($srvId, $locationId, $xmlId, $updateExist);
	return $result->isSuccess();
}