Likely Gift

How to detect international gift orders in WooCommerce

Identify likely gift orders from first-time international buyers with a single product

Badges orders that exhibit multiple gift-buying signals: a first-time customer shipping internationally with a single product and a total over £75, suggesting someone buying a gift for a recipient in another country.

Workflow info
The problem

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.

The solution

OrderBadger can flag orders that show multiple signals of being a gift purchase from a first-time international buyer.

Who this is for

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.

At a glance
First-time customers only International shipping required Single product orders only Value threshold: order total over £75 Badge: Likely Gift (purple, info)
People also search for
WooCommerce flag first-time international single-product gift orders How to identify cross-border gift purchases from new buyers Badge likely gift orders shipping internationally with one product WooCommerce gift detection rule for overseas deliveries Spot international gift buyers for customs and packaging attention

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

Plain English rule Customer has 0 previous paid orders and shipping is international and distinct product count is 1 and order total is over £75

Write this (or something similar) in the OrderBadger rule builder. The AI compiler turns it into executable logic automatically.

Make it yours

Adjust thresholds
  • 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 or remove conditions
  • 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

Default: Likely Gift

When this rule matches

First Timer International Single Product Over 75
Order total: £95.00  |  Previous paid orders: 0  |  International: yes
Customer has 0 previous paid orders, shipping is international, only 1 distinct product, and total is £95 - all four gift signals present.
First Timer International Single High Value
Order total: £250.00  |  Previous paid orders: 0  |  International: yes
First-time customer, international delivery, 1 distinct product, and total of £250 - classic international gift purchase pattern.

When this rule does not match

Returning Customer International Single
Order total: £120.00  |  Previous paid orders: 3  |  International: yes
Shipping is international with 1 product and total of £120, but the customer has 3 previous paid orders - they are a returning buyer, not a first-timer.
First Timer Domestic Single
Order total: £90.00  |  Previous paid orders: 0  |  International: no
First-time customer with 1 product and total of £90, but shipping is domestic - the international signal is missing.
First Timer International Multiple Products
Order total: £180.00  |  Previous paid orders: 0  |  International: yes
First-time international customer with total of £180, but 4 distinct products - a multi-product order is less likely to be a single gift.

Workflow

This rule includes workflow features that help your team act on flagged orders.

Inbox
Yes

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