Is there any way to request a store’s orders through the orders query, while passing something in the query argument to bring only the orders that have a specific shipping line title?
Unfortunely it doesn’t look like it at the moment.
However you could tag the order using Shopify Flow with something based on the Shipping Line and then filter on that potentially orders - GraphQL Admin
2 Likes
Or I could set a webhook that monitors order creations and checks if the shipping line selected is the specific one I am looking for. I noticed that webhooks now have a filter field that I can set directly from the shopify.app.toml
file.