# pointsOfSale

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

```
pointsOfSale(

  storeId: ID

  token: String

  pageSize: Int

): PointsOfSaleConnection!
```

### Arguments[​](#arguments "Enlace directo al Arguments")

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

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

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

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

Paginated list of points of sale.
