Open Connector
All tools

Google Merchant Reports

Search Merchant Center reporting data for commerce performance, product, and account insights.

google-merchant-reportsv1.0.01 tools

Authentication

MethodKindStatusDetails
OAuth 2.0oauth2available

Call a tool

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "GOOGLE_MERCHANT_REPORTS_MERCHANTAPI_ACCOUNTS_REPORTS_SEARCH",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("GOOGLE_MERCHANT_REPORTS_MERCHANTAPI_ACCOUNTS_REPORTS_SEARCH", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute GOOGLE_MERCHANT_REPORTS_MERCHANTAPI_ACCOUNTS_REPORTS_SEARCH --data '{ }'

Tool catalog

Available tools

1 callable operations

Merchantapi Accounts Reports SearchGOOGLE_MERCHANT_REPORTS_MERCHANTAPI_ACCOUNTS_REPORTS_SEARCHRetrieves a report defined by a search query. The response might contain fewer rows than specified by `page_size`. Rely on `next_page_token` to determine if there are more rows to be requested.

Retrieves a report defined by a search query. The response might contain fewer rows than specified by `page_size`. Rely on `next_page_token` to determine if there are more rows to be requested.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/content

Tags

accounts