Clarification on Product Filtering in Shopify Google & YouTube Channel

Hi Shopify Support,

We are evaluating the migration of merchants from third-party Google product feed apps to Shopify’s native Google & YouTube channel. Before defining our migration approach, we would like to clarify the available product selection and filtering capabilities.

  1. Product Selection & Filtering

Can products be excluded based on collections, tags, vendors, product type, metafields, or other attributes?

Can individual product variants be excluded from being published to Google?

Is there an API or bulk-management mechanism for controlling product eligibility, particularly for large catalogs?

Can Shopify Flow or another Shopify-native mechanism be used to control which products are made available to the Google & YouTube channel?

Our primary concern is ensuring that prohibited or restricted products are never submitted to Google Merchant Center, as this could potentially result in policy violations or suspension of the merchant’s Google account.

Ideally, we would like to have a reliable way to define and test the product eligibility rules before enabling the feed, and to verify exactly which products will be submitted to Merchant Center.

Could you please advise on the recommended Shopify-native configuration or workflow for achieving this?

Based on the available filtering and testing capabilities, we need to determine whether we can safely use the native Google & YouTube channel or whether we would need to develop our own feed solution.

Thanks.

Hey @Shrutika_Lokhande - thanks for laying out these questions so clearly.

On Shopify’s side, product availability can be managed per sales channel. You can filter products by collection, vendor, product type, tag, or supported metafields, select the results, and then bulk include or exclude them from Google & YouTube: https://help.shopify.com/en/manual/products/searching-filtering

Individual variants can also be published or unpublished from selected sales channels. Shopify Flow provides Publish product, Unpublish product, Publish product variant, and Unpublish product variant actions. For API-based management, Admin GraphQL API version 2026-07 supports product and variant publication through publishablePublish, publishableUnpublish, and publicationUpdate: https://help.shopify.com/en/manual/products/variants/manage-variant-publishing and Product and variant publishing

Flow can use product attributes to decide which publication actions to run. One consideration for large catalogues is that the Get product data action returns up to 100 products per workflow run, so larger sets would need narrower queries, multiple runs, or API-based processing: https://help.shopify.com/en/manual/shopify-flow/reference/actions/get-product-data

I couldn’t find documentation for a preview or test mode that lets you review the full product feed before it’s first sent to Merchant Center. Shopify’s publication queries can confirm the intended channel availability, but the Google & YouTube documentation doesn’t explicitly confirm how the channel handles the newer variant-level publication state or the timing of the first feed submission.

The Google & YouTube channel is developed and supported by Google LLC themselves, so it would be a good idea to confirm those channel-specific behaviours with Google directly. You can reach their team directly in the Shopify admin, by opening the Google & YouTube channel and selecting > Get support.

Given the policy risk you described, I’d specifically ask Google whether exclusions can be configured before the first submission and whether unpublished variants are omitted from every feed sent to Merchant Center as well as any other specific questions about the sales channel itself you may have.

Hope this helps!