Flow that counts how many days ago an order was made?

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

1 Like

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!

Hi,

You achieve this by creating a flow similar to the one on the image below: