> ## 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 Product

> Retrieve one final processed Product from Merchant Center, including the product data and Google processing status

Retrieve one final processed Product from Merchant Center, including the product data and Google processing status. Recent ProductInput writes can take several minutes to appear.

|                      |                        |
| -------------------- | ---------------------- |
| **App**              | Google Merchant Center |
| **Operation ID**     | `gmc_get_product`      |
| **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 processed product.                                                                                                                            |
| `product_id` | string or SelectItem | Yes      | -       | Processed product identifier, usually contentLanguage~~feedLabel~~offerId, for example en~~US~~sku123. Use Google's unpadded base64url form when an identifier component contains /, %, or \~. |

### 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 Google's processed Product resource unchanged.

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