I am developing an application for a Shopify store using MERN and Shopify CLI. The key features of the application include allowing merchants to create bundle offers for products or collections, which will be displayed on the product page of their eCommerce application. The bundles will offer increasing discounts based on the quantity purchased, such as ‘buy 1 get 10% off, buy 2 get 20% off’.
I have manually designed the entire bundle creation interface using React. However, I am uncertain whether I should use a product configuration UI extension for this feature. I need guidance on the complete flow to successfully develop and deploy this application. Additionally, merchants will have a UI to create and manage bundles by selecting products or collections.