Watchdog & Checkout Tasks
The input(s) of any method of targeting does not have to be identical for both the Watchdog and Checkout tasks. If you want to be more broad with the Watchdog, and more specific with the Checkout task, that would still work.
For example:
Watchdog: air,force
Checkout task: air,force,-beige,-white
The perk of this would be that you could have one Watchdog pick up products for Checkout tasks targeting multiple colors/products.
Like this:
Checkout task 1: air, force, beige
Checkout task 2: air, force, white
So the Watchdog task would pick up all products matching air, force
, and then it would be up to each Checkout task to decide which product it wants to go for.
When using multiple inputs of the same type in one Checkout task, it will detect whichever one becomes available first, but if there are multiple in stock at the same time, it will choose one at random.
Last updated