• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/shipment.php
  • Класс: BitrixSaleShipment
  • Вызов: Shipment::loadDeliveryService
protected function loadDeliveryService()
{
	if ($deliveryId = $this->getDeliveryId())
	{
		return DeliveryServicesManager::getObjectById($deliveryId);
	}

	return null;
}