# pointOfSale

Single POS by ID.

```
pointOfSale(

  id: ID!

): PointOfSale
```

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

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

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

#### [`PointOfSale`](https://docs.monei.com/apis/graphql/types/objects/point-of-sale/.md) object[​](#pointofsale- "Direct link to pointofsale-")

Point of sale belonging to an account, optionally scoped to a store. See `PointOfSaleType`.
