--- title: PointOfSaleDeviceAssignToCashDrawerPayload - GraphQL Admin description: Return type for `pointOfSaleDeviceAssignToCashDrawer` mutation. api_version: 2026-04 api_name: admin type: payload api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/latest/payloads/PointOfSaleDeviceAssignToCashDrawerPayload md: >- https://shopify.dev/docs/api/admin-graphql/latest/payloads/PointOfSaleDeviceAssignToCashDrawerPayload.md --- # Point​Of​Sale​Device​Assign​To​Cash​Drawer​Payload payload Return type for `pointOfSaleDeviceAssignToCashDrawer` mutation. ## Fields * point​Of​Sale​Device [Point​Of​Sale​Device](https://shopify.dev/docs/api/admin-graphql/latest/objects/PointOfSaleDevice) The point of sale device. * user​Errors [\[Point​Of​Sale​Device​Assign​To​Cash​Drawer​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/PointOfSaleDeviceAssignToCashDrawerUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [point​Of​Sale​Device​Assign​To​Cash​Drawer](https://shopify.dev/docs/api/admin-graphql/latest/mutations/pointOfSaleDeviceAssignToCashDrawer) mutation Assigns a point of sale device to a cash drawer, removing any prior assignment. * cash​Drawer​Id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) required ### Arguments The cash drawer to assign the device to. * point​Of​Sale​Device​Id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) required The point of sale device to assign. *** *** ## Map ### Mutations with this payload * [point​Of​Sale​Device​Assign​To​Cash​Drawer](https://shopify.dev/docs/api/admin-graphql/latest/mutations/pointOfSaleDeviceAssignToCashDrawer)