What data you get
| Field | What it is |
|---|---|
| Customer | The customer who reached the cap |
| Order | The order that consumed the last of their allowance |
| Rule name | Which repurchase rule fired |
| Limit quantity | The cap itself |
| Window in days | The rolling period the rule tracks |
| Quantity used | How much of the cap this customer has used |
How it differs from a blocked order
The Order limit blocked trigger fires when something was stopped. This one fires when something succeeded.
That difference shapes every workflow built on it. There is no upset shopper to recover and no cart to rescue. The order went through, the customer is happy, and what you have is a fact worth knowing: this account has now taken everything the rule allows it for this window.
Whether their next order is blocked is decided by the rule's own repurchase logic, which runs whether or not Automations is set up. See Limit purchases per customer.
Five workflows worth building
Slack the team with the customer and the order. Post the customer's name or email and the order that triggered it. Low effort, and it keeps a person aware without building anything more complex. This is the shipped "Repeat buyer worth a look" template in Ready-made workflow templates.
Tag the customer for manual review. Tag them in Shopify with something like repurchase-limit-reached, so anyone opening that customer later sees the flag without going through Automations history.
Email the account rep with full context. If accounts have assigned reps, send the customer, rule, window and quantity used. That is enough for the rep to decide between a legitimate high-volume buyer worth calling and a pattern worth watching.
Add to a segment for batch review. Rather than reacting one at a time, add the customer to a Shopify segment, or a tag that feeds one, and review the whole segment on a schedule.
Pair it with a counter reset. Once your team has reviewed a case and decided the customer is legitimate, a second workflow using Reset repurchase counter clears their allowance without anyone editing the rule.
Common mistakes
- Expecting it on every order after the cap. It fires once per customer, per rule, per window, on the crossing order only.
- Reading it as a blocked-order signal. Nothing was blocked. Wording a notification as though something failed will confuse whoever receives it.
- Assuming guests can trigger it. They cannot. Repurchase tracking needs a signed-in customer, so there is always a real customer and order attached.