productUpdate fails for bundle products when store has agentic storefronts enabled ("Microsoft Copilot does not support bundle products")

We maintain a bundles app. Around 3 to 4 days ago we started seeing a new issue that our clients are experiencing.

Our app creates a product to represent each bundle (with the variant set to requiresComponents: true) and publishes it only to the Online Store publication. We never request any AI / agentic channel.

The symptom: merchants whose stores have the Agentic channel with “Allow Shopify to manage for me” enabled can no longer save or activate bundles. Any productUpdate on the bundle product now returns these userErrors and the mutation fails:

{ "field": ["resourcePublications", "channelId"],
  "message": "Resource publications channel Microsoft Copilot does not support bundle products" }
{ "field": ["publications", "0", "channelId"],
  "message": "Channel Microsoft Copilot does not support bundle products" }

The same surfaces in the admin product page as “There are 2 errors with this product” for the bundle (screenshot below).

What we understand so far:

  • Bundle products are not supported on some agentic channels (Microsoft Copilot, Google AI Mode / Gemini).
  • With “Allow Shopify to manage for me” on, Shopify auto-enrolls and publishes eligible products to those channels via Shopify Catalog. The merchant did not publish to Copilot, and there is no per-product or per-channel toggle they can find short of disabling Copilot globally.
  • Our productUpdate input contains no publications field, yet the error references publications.0.channelId, which suggests the mutation is validating or auto-syncing the product against the managed publications and rejecting it because it is a bundle.

Our questions:

  1. Is this the intended behavior? It seems wrong that a productUpdate which does not touch publications fails entirely because of an auto-managed, incompatible channel. We would expect Shopify to simply skip publishing an unsupported product type to that channel rather than rejecting the whole mutation.

  2. What is the API-supported way for an app to exclude bundle products from agentic channels?

  3. How can we test agentic storefronts in development stores? They do not appear to be available for password-protected stores, which makes it hard to reproduce and verify a fix.

Any clarification on the intended pattern here would help.

+1 to this. We’re seeing this error too and are curious to see if it’s an accidental issue on Shopify’s end.

Bundles should automatically be omitted from sales channels that don’t support them.

EDIT: our merchants are seeing this error when trying to publish the product inside Shopify admin - not via API through our app.

It affects both Shopify admin and API.

As far as I know, the only current workaround is to disable Direct Checkout for Microsoft Copilot, which affects all products:

Thanks Anton. Confirming your findings and the workaround too on our end. Definitely seems like a Shopify bug related to Bundles trying to automatically published to Global Catalog and Copilot even though they are not compatible.

@Alan_G sorry to tag you directly, but this doesn’t look like it’s been picked up by any Shopifolk on the forum. When you have a moment could you please raise this issue?