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

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

### Type[​](#type "Enlace directo al Type")

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

Result of `connectShopifyShop`.
