# pointsOfSale

Lists points of sale for the account, optionally scoped to a store.

```
pointsOfSale(

  storeId: ID

  token: String

  pageSize: Int

): PointsOfSaleConnection!
```

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

#### [`pointsOfSale.storeId`](#store-id) ● [`ID`](https://docs.monei.com/apis/graphql/types/scalars/id/.md) scalar[​](#store-id "Direct link to store-id")

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

#### [`pointsOfSale.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")

#### [`PointsOfSaleConnection`](https://docs.monei.com/apis/graphql/types/objects/points-of-sale-connection/.md) object[​](#pointsofsaleconnection- "Direct link to pointsofsaleconnection-")

Paginated list of points of sale.
