# shopifyStores

Lists Shopify shop installations bound to the caller's account. Returns one item per `(domain, paymentMethod)` pair.

```
shopifyStores(

  token: String

  pageSize: Int

): ShopifyStoresConnection!
```

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

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

#### [`shopifyStores.pageSize`](#page-size) ● [`Int`](https://docs.monei.com/apis/graphql/types/scalars/int/.md) scalar[​](#page-size "Direct link to page-size")

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

#### [`ShopifyStoresConnection`](https://docs.monei.com/apis/graphql/types/objects/shopify-stores-connection/.md) object[​](#shopifystoresconnection- "Direct link to shopifystoresconnection-")

Paginated list of Shopify shops connected to the account.
