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

> Lists the local (in-store) inventory entries of a product by store code

Lists the local (in-store) inventory entries of a product by store code.

|                      |                              |
| -------------------- | ---------------------------- |
| **App**              | Google Merchant Center       |
| **Operation ID**     | `gmc_list_local_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 local inventory entries.

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