> ## 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 Promotions

> Lists promotions in a Merchant Center account with their status and attributes

Lists promotions in a Merchant Center account with their status and attributes.

|                      |                        |
| -------------------- | ---------------------- |
| **App**              | Google Merchant Center |
| **Operation ID**     | `gmc_list_promotions`  |
| **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 promotions should be listed. |
| `limit`   | integer        | No       | `100`   | Maximum number of promotions to return. Default: 100.                 |

## Output

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

Returns the list of promotions.

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