> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Account Issues

> List account-level Merchant Center issues such as policy, setup, and suspension problems

List account-level Merchant Center issues such as policy, setup, and suspension problems. For an advanced account, call this separately for each sub-account whose issues are needed.

|                      |                           |
| -------------------- | ------------------------- |
| **App**              | Google Merchant Center    |
| **Operation ID**     | `gmc_list_account_issues` |
| **Type**             | Action                    |
| **Connection**       | `gmc` (required)          |
| **Credits per run**  | 1                         |
| **Agent / MCP tool** | Yes                       |

## Inputs

| Field           | Type           | Required | Default | Description                                                                                                            |
| --------------- | -------------- | -------- | ------- | ---------------------------------------------------------------------------------------------------------------------- |
| `account`       | DynamicAccount | Yes      | -       | Select the Merchant Center account whose account issues should be listed.                                              |
| `language_code` | string         | No       | -       | Optional BCP-47 language code for human-readable issue text, such as en-US or sr-Latn. Google defaults to en-US.       |
| `time_zone`     | string         | No       | -       | Optional IANA time zone used to localize times in issue text, such as America/Los\_Angeles.                            |
| `limit`         | integer        | No       | -       | Maximum number of account issues to return. If omitted, return all issues by handling Google pagination automatically. |

## Output

**Type**: `List[Dict]`

Returns account issues with automatic pagination.

**Fields**: dynamic (depend on the inputs)
