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 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.
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 API | Merchant API v1 |
|---|---|
| content.googleapis.com | merchantapi.googleapis.com |
| Single unified endpoint | Split into Accounts, Products, Reports, Promotions sub-APIs |
| Old resource paths | New sub-API path patterns |
| Old JSON structure | New request/response formats |
Migration checklist
Walk through each step. Skip nothing.
- Update your API endpoint from
content.googleapis.comtomerchantapi.googleapis.com - Replace Content API resource paths with the new sub-API patterns (Products, Accounts, Reports, Promotions)
- Update authentication scopes if your OAuth consent screen uses Content API scopes
- Test with v1 endpoints (not v1beta, which is already dead)
- Update response parsing logic for the new JSON structure
- 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
Tools affected
If you use DataFeedWatch,
Channable,
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.
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 AuditCheck your store's GMC compliance
Run an automated audit with 250+ compliance checks across 27 categories.
Start Free Audit