Hi everyone,
I’m developing a custom Wishlist app for my Shopify store, and I’m running into an issue with bundle products. When I try to add a bundle product to the wishlist, I get the following error message in the product admin panel:
“Channel Channel Local Wishlist does not support bundle products”
This appears as a red error banner when selecting the custom app as a sales channel and saving the product in the Shopify Admin
A few details:
-
The bundle product is active and visible in the Online Store.
-
My app is installed as a custom app and uses the Shopify Admin and Storefront APIs.
-
Regular products and variant-based products work perfectly with the wishlist app.
My Questions:1. Are there special permissions or scopes required in the app to support bundle products?
-
Is there a limitation in Shopify or a known restriction that blocks bundle products from being published to custom sales channels like “Local Wishlist”?
-
What is the recommended approach for making wishlist apps compatible with bundle products?