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

#### [`shopifyStores.token`](#token) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#token "Enlace directo al token")

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

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

#### [`ShopifyStoresConnection`](https://docs.monei.com/es/es/apis/graphql/types/objects/shopify-stores-connection/.md) object[​](#shopifystoresconnection- "Enlace directo al shopifystoresconnection-")

Paginated list of Shopify shops connected to the account.
