July 16, 2026 · 5 min read
How to Set Up Reorder Point Alerts in Magento 2 (Manual + AI-Assisted)
A reorder point is the stock level at which you should place a new purchase order before you actually run out. Magento doesn't proactively tell you when you've crossed it — here's the manual way to check, the built-in feature most stores never finish configuring, and the shortcut of just asking.
Why Magento doesn't do this for you automatically
Magento's Catalog > Products > Low Stock grid exists, but it's a report you have to remember to open — it doesn't proactively notify anyone. Setting up an actual email alert requires configuring stock thresholds per product and relying on a cron-driven notification that many stores never finish wiring up, so in practice the check quietly becomes a manual habit (or gets forgotten).
The manual approach
Open Catalog > Products, add a quantity filter, sort by salable quantity, and cross-reference the result against reorder thresholds you keep in a spreadsheet somewhere — repeated weekly, and per warehouse if you run multi-source inventory (MSI), since a single "quantity" column doesn't tell you which source is actually low.
Asking instead
Asked directly, AI Copilot reads live inventory — including per-source stock under MSI — and tells you which SKUs are below their configured reorder threshold right now, with an offer to draft a purchase order for the ones that need it. No spreadsheet cross-referencing, no remembering to check on a schedule.
Example: "Which products are low on stock?" returns the actual SKUs below threshold, their current quantity, and which ones are already at zero — not just a count.
What happens when you ask for a purchase order
A purchase order draft is a write action like any other in AI Copilot — it stages the draft and shows you exactly what it's proposing before anything is created. Nothing gets saved to your store until you review it and click Confirm.
This is the same underlying capability covered in 5 time-consuming Magento admin tasks you can now just ask for — reorder checks are one of the five.
See it check stock against your own reorder thresholds.
Watch the live demo