# store

Fetches a single store by ID. Deleted stores resolve as `null`.

```
store(

  id: ID!

): Store
```

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

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

#### [`Store`](https://docs.monei.com/apis/graphql/types/objects/store/.md) object[​](#store- "Direct link to store-")

Merchant store (physical location or online shop) within an account. Stores group points of sale and other resources for multi-store businesses. Hierarchy: `Account` > `Store` > `PointOfSale` > `Terminal`.
