Hi, wondering if anyone has a solution (for a client who doesn’t have shopify plus so cant do a custom trigger) to use when a order metafield is updated and then fulfill that order after 10 days.
Basically we have to wait till certain information is in a order metafield then we need to wait 10 days from that point onwards before fulfilling.
Just created a custom trigger but realised there only available for Shopify Plus??
Shopify Flow nodes only run for a maximum of 7 days, so you’d need a custom solution kinda.
You could set an automation inside of Shopify Flow to fetch orders every five minutes, iterate through all of them and check if the metafield exists as a value. If it does, you could tag the order something.
Then you setup another Shopify Flow that searches for all orders with that XXX tag and if the date of the order is more than 10 days old, you can remove your fulfillment holds so that the order can be fulfilled.
You can do this all without apps, or the app that I’m building (orderediting.com) has the free Shopify Flow triggers to make your life easier building these automations.