Definition
Zero-click ordering is the automatic reordering of a product a buyer has already purchased before, triggered by a time interval, an inventory threshold, or a usage signal rather than a new browsing decision. Because the product is already known, no selection step happens — the system's only job is to detect the trigger and execute the same order again.
Key points
- Applies only to a known, previously purchased product; there is no candidate list and no selection decision.
- Common triggers: a fixed cadence (a subscription interval), an inventory threshold (a device reporting low supply), or a usage-based signal.
- It is a subset of zero-click commerce, not the whole category.
- It differs from zero-click buying, which involves choosing among products rather than repeating a known one.
How does zero-click ordering work in practice?
A reorder rule stores three things: the exact product or SKU, a trigger condition, and a fulfillment address and payment method already on file. The trigger is often a subscription cadence — a 30-day interval for a consumable — or an inventory threshold, such as a smart dispenser reporting supply below a set percentage. When it fires, the system checks current price and availability against the stored offer, then places the same order again without prompting the buyer to browse. Some implementations pause and notify the buyer if price has moved outside an agreed range.
Common pitfalls
- A stale inventory reading firing a reorder for a product the buyer already restocked manually.
- No price-change guardrail, so the system reorders at a price the buyer never agreed to.
- No easy way to cancel or pause a single cycle, so buyers disable the whole subscription instead.
FAQ
How is this different from zero-click buying?
Ordering never makes a selection — it repeats a specific, known product each time its trigger fires. Buying involves an actual choice among candidate products for a first-time purchase. An ordering system that started evaluating alternatives would no longer be ordering; it would be buying.
What data does a reorder trigger depend on?
Accurate, current offer data — price, availability, and stock status for the specific product — plus a reliable trigger signal, whether elapsed time, a reported inventory level, or a usage measurement from a connected device.
Source
Because a reorder must check current price and availability before executing, it depends on the offer data described in schema.org's Offer type, which defines how price, availability, and related terms are structured for a specific product listing.