• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/shipment.php
  • Класс: BitrixSaleShipment
  • Вызов: Shipment::saveStoreId
protected function saveStoreId()
{
	return DeliveryExtraServicesManager::saveStoreIdForShipment($this->getId(), $this->getDeliveryId(), $this->getStoreId());
}