# GetShopifyShopSettingsInput

Input for `getShopifyShopSettings`. Caller's account must own the installation.

```
input GetShopifyShopSettingsInput {

  shop: String!

  paymentMethod: String!

}
```

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

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

Shopify shop domain.

#### [`GetShopifyShopSettingsInput.paymentMethod`](#payment-method) ● [`String!`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) non-null scalar[​](#payment-method "Direct link to payment-method")

MONEI Shopify app payment method. See `ShopifyStore.paymentMethod`.

### Member Of[​](#member-of "Direct link to Member Of")

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