> ## 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 Regional Inventories

> Lists the regional inventory entries (regional prices and availability) of a product

Lists the regional inventory entries (regional prices and availability) of a product.

|                      |                                 |
| -------------------- | ------------------------------- |
| **App**              | Google Merchant Center          |
| **Operation ID**     | `gmc_list_regional_inventories` |
| **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 product.                                       |
| `product_id` | string or SelectItem | Yes      | -       | Product identifier in the form contentLanguage~~feedLabel~~offerId, for example en~~US~~sku123. |
| `limit`      | integer              | No       | `100`   | Maximum number of entries to return. Default: 100.                                              |

### 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**: `List[Dict]`

Returns the regional inventory entries.

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