Is there a way in Hybris to declare the below promotion rules
WHEN cart contains entries whose product code is "123" , "234" or "345" and the sum of quantity of the entries of these product(which matched the above criteria of product code is "123" , "234" or "345") is greater than or equal 5 THEN give 10% discounts on these products
If the quantity of 123 is 5 then the promotion fires with the OOB product promotion
But the below case do now work Quantity of 123 -1 Quantity of 234 -2 Quantity of 345 -3
In the above case we would like to get product level discounts for product 123,234,345