Overview
A Guard watches for damage, not events. You don’t pick a Shopify event or write a condition — you choose which kinds of mistake to watch for, and Alius classifies every product and order change against that list. When something matches, you get an alert with the old value, who made the change (when Shopify’s data allows it), and — for most classes — a button that undoes it.A trigger fires whenever its event happens, whether the change was good or bad.
A Guard only speaks up when a change looks like a mistake — a price cut in
half, a product taken off sale, a link that’s about to 404.
What you can watch
Price & Availability
A sharp price move, a fake-looking sale badge, a product unpublished,
archived, or deleted, stock hitting zero, or inventory tracking turned off.
Discoverability
A product’s URL changing — breaking every existing link to it — or its SEO
title/description getting wiped.
Money
An order selling below cost after discounts, or a price/cost move that
leaves margin dangerously thin.
The button is the point
Most other automations tell you something happened. A Guard alert carries a button that fixes it:
Undo refuses rather than guessing. If the product changed again after the alert — someone else edited it, or you tapped twice — Undo tells you so and shows the old, alerted, and current values instead of silently overwriting a later edit.
Two classes are alert-only, on purpose:
- Stock count changes aren’t undoable — inventory moves for real reasons, and reverting a count would corrupt it.
- Deletions aren’t undoable — the alert carries the product’s last known values so you can recreate it by hand, but the deletion itself is final.
Who made the change
When Shopify’s data allows it, the alert names who made the change:- A staff member — by name, when Shopify’s admin log captures it, otherwise “by a staff member”
- An app — by name (useful for catching a bulk-editing app you forgot was installed)
- Alius — when the change was your own Undo or redirect
Shopify only reliably tracks who for some kinds of change — publishing,
unpublishing, and deleting. Price, handle, SEO, and inventory changes ship
without a “who” line rather than guessing one. You’ll still see exactly what
changed and when.
Bulk changes collapse to one alert
A price-list import or a bulk-editing app can touch hundreds of products in seconds. Guards wait briefly (about 90 seconds) after the first change before sending anything, so every change in that window arrives as one message instead of hundreds:312 products changed in 90 seconds — price up on 300, unpublished on 12.Below 5 products in a window, each gets its own alert with its own Undo button. At 5 or more, you get one summary with a few examples and a link to the full list in Notification History — there’s no bulk-Undo button; a one-tap revert of hundreds of products is worth doing from the admin, deliberately.
No repeat nagging
The same product changing the same way again within 6 hours doesn’t alert
twice.
A daily ceiling
If a shop somehow generates a flood of alerts in one day, the rest collapse
into a single end-of-day digest instead of a wall of notifications.
Margin Guard
The Money group watches for changes that cost you on the sale itself, not just visibility:- Sold below cost — an order sells units for less than they cost you, after discounts. This checks the price you actually received, not the list price, so a stacked discount that quietly pushes a sale into a loss is exactly what it catches.
- Margin razor-thin — a price or cost change leaves your margin below a floor you set (defaults to 15%), even though the product is technically still profitable.
If Alius has no recorded cost for a product, it stays silent on that product
rather than guessing whether a sale was a loss.
Creating a Guard
- Click Create Automation → choose the Guards tab.
- Pick a bundle (Price & Availability, Discoverability, Money) or start with Custom Guard.
- Set the Title.
- Check the change classes you want. Some show a threshold — e.g. “alert when the price rises by more than 20%” — that you can adjust.
- Optionally narrow the Guard to specific vendors, product types, or tags.
- Review the action buttons (Undo, Create redirect) — both are on by default and can be turned off.
- Select a Hub and its channels/recipients.
- Save.
Where Guards show up
Guard alerts arrive on your hub like any other automation and are recorded in Notification History, including what was undone, refused, or left unactioned.Limits
All change classes on one Guard draw from the same slot, so a Pro store can run up to 3 Guards covering any combination of classes. Only active Guards count toward the limit. See Pricing.
