> ## 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 Aggregate Product Statuses

> List Google aggregate product status resources for a standalone account or sub-account, optionally filtered by reporting context and country

List Google aggregate product status resources for a standalone account or sub-account, optionally filtered by reporting context and country. Use this for catalog-level diagnostics; use gmc\_get\_product\_status for individual product rows.

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

## Inputs

| Field     | Type           | Required | Default | Description                                                                                                                                                |
| --------- | -------------- | -------- | ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `account` | DynamicAccount | Yes      | -       | Select a standalone Merchant Center account or sub-account whose aggregate product statuses should be listed.                                              |
| `filter`  | string         | No       | -       | Optional Google filter expression. This endpoint supports reportingContext and country, for example reportingContext = "SHOPPING\_ADS" AND country = "US". |
| `limit`   | integer        | No       | -       | Maximum number of aggregate product status resources to return. If omitted, return all statuses by handling Google pagination automatically.               |

## Output

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

Returns aggregate product statuses with automatic pagination.

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