E-commerce · n8n

Auto-Email Suppliers a Reorder When WooCommerce Stock Runs Out

When a WooCommerce product hits zero stock, automatically email the assigned supplier a purchase request with the SKU and reorder quantity.

difficulty Intermediatesetup 40 minresult Out-of-stock products trigger an instant supplier reorder email, shortening restock time without manual monitoring.
  1. 1

    Trigger on Stock Changes

    Add a WooCommerce Trigger node for the product.updated event and filter to items whose stock_quantity has reached zero.

  2. 2

    Look Up the Supplier

    Add a Google Sheets node to find the row matching the product SKU, returning the supplier email and default reorder quantity.

  3. 3

    Compose the Reorder Email

    Add a Gmail node addressed to the supplier with the product name, SKU and quantity, subject Reorder request: {SKU}.

  4. 4

    Log the Reorder

    Add a Google Sheets node appending a row with the date and SKU so you have a purchasing audit trail.

  5. 5

    Activate and Test

    Activate the workflow and set a test product to zero stock. Confirm the supplier email is drafted and sent, and the log row is added.

Frequently asked questions

What if a product has no supplier mapped?

Add an IF node that routes unmapped SKUs to an internal alert so you can add the supplier before stock issues recur.

Can I set reorder points above zero?

Yes — trigger on a low-stock threshold like 5 units instead of zero so you reorder before fully selling out.

About this recipe. Recipes on FlowRecipesHub are written for business owners, not developers, and are tested before publishing — how recipes get made. Some ingredient links are affiliate links that cost you nothing — full disclosure.