# GetShopifyShopSettingsInput

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

```
input GetShopifyShopSettingsInput {

  shop: String!

  paymentMethod: String!

}
```

### Fields[​](#fields "Enlace directo al Fields")

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

Shopify shop domain.

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

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

### Member Of[​](#member-of "Enlace directo al Member Of")

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