# connectShopifyShop

Binds a Shopify shop (already OAuth-installed via the MONEI Shopify app) to the caller's MONEI account, then calls Shopify Payments to activate the gateway. Verifies the signed `token`, requires the account can process payments and supports the requested method, and refuses to transfer a shop already linked to a different account. The installation's `testMode` matches the connecting account; the bind is rolled back if gateway activation fails.

```
connectShopifyShop(

  input: ConnectShopifyShopInput!

): ConnectShopifyShopResult!
```

### Arguments[​](#arguments "Direct link to Arguments")

#### [`connectShopifyShop.input`](#input) ● [`ConnectShopifyShopInput!`](https://docs.monei.com/apis/graphql/types/inputs/connect-shopify-shop-input/.md) non-null input[​](#input "Direct link to input")

### Type[​](#type "Direct link to Type")

#### [`ConnectShopifyShopResult`](https://docs.monei.com/apis/graphql/types/objects/connect-shopify-shop-result/.md) object[​](#connectshopifyshopresult- "Direct link to connectshopifyshopresult-")

Result of `connectShopifyShop`.
