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.
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.
For anyone looking for this answer, it’s “in_progress”
query: "return_status:in_progress"
however order do not have return_status prop