# ConnectShopifyShopResult

Result of `connectShopifyShop`.

```
type ConnectShopifyShopResult {

  redirectUrl: String!

}
```

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

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

URL the dashboard redirects the merchant to after the shop is linked. Points to the Shopify Payments Partner gateway settings page (`https://{shop}/services/payments_partners/gateways/{shopifyApiKey}/settings`), where the merchant activates the gateway.

### Returned By[​](#returned-by "Direct link to Returned By")

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