> ## 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 Price Suggestions

> Get price suggestions data from Google Merchant Center including suggested prices, effectiveness ratings, and predicted performance changes

Get price suggestions data from Google Merchant Center including suggested prices, effectiveness ratings, and predicted performance changes.

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

## Inputs

| Field     | Type                                | Required | Default | Description                                                                                                                                 |
| --------- | ----------------------------------- | -------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| `account` | DynamicAccount                      | Yes      | -       | Select one Google Merchant Center account                                                                                                   |
| `fields`  | array of string or SelectableOption | Yes      | -       | List of fields to query. Don't try to guess field names, prompt user to select fields in the UI if it's a common field from the list above. |
| `filters` | array of FilterItem                 | No       | -       | List of filters to apply to the report. Each filter must have a field, operator, and value.                                                 |
| `limit`   | integer                             | No       | -       | The maximum number of rows to return.                                                                                                       |

### FilterItem

| Field      | Type                       | Required | Default | Description                                                                                                                                                   |
| ---------- | -------------------------- | -------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `field`    | string or SelectableOption | Yes      | -       | The field to filter on, must be one of the current selected metrics or dimensions.                                                                            |
| `operator` | string                     | Yes      | -       | The operator to use for filtering. Must be one of the supported values. Use REGEXP\_MATCH to search/filter by multiple OR values like '.*(summer\|holiday).*' |
| `value`    | string                     | Yes      | -       | The value to filter by. Can be a string, number, regex, or a list of strings.                                                                                 |

### SelectableOption

| Field   | Type   | Required | Default | Description |
| ------- | ------ | -------- | ------- | ----------- |
| `value` | string | Yes      | -       |             |
| `label` | string | Yes      | -       |             |

## Output

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

Returns price suggestion data.

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