Googleapis Manufacturers
Googleapis Manufacturers is a connector for the Google Manufacturer Center API, which lets manufacturers provide and manage product information shown across Google.
- Base URL:
https://manufacturers.googleapis.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
manufacturers_accounts_languages_productcertific— GET /v1/{name} — Gets a product certification by its name. This method can only be called by certmanufacturers_accounts_products_list— GET /v1/{parent}/products — Lists all the products in a Manufacturer Center account.manufacturers_accounts_products_get— GET /v1/{parent}/products/{name} — Gets the product from a Manufacturer Center account, including product issues. Amanufacturers_accounts_products_update— PUT /v1/{parent}/products/{name} — Inserts or updates the attributes of the product in a Manufacturer Center accounmanufacturers_accounts_products_delete— DELETE /v1/{parent}/products/{name} — Deletes the product from a Manufacturer Center account.
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: manufacturers_accounts_languages_productcertific
# (attach an 'oauth' credential to the task — no inline secrets)
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
operation |
string | yes | — | One of: manufacturers_accounts_languages_productcertific, manufacturers_accounts_products_list, manufacturers_accounts_products_get, manufacturers_accounts_products_update, manufacturers_accounts_products_delete |
name |
string | no | — | Path parameter name (required by some operations). |
parent |
string | no | — | Path parameter parent (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |
body |
string | no | — | Request body as a JSON object string (for create/update operations). |