A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
I see from the Store Admin GraphQL API that I can query for a filter called "return_status."
What is the value to provide for "return_status" that will list orders that are in the return status of "Return in Progress"?
Thank you.
Solved! Go to the solution
This is an accepted solution.
For anyone looking for this answer, it's "in_progress"
query: "return_status:in_progress"
This is an accepted solution.
For anyone looking for this answer, it's "in_progress"
query: "return_status:in_progress"
however order do not have return_status prop