> ## 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 Data Source

> Get the complete configuration of one Google Merchant Center data source by ID, including its type, targeting, destinations, file settings, and supplemental-feed links

Get the complete configuration of one Google Merchant Center data source by ID, including its type, targeting, destinations, file settings, and supplemental-feed links.

|                      |                        |
| -------------------- | ---------------------- |
| **App**              | Google Merchant Center |
| **Operation ID**     | `gmc_get_data_source`  |
| **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 data source.                             |
| `data_source_id` | string or SelectItem | Yes      | -       | Google Merchant Center data source ID. Use gmc\_list\_data\_sources first to find the ID. |

### 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 complete Google Merchant Center DataSource resource.

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