Shopify Flow is an ecommerce automation platform that enables you to automate tasks and processes within your store and across your apps.
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
Need help creating a Shopify flow to automatically close orders with the status (Return in progress) that were created over 30 days ago.
Thank you!
Solved! Go to the solution
This is an accepted solution.
We recently released several new options for handling returns, including a template to Cancel inactive returns that automatically cancels a return that has not been refunded or restocked within a certain period of time.
You'll want to use get order data with a query in it with return_status:open and created_at less than 30 days ago, then loop over and close.
Thanks for the info, but how do I enter a query with said info as a flow?
Cheers
Looks like there are some templates for this mentioned below.
This is an accepted solution.
We recently released several new options for handling returns, including a template to Cancel inactive returns that automatically cancels a return that has not been refunded or restocked within a certain period of time.
Thank you!