• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/shipment.php
  • Класс: BitrixSaleShipment
  • Вызов: Shipment::getParentOrderId
public function getParentOrderId()
{
	$order = $this->getParentOrder();
	if (!$order)
	{
		return false;
	}

	return $order->getId();
}