Marketing

Google's Content API for Shopping Shuts Down Aug 18: Migrate to Merchant API Now

By Post For Success · Jul 23, 2026 · 9 min read
A cracked, rusted old pipe transitioning into a modern glowing conduit carrying shopping product data into an analytics dashboard

There is a hard deadline on Google's calendar that a lot of merchants have not put on theirs. On August 18, 2026, Google switches off the Content API for Shopping for good. After that date, any tool, plugin, or custom integration that still pushes product data to Google Merchant Center through the old API simply stops working — and product listings that depended on it drop out of Google Shopping and free listings.

With roughly four weeks left as of this writing, this has quietly become one of the most consequential technical deadlines in e-commerce for 2026. The replacement — the new Merchant API (v1) — is a genuine upgrade, but it is not a drop-in swap. If you sell on Google Shopping and feed products programmatically, here is exactly what is changing, who is affected, and the migration checklist to work through before your feed goes dark.

What is actually shutting down?

Google is retiring the Content API for Shopping, the long-standing interface that apps and platforms have used for years to send product data, pricing, inventory, and promotions to Merchant Center automatically. In its place is the Merchant API, which reached general availability (v1) earlier in 2026 and becomes the only supported programmatic path after the sunset.

Two deadlines matter here, and they are easy to confuse:

  • February 28, 2026 (already passed): anyone on the v1beta preview of the Merchant API had to move to the stable v1 release.
  • August 18, 2026: the legacy Content API for Shopping is fully deprecated. This is the one that affects the broad base of merchants and stops product submissions cold.

The Merchant API is not just a rename. Google rebuilt it as a modular set of sub-APIs (products, inventory, reports, accounts, promotions, and more) with better performance, cleaner error handling, and access to reporting and insights the old API never exposed. In other words, the migration is mandatory, but it also unlocks capabilities worth having.

Who has to migrate — and who doesn't

The single question that decides whether this deadline is your problem: does software send your products to Merchant Center automatically?

How you feed GoogleAffected by Aug 18?What to do
Manual file upload or Google Sheets feedNoNothing — manual feeds are unaffected.
E-commerce plugin (Shopify, WooCommerce, Magento app, etc.)Yes, indirectlyConfirm your app has released a Merchant API update and install it.
Third-party feed tool or PIM connectorYesCheck the vendor's migration status and update the connector.
Custom / in-house integrationYes — highest riskRewrite against Merchant API v1 and re-test before the deadline.

If you upload products by hand or via a spreadsheet in Merchant Center, you can stop reading and relax — nothing changes for you. Everyone else transmits product data programmatically, and every one of those pathways runs through the API that is being switched off. The businesses most exposed are those with bespoke, in-house integrations, because there is no vendor quietly shipping an update on their behalf.

What happens if you miss the deadline

This is not a soft deprecation with a long grace period. After August 18, calls to the Content API for Shopping fail. If your feed relies on it and hasn't migrated, product data stops flowing, existing listings go stale, and — as Google's own documentation warns — affected products fall out of Shopping results and free product listings. For a store that gets meaningful traffic from Google Shopping, that is a direct, measurable revenue hit that can appear overnight.

There is one safety valve: Google opened a request form for a deadline extension for merchants who genuinely cannot migrate in time. Treat that as a last resort, not a plan. An extension request is not guaranteed, and it does nothing to fix the underlying integration — it only buys time you should be spending on the migration itself.

The silent mispricing trap

The most dangerous part of this migration isn't the parts that break loudly — it's the part that breaks quietly. Several developers who have already migrated flagged a subtle change in how the Merchant API handles pricing and field structures compared with the old Content API. A feed can migrate "successfully," return no errors, and still push prices or availability that differ from what you intended because a field was mapped or formatted differently under the new schema.

A silent mispricing error is worse than an outright failure. An outage is obvious and you fix it; a wrong price sails through, disapproves items, triggers Google's price-mismatch checks, or — in the worst case — advertises the wrong number to shoppers for days before anyone notices. This is why "the migration ran without errors" is not the finish line. You have to diff the live output: after migrating, compare the prices, availability, and identifiers Google now receives against your source of truth, product by product, before you trust it.

Your migration checklist

Work through these steps in order. The earlier you start, the more slack you have if something in step 5 surprises you.

  1. Inventory every integration that touches Merchant Center. List every plugin, connector, script, and cron job that sends product, inventory, or promotion data to Google. You cannot migrate what you haven't mapped.
  2. Ask each vendor where they stand. For Shopify apps, WooCommerce/Magento extensions, and feed tools, confirm they've shipped a Merchant API v1 version and get the update or upgrade instructions in writing. A vendor that has no answer four weeks out is a red flag.
  3. Scope your custom code. For in-house integrations, read Google's Merchant API migration guide, map each Content API call to its Merchant API equivalent, and note where the new modular sub-APIs (products, inventory, reports) split responsibilities the old API bundled together.
  4. Migrate in a test account first. Point your rewritten integration at a test or secondary Merchant Center account and push a representative sample of products — including edge cases like variants, sale prices, and out-of-stock items.
  5. Diff prices and availability against your source of truth. Do not skip this. Compare exactly what Google now receives to what your store database says. This is your defense against the silent mispricing trap.
  6. Cut over and monitor disapprovals. Switch production traffic to the Merchant API, then watch Merchant Center's diagnostics and item-level issues closely for the first several days for disapprovals, price mismatches, or availability errors.
  7. Only then, request an extension if you genuinely can't finish. If a critical vendor won't be ready, submit Google's extension request — but keep migrating in parallel.

How this fits the bigger 2026 picture

This sunset isn't happening in isolation. Google spent 2026 consolidating and automating its commerce surfaces, and merchant data plumbing is being modernized to feed all of it. The same product feed that powers Shopping ads now increasingly powers organic free listings, local surfaces, and AI-driven shopping answers — which raises the stakes on getting the feed right. If you're already thinking about how your catalog shows up in newer surfaces, our guide to getting your products into AI shopping covers how ChatGPT and Perplexity now recommend products, and clean, accurate feed data is the foundation for all of it.

It also lands alongside other default-on changes advertisers are absorbing this year, like Local Inventory Ads switching on by default for every Shopping campaign from late August. Both point the same direction: Google is standardizing the pipes, turning more features on automatically, and expecting merchants to keep their data feeds current and correct. If your ad costs are climbing on top of all this, our breakdown of why Google Ads costs are rising in 2026 explains the auction dynamics behind it.

The takeaway

The Content API for Shopping goes dark on August 18, 2026, and the Merchant API v1 is the mandatory replacement for anyone who sends product data to Google programmatically. Manual and spreadsheet feeds are safe; everyone else needs to act. The move is more than a rename — it's a rebuilt, modular API with real upside — but it carries a quiet risk of mispricing if you migrate without diffing your output against your source of truth. Map your integrations, pin down every vendor's readiness, migrate and test in a sandbox, verify prices item by item, and monitor disapprovals after cutover. Handle it as a deliberate project over the next few weeks and your Shopping visibility never blinks. Ignore it, and your products can vanish from Google Shopping the day the switch flips.

← More in Marketing