SuiteCommerce
NetSuite 2026.2
2026-08-02

SuiteCommerce Adds Google UCP Product Feed for Gemini Shopping

A new Google UCP Product Feed type is available under Lists > Feeds > Product Feeds, generating a secure URL you submit to Google Merchant Center so your SuiteCommerce catalog can surface in Gemini-powered shopping experiences.

Affects:SuiteCommerceProduct FeedsSaved SearchesGoogle Merchant Center Integration

What changed

NetSuite introduces a new feed type — Google UCP Product Feed — in the existing Product Feeds framework (Lists > Feeds > Product Feeds). This feed exposes your SuiteCommerce product catalog via Google's Universal Commerce Protocol (UCP), enabling products to appear in Gemini-powered AI shopping experiences. Shoppers who discover products through Gemini are redirected to your SuiteCommerce site for checkout.

Key technical details:

  • Feed URL generation: When you save a new product feed with Feed Type set to Google UCP Product Feed, NetSuite automatically generates a secure URL. This URL is what you submit to Google Merchant Center.
  • Fixed saved search: The feed is backed by a predefined, non-editable saved search that retrieves product data in Google's required format. You cannot modify this saved search. This is a significant constraint — if you rely on custom product-feed saved searches today, they do not apply here.
  • Product scope: The feed automatically includes products currently displayed on your SuiteCommerce storefront. There is no separate inclusion/exclusion mechanism described beyond what is already live on the site.
  • Scheduling: The feed can be generated on a schedule (like other NetSuite product feeds) or triggered manually.

Google-side setup

Creating the feed in NetSuite is only half the process. You must also:

  1. Log in to (or create) a Google Merchant Center account.
  2. Join the Google UCP waitlist — this is not open-access yet.
  3. Submit the NetSuite-generated feed URL when prompted by Google.

Google reviews and ingests feeds on its own timeline. NetSuite has no control over approval or indexing speed, so do not expect products to appear in Gemini immediately after submission.

What to do

  1. Review existing product feed customizations. If you have custom product feed configurations, workflows, or scripts that interact with the Product Feeds record or its saved searches, verify compatibility with the new standardized Google UCP feed structure. The fixed saved search means you cannot inject custom fields or modify the output schema.
  2. Evaluate catalog readiness. Since the feed pulls whatever is currently displayed on your SuiteCommerce site, audit your live catalog for completeness — missing images, descriptions, or pricing will flow through to Google as-is.
  3. Coordinate with your Google Merchant Center admin. The UCP program is waitlist-gated. Start the enrollment process early if you intend to use this feed in production.
  4. Plan for monitoring. There is no documented callback or status sync from Google back to NetSuite. You will need to monitor feed ingestion status in Google Merchant Center directly.

Unknowns and gaps

Oracle's documentation is light on several points that matter for implementation:

  • The exact fields included in the predefined saved search are not listed. If your products rely on custom fields for pricing tiers, availability, or variant data, you cannot confirm inclusion without generating the feed and inspecting the output.
  • There is no mention of multi-subsidiary or multi-site support — it is unclear whether a single feed covers multiple SuiteCommerce domains or whether you need one feed per site.
  • No SuiteScript hooks or events are documented for this feed type. It is unknown whether beforeSubmit/afterSubmit user event scripts on the Product Feed record fire for UCP feeds or whether the feed generation raises any observable events.