# ShopifyShopSettings

Settings of a single Shopify shop installation linked to the caller's account.

```
type ShopifyShopSettings {

  settingsUrl: String!

  countryStores: [CountryStore!]

  testMode: Boolean

}
```

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

#### [`ShopifyShopSettings.settingsUrl`](#settings-url) ● [`String!`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) non-null scalar[​](#settings-url "Direct link to settings-url")

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

Routing rules mapping a buyer's checkout country to a specific MONEI store. The entry with `countryCode` `DEFAULT` (when present) catches all unmapped countries.

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

Whether this shop installation processes payments in test mode.

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

[`getShopifyShopSettings`](https://docs.monei.com/apis/graphql/operations/queries/get-shopify-shop-settings/.md) query
