renameShipment

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

Updates the title of an existing shipment.