# 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 "Enlace directo al Fields")

#### [`ConnectShopifyShopInput.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 (e.g. `my-store.myshopify.com`).

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

#### [`ConnectShopifyShopInput.token`](#token) ● [`String!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) non-null scalar[​](#token "Enlace directo al 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/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#account-id "Enlace directo al account-id")

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

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

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