# UpdateShopifyShopSettingsResult

Result of `updateShopifyShopSettings`. Echoes the persisted values.

```
type UpdateShopifyShopSettingsResult {

  countryStores: [CountryStore!]

  testMode: Boolean

}
```

### Fields[​](#fields "Direct link to Fields")

#### [`UpdateShopifyShopSettingsResult.countryStores`](#country-stores) ● [`[CountryStore!]`](https://docs.monei.com/apis/graphql/types/objects/country-store/.md) list object[​](#country-stores "Direct link to country-stores")

Persisted country-to-store routing rules. See `ShopifyShopSettings.countryStores`.

#### [`UpdateShopifyShopSettingsResult.testMode`](#test-mode) ● [`Boolean`](https://docs.monei.com/apis/graphql/types/scalars/boolean/.md) scalar[​](#test-mode "Direct link to test-mode")

Persisted test-mode flag.

### Returned By[​](#returned-by "Direct link to Returned By")

[`updateShopifyShopSettings`](https://docs.monei.com/apis/graphql/operations/mutations/update-shopify-shop-settings/.md) mutation
