Open Connector
所有 Tools

Google Merchant Reports

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

google-merchant-reportsv1.0.01 个 Tools

认证方式

方式底层类型状态说明
OAuth 2.0oauth2available

调用示例

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 目录

可用 Tools

1 个可调用操作

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.

认证

需要 Connected Account

Scopes

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

Tags

accounts