Gift orders from first-time international buyers look identical to regular orders in the dashboard, but they carry unique risks and opportunities. The recipient may not be the buyer, the delivery address may be unfamiliar, and the customer may expect gift packaging or a personalised message. Without a flag, these orders are processed routinely and the gift context is lost.
OrderBadger can flag orders that show multiple signals of being a gift purchase from a first-time international buyer.
Stores selling giftable products with international shipping - jewellery, artisan goods, personalised items, luxury accessories, and any retailer where cross-border gift orders are a meaningful segment.
How it works
Evaluates four conditions together: the customer must have zero previous paid orders, the shipping destination must be international, the order must contain exactly one distinct product, and the total must exceed £75. When all four are true, the order is badged as a likely gift and routed to the inbox.
Check whether the customer has added a gift message at checkout. If your store offers gift wrapping, consider including it as a courtesy. Ensure customs declarations describe the contents clearly. If a receipt is included by default, consider omitting the price for flagged orders.
Rule template
Write this (or something similar) in the OrderBadger rule builder. The AI compiler turns it into executable logic automatically.
Make it yours
- Lower 'over £75' to 'over £40' to catch smaller gift purchases, especially for stores with lower price points.
- Raise 'over £75' to 'over £150' to limit the badge to premium international gift orders only.
- Add 'and at least one product is in the Gift Sets or Jewellery category' to strengthen the gift signal with category evidence. … and distinct product count is 1 and order total is over £75 and at least one product is in the Gift Sets or Jewellery category
- Remove 'and customer has 0 previous paid orders' to flag gift-like international orders from returning customers as well.
- Add 'and it is peak season' to narrow the rule to the gifting peak (Christmas, Valentine's Day) when gift probability is highest. … and distinct product count is 1 and order total is over £75 and it is peak season
Badge preview
When this rule matches
When this rule does not match
Workflow
This rule includes workflow features that help your team act on flagged orders.
Good to know
- This rule uses a heuristic - not every matching order is actually a gift. Some first-time international buyers are simply purchasing for themselves.
- Guest checkouts have null order history. If your NAIL compiler treats null as not satisfying '0 previous paid orders', guest orders will not be flagged.
- The international flag depends on your store's base country configuration. Ensure it is set correctly for accurate domestic vs. international classification.
Frequently asked questions
-
Why require all four signals rather than just one or two?Each individual signal is common and not particularly meaningful alone. A first-time buyer is normal. An international order is normal. A single-product order is normal. But the combination of all four together produces a strong heuristic for gift purchases with minimal false positives.
-
Does 'distinct product count is 1' mean only one unit or one type of product?One type of product. A customer buying 3 units of the same item has a distinct product count of 1 and would still match. The logic is that a single product type sent internationally is gift-like behaviour.
-
Can I also detect domestic gifts?Remove 'and shipping is international' from the rule text to broaden it to all destinations. However, this will increase false positives since domestic single-product orders are very common for non-gift reasons.
-
Will this flag orders where the buyer and recipient have the same address?Yes. The rule does not compare billing and shipping addresses - it uses the combination of customer novelty, destination, basket composition, and value as a proxy. Address comparison is not currently available in the order snapshot.
Related rules
Try this rule in your store
OrderBadger is free on WordPress.org. Install it and create this rule in minutes - no code required.
Install OrderBadger Free