List Merchant Center accounts
list_accountsLists Merchant Center accounts accessible to the user. Use it first to discover the account ID required by other merchant tools.
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. |