renameShipment

abstract suspend fun renameShipment(shipmentId: String, updatedById: String, newTitle: String): Result<ShipmentRO>