Single-item express orders are the simplest to fulfil yet they often sit in the general queue behind complex multi-item picks. Without a visual flag, these quick wins are not prioritised, and the express delivery promise is at risk of being missed.
OrderBadger can identify single-item express orders so your team can fast-lane them for immediate dispatch.
Fulfilment teams and warehouses offering express or next-day shipping who want to separate simple single-pick orders from complex multi-item ones to maximise dispatch speed.
How it works
Combines three conditions: the order must contain exactly one distinct product, the total quantity must be one unit, and the shipping method must include 'express' or 'next-day'. When all three are true, the order receives a Fast Lane badge for priority picking.
Route Fast Lane orders to a dedicated single-pick station or priority queue. These require one pick, one pack, and one label - ideal for immediate dispatch ahead of complex multi-item 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
- Replace 'express or next-day' with your actual shipping method names (e.g. 'priority or overnight') if your store uses different labels.
- Change 'total quantity is 1' to 'total quantity is 2 or fewer' if you want to include small-quantity express orders in the fast lane.
- Add 'and order total is over £20' to exclude low-value express orders where fast-laning offers less return on effort. …antity is 1 and shipping method contains express or next-day and order total is over £20
- Add 'and order contains a physical item' to skip purely digital express orders that do not need warehouse handling. …antity is 1 and shipping method contains express or next-day and order contains a physical item
- Remove 'and total quantity is 1' to fast-lane any single-product express order regardless of quantity.
Badge preview
When this rule matches
When this rule does not match
Good to know
- The shipping method match is text-based. If your express service uses a different name (e.g. 'priority' or 'overnight'), edit the rule to include your method names.
- This only flags orders with exactly one unit of one product. A customer ordering two of the same item will not qualify.
- Bundle or composite products that appear as a single line item will qualify even if they contain multiple physical components.
Frequently asked questions
-
What if my express shipping method is called 'Priority Delivery' instead of 'express'?Edit the rule text to replace 'express or next-day' with your method names, e.g. 'priority or next-day', and recompile.
-
Will an order with quantity 2 of the same product qualify for the fast lane?No. The rule requires total quantity to be exactly 1. An order with 2 units of the same product fails the quantity condition. Edit the rule if you want to include small multi-unit orders.
-
Does this work with WooCommerce Shipping Zones?Yes. The rule reads the shipping method name assigned by WooCommerce, regardless of which zone it belongs to. As long as the method name contains 'express' or 'next-day', it will match.
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