graphQL Query to get orders that have returns? – Shopify Community

graphQL Query to get orders that have returns? – Shopify Community

I think you need the Orders through admin api you can try this query in graphql admin api. query GetReturnOrders { orders(first: 10, …

 

Read More