archiveShipment

abstract suspend fun archiveShipment(shipmentId: String, updatedById: String, archived: Boolean = true): Result<ShipmentRO>