> ## 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 Shipping Settings

> Get a Google Merchant Center account's shipping settings: shipping services, delivery countries, rates and warehouses

Get a Google Merchant Center account's shipping settings: shipping services, delivery countries, rates and warehouses.

|                      |                             |
| -------------------- | --------------------------- |
| **App**              | Google Merchant Center      |
| **Operation ID**     | `gmc_get_shipping_settings` |
| **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 whose shipping settings to read. |

## Output

**Type**: `Dict`

Returns the services and warehouses as Google stores them, the service count and the covered delivery country codes.

**Fields**: `services`, `warehouses`, `service_count`, `delivery_countries`, `etag`
