Real-time alarm when a cluster of SKUs drops to zero stock within a single hour.
At a glance
A detection-layer alert that fires when more than five distinct SKUs transition to out of stock (the in_stock flag flips to false, or tracked quantity hits zero) inside a rolling one-hour window. It is a pattern alarm, not a stock-level metric. A burst this fast almost never happens organically; it usually signals a viral product, a bulk inventory edit gone wrong, or a feed / sync error that has zeroed quantities across the catalogue. Catching the cluster early is the difference between a quick fix and a lost-sales day on a small Ecwid catalogue.
Calculation
Calculated automatically from your Ecwid data. See the At a glance summary above for what the metric tracks and the worked example below for a typical reading.Worked example
A UK hobby seller of enamel pins running an Ecwid widget on a Webflow site. The alert fires at 20:05 on 14 Feb 26. A small TikTok account featured the seller’s “galaxy cat” pin earlier that evening. Demand spiked, and because the seller stocks limited runs of around 30 units per design, a cluster of related pins sold through within minutes of each other. What tripped:- First, decide: real demand or error? If Ecwid API Failure Rate Spike or Inventory Sync Drift Across Storefronts is also firing, a feed error likely zeroed the quantities; the products are not really sold out. Restore from the source of truth, do not panic-reorder.
- If it is real demand (as here), this is a good problem. Capture it: enable back-in-stock notifications on the affected SKUs, post a “selling fast / restocking” message, and bring forward a reorder with the supplier.
- Protect the storefront. Eight OOS pages in a viral moment kills conversion; consider a “join the waitlist” capture so the traffic spike is not wasted.
- If a bulk-edit mistake (someone set quantity to 0 across a collection during an import), reverse the edit immediately; the SKUs flip back into stock and the alert clears.
Sibling cards merchants should reference together
Reconciling against Ecwid
Where to look in Ecwid’s own dashboard:
Ecwid Control Panel (my.ecwid.com) -> Catalog -> Products -> filter / sort by stock (Out of stock)
The list of currently out-of-stock SKUs is the standing total; cross-reference the ones that flipped in the last hour against the card’s burst list.
Ecwid does not natively show an “OOS in the last hour” view, so the time-clustered burst is something this card adds on top of the raw stock list.
Why our number may differ from Ecwid’s Control Panel:
Internal identity:
ecwid_stock_out_burst = count(SKUs where in_stock flipped to false within rolling 1h), with the alert firing above 5.