Connect the Google Merchant Center MCP server to your AI agent Open source, MIT, on npm. Setup instructions for Claude, Cursor and Codex are in the repository; adoption questions — Telegram. GitHub repository Telegram

Google Merchant Center: Delete a product input — MCP tool

Google Merchant Center MCP tool: Deletes a product input from a specific data source (data_source is required — the same product can exist in several sources, and only the targeted input is removed).

Technical name: delete_product_input

What task it solves

I want to delete a product input.

Deletes a product input from a specific data source (data_source is required — the same product can exist in several sources, and only the targeted input is removed).

When to use it

Use this capability when you need “Delete a product input” without doing the same work manually in the Google Merchant Center interface. It runs only when an AI client calls it.

What to provide

  • accountoptional. Merchant Center account ID (digits, e.g. "123456"). Omit to use the GOOGLE_MERCHANTS_ACCOUNT_ID default.
  • product_inputrequired. Product input ID: "contentLanguage~feedLabel~offerId" or the base64url name.
  • data_sourcerequired. Data source: numeric ID (e.g. "104628") or full name "accounts/{account}/dataSources/{id}". Product/promotion writes require an API-type data source (input: API), not a file feed.

What it returns

Returns an empty object on success; the processed product disappears after async processing (minutes).

What changes in Google Merchant Center

The source marks the entire “Delete a product input” call as destructive. The exact effect depends on the selected action and is described below; review the parameters and reversibility before calling it.

Example request

Delete a product input in Google Merchant Center. Ask for any required identifiers that are missing. Show me the exact change and wait for confirmation first.

Errors and limitations

product_input is "contentLanguage~feedLabel~offerId" or the base64url name.

Access also depends on token permissions, quotas, and upstream API limits.

Related MCP tools

Technical details