# ConnectShopifyShopInput

Input for `connectShopifyShop`. Supplied by the dashboard after the MONEI Shopify app completes Shopify OAuth and redirects back with the signed token.

```
input ConnectShopifyShopInput {

  shop: String!

  paymentMethod: String!

  token: String!

  accountId: String

}
```

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

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

Shopify shop domain (e.g. `my-store.myshopify.com`).

#### [`ConnectShopifyShopInput.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. One of `card`, `bizum`, `mbway`, `multibanco`, `qr`, `monei`, `onsite`.

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

Signed redirect token minted by the MONEI Shopify app, binding this `shop` and `paymentMethod`. Mismatched tokens are rejected.

#### [`ConnectShopifyShopInput.accountId`](#account-id) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#account-id "Direct link to account-id")

Ignored. The account is determined from the caller's authentication.

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

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