How to make bundles work on POS?

I’m using the cart transformation API for my bundles. But this API does not support POS channel.

How can I make my bundles work on POS? Is the only way through the discount function or a discount?

Is Shopify going to improve support bundles on POS? Any plan?

Hi Benny,

We’re aware of this limitation and it’s on our roadmap to support, however there’s no ETA to share on this currently.

1 Like

This will be a massive upgrade when it comes out! Does the POS team have anywhere specific where they post roadmaps?

@Benny_Chan @bkspace and @Liam-Shopify, we’re stuck on a very similar case where one of our merchants need to use the Cart Transform API on the POS touchpoint.

We got it setup to run on specific retail locations through the latest 2025-07 API and using the variable retailLocation from the input query.

It works for the most part as expected, however there were a few discrepancies we noticed as shown in the below video

  • Adding the child products to the cart on the POS with the respective quantities does not increase the bundle quantity (it remains fixed at 1)
  • In the Shopify checkout, though - the parent bundle quantity gets updated to 2 as expected.


Shopify POS vs Storefront: Bundle Behavior Discrepancy

Looping in @Shumais_Qasim @sid and to this thread so they can add more info from their side as needed on this thread.

My guess is it’s partially supported, with the logic differing slightly ? Maybe that’s why we’re seeing this?