List Merchant Center accounts
list_accountsList the Google Merchant Center accounts you have access to, returning account details and page tokens. Use it to find the account ID required by other tools, with optional filtering.
Instructions
Lists the Merchant Center accounts the authenticated user can access. Returns accounts[] (name, accountId, accountName, languageCode, timeZone, adultContent, testAccount) and nextPageToken. Use it first to discover the account ID the other tools need (or set GOOGLE_MERCHANTS_ACCOUNT_ID once). Optional filter uses the account filter syntax, e.g. accountName = "store".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Account filter, e.g. accountName = "*store*" or relationship(providerId = 123). | |
| page_size | No | Max results per page (1..500; API default 250). | |
| page_token | No | nextPageToken from the previous response. All other parameters must be identical to the previous call. |