# createPointOfSale

Creates a POS.

```
createPointOfSale(

  input: CreatePointOfSaleInput!

): PointOfSale!
```

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

#### [`createPointOfSale.input`](#input) ● [`CreatePointOfSaleInput!`](https://docs.monei.com/es/es/apis/graphql/types/inputs/create-point-of-sale-input/.md) non-null input[​](#input "Enlace directo al input")

### Type[​](#type "Enlace directo al Type")

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

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