Retrieve orders by multiple order name through REST API

use query notation, and specify name OR name

https://shopify.com/admin/api/2022-01/orders.json?query=name:123 OR name:456 OR name:789&status=any&limit=250