← Blog
Compliance

Google Merchant Center's 2026 Shakeup: Title Policy, Misrepresentation Rules and the API Deadline

September 10, 2026 · 7 min read · by Aashirvad Kumar

The google merchant center 2026 changes are not one update you can knock out in an afternoon. They are a cluster of separate moves that landed across the year: a hard sunset date for the old Content API for Shopping, a tightened product title rule that reclassifies how resellers name their brands, a stricter reading of the misrepresentation policy around availability, and a documentation merge that folds paid Shopping ads and free listings into one policy set. Each one touches a different part of your feed, and missing any single deadline can quietly pull your products out of Shopping surfaces without an obvious warning.

What makes this year different is that the deadlines are real cutoffs, not soft recommendations. If your store still syncs product data through the legacy API, that pipe stops working on a fixed date. If your titles use your store name where the manufacturer's brand belongs, you are now on the wrong side of policy. Before you touch the policy layer, it helps to make sure the mechanics underneath are clean, because most disapprovals still trace back to feed structure rather than intent. Our guide to Shopify product feed errors that quietly block AI Shopping covers the plumbing side; this post covers the policy and API side that changed in 2026.

Key takeaways

  • The Content API for Shopping sunsets on August 18, 2026, and starts returning progressive errors from September 1, 2026, so API-based feeds must move to the Merchant API before then.
  • The Merchant API v1beta version was discontinued on February 28, 2026; production traffic should target v1.
  • A product title policy update requires resellers to use the manufacturer's brand name, not their own store name, in the title.
  • The google merchant center 2026 changes also include a stricter misrepresentation reading of out-of-stock products and a paid-plus-free policy merge that adds no new rules.
Also ReadShopify Product Feed Errors That Quietly Block AI Shopping
Diagram of Google Merchant Center 2026 changes: Content API sunsets August 2026, reseller title rule, stricter out-of-stock misrepresentation, paid and free policy merge

What changed in Google Merchant Center for 2026?

ChangeWhenWhat to do
Content API for Shopping sunsetAug 18, 2026 (errors from Sep 1)Migrate to Merchant API v1
Merchant API v1beta discontinuedFeb 28, 2026Target v1 in production
Reseller title ruleActiveUse the manufacturer brand in titles
Paid + free policy merge2026No action, same rules

The google merchant center 2026 changes break into three practical buckets: an API migration with a firm sunset date, a title and misrepresentation policy tightening, and a documentation consolidation that reorganizes rules without adding new ones. The API change is the only one with code implications; the title and misrepresentation changes affect the data inside your feed; the merge affects where you read the rules, not the rules themselves. Treating all three as a single "policy update" is the mistake that causes sellers to fix one and miss the others. Manual uploads, scheduled fetches, and Google Sheets feeds are untouched by the API sunset, so a large share of small sellers only need to act on the policy items, not the API one.

Silent deadline: the Content API sunset is the only change that fails on a fixed date. If a direct integration still calls it after the cutoff, your product data stops syncing and prices and stock drift out of date with no obvious error.

When does the Content API for Shopping stop working?

The Content API for Shopping sunsets on August 18, 2026, and according to Google's Merchant API updates page, requests will experience progressive errors starting September 1, 2026. In plain terms, integrations that still call the old API will begin failing after that point, which means product data stops syncing, prices and availability drift out of date, and Shopping and Performance Max campaigns run on stale inventory. The replacement is the Merchant API, a modular rebuild of the same capabilities. An earlier milestone already passed: the Merchant API v1beta version was discontinued on February 28, 2026, so any code still pointing at v1beta should be moved to the stable v1 version now rather than later.

If your store connects to Merchant Center through a third-party feed tool, a platform app, or a scheduled file rather than a custom API integration, this deadline is mostly your vendor's problem, not yours. The action item is to confirm with your feed provider that they have completed the migration. If you built a direct integration in-house, the migration is real engineering work, and industry reports note that Google published an extended-access form for teams that cannot finish in time, with requested extension windows running later into 2026. Do not rely on the extension as a plan; treat it as a fallback.

Also ReadGoogle AI Shopping Ranks Your Shopify Feed, Not Your Page

The product title rule: what resellers must change

Under the updated product title policy, only the actual manufacturer of a product may use its own brand or company name in the title, and resellers must use the original manufacturer's brand name instead. This clarification, documented by PPC Land, closes a gap where resellers substituted their store name for the real brand. If you sell products you did not make, your titles should lead with the manufacturer's brand, the product type, and the distinguishing attributes shoppers actually search for, not your shop's name. The reasoning is intent matching: a shopper searching for a specific brand should see that brand in the title, and a title that hides it reads as misleading.

