Googleapis Manufacturers
Connector for the googleapis-manufacturers API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- 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)