Hi everyone, we are a shopify plus store. We are trying to use storefront API to build our custom UI. To do this, we create a custom app with admin and storefront API permissions, and use the storefront api access token to add items to interact with storefront api. Everything has been working fine, except for bundles. Since bundle products are not published on our custom app, we are unable to create a cart with that variant. We keep getting the error
"code: INVALID, message: The merchandise with id gid://shopify/ProductVariant/<ID> does not exist., field: [input lines 0 merchandiseId]",```
Any advice on how to proceed here is appreciated. This is a blocker for us.