--- title: pointOfSaleDevice - GraphQL Admin description: Returns a `PointOfSaleDevice` resource by ID. api_version: 2025-10 api_name: admin type: query api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/queries/pointofsaledevice md: https://shopify.dev/docs/api/admin-graphql/latest/queries/pointofsaledevice.md --- # point​Of​Sale​Device query Returns a `PointOfSaleDevice` resource by ID. ## Arguments * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/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/latest/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 } } ```