We want to add a bundle discount feature in our application, user will create quantity level bundle[ e.g single quantity of a product price $5, on purchase of 3 quantity the product, it price $12 ] OR item vise bundle.
So at the checkout page, if user add multiple line of same product and total quantity or item list match with created discount bundle it should get applied automatically.
We tried to research about the same and we found that the orders API having ability to add discount to the order but our application do not deal with ordering.
We are looking forward proper approach such that the clover process our discount bundles and apply a matched bundle discount.Your suggestions are welcome.
Thank you.