Extract Items and prices with quantity break down
Is there a way to extract all the items and their final calculated price using the pricing rules.
We have different discount percentage set up based on the quantity ordered. Like 20% off , if the order quantity is >100 and <= 150. 30 % off , if ordered quantity >150.
How can i extract the items and their final prices?
Eg: ITM1, Price=20 If qty >100 and qty<=150.
ITM1, Price=15 If qty >150.
Sorry for asking the stupid question, But there is a requirement for it.