- Provides domain guidance for Google Merchant API integrations.
- Helps migrate Shopping integrations from Content API to Merchant API.
- Troubleshoots Merchant API errors and suggests concrete fixes.
- Includes ready-to-run shell scripts for Merchant API docs and code-sample MCP queries.
- Reduces trial-and-error during Merchant API development.
- Speeds up migration planning with focused API-specific guidance.
- Gives a repeatable way to query docs and code samples from the terminal.
- Activate
mapi-developer-assistant for Merchant API questions.
- Use provided shell scripts to query docs and code samples over Merchant API MCP endpoint.
- Apply migration/troubleshooting guidance to your integration code.
How do I insert a product using the Merchant API in Python?
plugins/google/scripts/query_mapi_docs.sh "What is the difference between ProductInput and Product?"
plugins/google/scripts/find_mapi_code_sample.sh "insert product" java
- Access to Google Merchant API documentation and credentials for your integration context.
bash and curl available for running helper scripts.
- Merchant API MCP endpoint reachable at
https://merchantapi.googleapis.com/devdocs/mcp/.