• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/delivery/services/base.php
  • Класс: BitrixSaleDeliveryServicesBase
  • Вызов: Base::getCompatibleExtraServiceIds
public function getCompatibleExtraServiceIds(Shipment $shipment): ?array
{
	return null;
}