Hi, is there flow that counts how many days ago an order was made? We want staff to get notified when an order has not been fulfilled in 5 days.
If there isn’t a flow for this please give instructions on how to do it
Thanks in advance
Hi, is there flow that counts how many days ago an order was made? We want staff to get notified when an order has not been fulfilled in 5 days.
If there isn’t a flow for this please give instructions on how to do it
Thanks in advance
For this use case, a better approach would be order created → wait 5 days → check displayFulfillmentStatus == “FULFILLED” or whatever value works for you. Then do the action you want to do.
See https://shopify.dev/api/admin-graphql/2022-10/enums/OrderDisplayFulfillmentStatus
Worked perfectly, thanks!