This is a small edit with an outsized effect, because titles are the single strongest relevance signal in a product feed. The same discipline that helps here also helps your products surface in AI-driven Shopping results, where the feed, not your product page, is what gets ranked. We covered that shift in depth in how Google AI Shopping ranks your Shopify feed, not your page. Audit your titles now: pull the products where the brand field and the leading words of the title disagree, and fix those first.

Misrepresentation and the out-of-stock trap

The misrepresentation policy remains the most common cause of Merchant Center suspension, and in 2026 it reads availability mismatches more harshly than before. Industry reporting describes a shift where patterns of out-of-stock products that still show active purchase buttons are now treated as misrepresentation, which triggers an account-level review rather than a simple product disapproval. That is a meaningful escalation: a data-quality issue used to disapprove a single item, while a misrepresentation finding can suspend the whole account, sometimes without prior warning. The fix is operational, not cosmetic. Your feed's availability attribute has to reflect real stock, your landing page has to match, and stale "buy now" states on sold-out items have to be resolved fast.

The broader lesson inside the google merchant center 2026 changes is that Google increasingly reads your feed and your live page as one claim. Accurate images, accurate availability, and accurate titles all feed the same trust signal. If your product imagery misrepresents what ships, that is exposure too, which is why clean, honest visuals matter as much as clean data. Sellers using AI product photography should make sure generated images still show the actual product a buyer receives, not an idealized version that invites a mismatch complaint.

Also ReadGoogle Shopping Image Requirements: The 500 by 500 Rule

The Shopping policy merge: less than it looks

Google consolidated its separate policy documents for paid Shopping ads and free product listings into a single reference, and it explicitly stated the merge introduces no substantive changes and no additional restrictions. According to PPC Land, the consolidation follows a mid-year announcement and keeps the same four categories: prohibited content, prohibited practices, restricted content, and site requirements. Rules that apply only to ads, such as political content requirements, stay clearly labeled as ads-only. Your compliance status before the switch carries over unchanged, and no feed or listing edits are required by the merge itself.

So why does it matter? Because the merge signals the direction of travel: Google is narrowing the gap between paid and organic inventory, and the same product-data standards increasingly govern both. If you previously treated free listings as a lower-stakes channel with looser data, that assumption is weakening. Hold your free listing feed to the same title, image, and availability standard as your ads.

What to fix in your feed before the deadlines

The shortest path through the google merchant center 2026 changes is a four-item checklist you can work in an afternoon plus one vendor email. Prioritize the items with hard cutoffs first, then the policy edits that reduce suspension risk.

  • Confirm your API path. If you use a direct Content API integration, migrate to the Merchant API v1 before August 18, 2026. If you use a feed tool or platform app, email the vendor and get written confirmation they have migrated.
  • Fix reseller titles. Replace any store-name-as-brand titles with the real manufacturer brand, product type, and key attributes.
  • Reconcile availability. Make the feed availability attribute, the landing page, and the buy button agree, and clear stale out-of-stock states quickly to avoid misrepresentation escalation.
  • Verify image and metadata compliance. Check that images meet current size rules and carry clean metadata, covered in our posts on Google Shopping image requirements and Merchant Center AI image metadata.

Work these in order and you will have addressed the parts of the google merchant center 2026 changes that can actually cost you visibility. The API deadline is the only one that fails silently on a fixed date, so treat it as the anchor for your timeline and schedule everything else around it.

Keep your feed images accurate and compliant

Generate product images that show what actually ships and carry clean metadata, so image issues never add to your Merchant Center risk. 50 free credits, no credit card.

Start free →

Google Merchant Center 2026 FAQ

When exactly does the Content API for Shopping sunset?

The Content API for Shopping sunsets on August 18, 2026, and requests begin experiencing progressive errors starting September 1, 2026, per Google's Merchant API documentation. Direct API integrations should move to the Merchant API v1 before that window.

Do manual uploads and Google Sheets feeds break in 2026?

No. The API sunset affects programmatic Content API integrations only. Manual file uploads, scheduled fetches, and Google Sheets feeds continue to work, so many small sellers do not need to touch the API side at all.

Can a reseller put their own store name as the brand in a product title?

No. Under the updated title policy, only the manufacturer of a product may use its own brand name in the title. Resellers must use the original manufacturer's brand name for products they did not make.

Why did out-of-stock products suddenly cause account problems?

Industry reports describe a stricter 2026 reading of the misrepresentation policy, where patterns of out-of-stock products with active purchase buttons are treated as misrepresentation. That can trigger an account-level review rather than a single product disapproval, so keep availability accurate across the feed and landing page.

Did the Shopping policy merge add new rules I have to follow?

No. Google stated the consolidation of the paid Shopping ads and free listings policies introduces no substantive changes and no additional restrictions. It is a documentation reorganization, and your prior compliance status carries over unchanged.

Share

Comments

No comments yet, be the first.

Leave a comment

Comments are reviewed before they appear.

Hi! Questions about product photography or your listings? Ask AI anything.