# ShopifyStoresConnection

Paginated list of Shopify shops connected to the account.

```
type ShopifyStoresConnection {

  items: [ShopifyStore!]!

  nextToken: String

}
```

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

#### [`ShopifyStoresConnection.items`](#items) ● [`[ShopifyStore!]!`](https://docs.monei.com/apis/graphql/types/objects/shopify-store/.md) non-null object[​](#items "Direct link to items")

Page of Shopify shop installations.

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

Pagination cursor. Pass back as `token` to fetch the next page. `null` when there are no more results.

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

[`shopifyStores`](https://docs.monei.com/apis/graphql/operations/queries/shopify-stores/.md) query
