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

# Get Promotion

> Fetches a single Merchant Center promotion with its full attributes and status

Fetches a single Merchant Center promotion with its full attributes and status.

|                      |                        |
| -------------------- | ---------------------- |
| **App**              | Google Merchant Center |
| **Operation ID**     | `gmc_get_promotion`    |
| **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 that owns the promotion.                                                                      |
| `promotion_id` | string or SelectItem | Yes      | -       | Promotion identifier from the promotion resource name (accounts/\{account}/promotions/\{id}); get it from gmc\_list\_promotions. |

### SelectItem

| Field   | Type   | Required | Default | Description                                                                                          |
| ------- | ------ | -------- | ------- | ---------------------------------------------------------------------------------------------------- |
| `value` | string | Yes      | -       | The value of the selectable item.                                                                    |
| `label` | string | Yes      | -       | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |

## Output

**Type**: `Dict`

Returns the promotion.

**Fields**: `promotion`
