A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
https://shopify.dev/api/admin-graphql/2021-10/queries/orders
lists all of the different filters you can use for pulling orders, but it doesn't list what the actual dimensions of those filters are.
For example. I can filter by financial_status. But what are the exact different financial status's I can filter by? And what exactly does that mean? refund_status, status, and financial status could all potentially be what i am looking for which is all orders that have been refunded, partially refunded, or have a chargeback.
Is there a single place where I can view these values? I am interested in finding all orders that have been refunded or partially refunded, or chargeback. Also if someone does give me that information could i also have an example of how one would apply that filter? Just so when I go to test it I can make sure my syntax isn't the issue.