Bundled discounts?

I noticed there is no bundle feature of snipcart.
Is there a simple way to add 2 products to the cart and a discount is automatically applied?
Or simply add 2 products to the cart (the discount can be applied by detecting those)?

Hi @excede.

You can add multiple products with our JS SDK

And then create a discount that requires that both products are added to the cart.
image

Is this what you need?

Thanks.