Inputs
SelectItem
Output
Type:Dict
Returns the promotion.
Fields: promotionDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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 |
| 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. |
| 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. |
Dict
Returns the promotion.
Fields: promotion