--- title: pointOfSaleDevice - GraphQL Admin description: Returns a `PointOfSaleDevice` resource by ID. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/queries/pointOfSaleDevice md: >- https://shopify.dev/docs/api/admin-graphql/unstable/queries/pointOfSaleDevice.md --- # point​Of​Sale​Device query Returns a `PointOfSaleDevice` resource by ID. ## Arguments * id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) required The ID of the `PointOfSaleDevice` to return. *** ## Possible returns * Point​Of​Sale​Device [Point​Of​Sale​Device](https://shopify.dev/docs/api/admin-graphql/unstable/objects/PointOfSaleDevice) Represents a mobile device that Shopify Point of Sale has been installed on. *** ## Examples * ### pointOfSaleDevice reference ## Query Reference ```graphql { pointOfSaleDevice(id) { # pointOfSaleDevice fields } } ```