Summary with out of stock products but only on products ordered less than 24 hours ago

Summary with out of stock products but only on products ordered less than 24 hours ago

Jean_Baptiste1
Tourist
6 0 4

Hello,

 

Every day I manually look at what customers ordered during the night whose stock is at 0.
I then order the products at 0.

I saw a very interesting template in Flow. Send daily email summary with out of stock products

I would like to add a condition.
For example, I ask that the email be sent every day at 11 a.m.

But I would like the products taken into account to be only those which have been sold out in the last 24 hours, or from 11 a.m. of the previous day.

Maybe sort by data. Put Updated at instead of Created at?

Thank you

Because I don't need to have a notification with all the products out of stock.

Reply 1 (1)

paul_n
Shopify Staff
1491 161 349

There isn't a way to tell when the variant's inventory was updated through the fields available in the API. You could however use a workflow like:

 

  • Variant out of stock
  • Check if all variants are out of stock
    • If yes, set Product tag (outofstock:01-03-24)

Then in your daily summary, you can use the Get Product Data action to get products with that tag. 

 

Paul_N | Flow Product Manager @ Shopify
- Finding Flow useful? Leave us a review
- Need Flow help? Check out our help docs.
- Building for Flow? Check out Flow's dev docs.