Back to blog
Technical FeedShield Team March 20, 2026 8 min

Content API for Shopping is dying August 2026: migrate now

Google's Content API for Shopping shuts down August 18, 2026. If your feed tools still use it, here's your migration plan.

Google Google announced the Content API for Shopping will be fully sunset on August 18, 2026. The v1beta of the replacement Merchant API already shut down on February 28, 2026. If your feed management tools or custom integrations still reference the Content API, you need to migrate to the Merchant API v1 now.

This isn't optional. After August 18, API calls to the Content API endpoint will return errors. Your automated feed syncs will break. Products will stop updating in Merchant Center.

Warning: The v1beta of the Merchant API is already dead (shut down February 28, 2026). If you migrated to v1beta instead of v1, you need to migrate again. Only v1 is the stable, supported version.

What changed

The new Merchant API v1 splits functionality into sub-APIs. Everything you used to do through one endpoint now lives in separate services.

Content APIMerchant API v1
content.googleapis.commerchantapi.googleapis.com
Single unified endpointSplit into Accounts, Products, Reports, Promotions sub-APIs
Old resource pathsNew sub-API path patterns
Old JSON structureNew request/response formats

Migration checklist

Walk through each step. Skip nothing.

  1. Update your API endpoint from content.googleapis.com to merchantapi.googleapis.com
  2. Replace Content API resource paths with the new sub-API patterns (Products, Accounts, Reports, Promotions)
  3. Update authentication scopes if your OAuth consent screen uses Content API scopes
  4. Test with v1 endpoints (not v1beta, which is already dead)
  5. Update response parsing logic for the new JSON structure
  6. Run your integration tests against the v1 sandbox before switching production

Example: old vs. new endpoint

// Old (Content API - dies August 18)
GET https://content.googleapis.com/content/v2.1/{merchantId}/products

// New (Merchant API v1)
GET https://merchantapi.googleapis.com/products/v1beta/{parent=accounts/*}/products
Note: Google's official migration guide covers the full mapping between Content API and Merchant API v1 resource paths.

Tools affected

If you use DataFeedWatch DataFeedWatch, Channable Channable, GoDataFeed GoDataFeed, or custom scripts that call the Content API, check with your vendor for their migration timeline.

Most major feed tools have already migrated. Custom integrations built in-house are the biggest risk. If your dev team built a feed sync script 2 years ago, it almost certainly uses the Content API. Find it and update it before August.

Tip: Search your codebase for content.googleapis.com. If you find it anywhere, that code needs updating.

Check if your store's feed setup is migration-ready

250+ compliance checks including feed configuration validation.

Start Free Audit

Check your store's GMC compliance

Run an automated audit with 250+ compliance checks across 27 categories.

Start Free Audit