--- title: CashDrawerFindOrCreatePayload - GraphQL Admin description: Return type for `cashDrawerFindOrCreate` 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/CashDrawerFindOrCreatePayload md: >- https://shopify.dev/docs/api/admin-graphql/latest/payloads/CashDrawerFindOrCreatePayload.md --- # Cash​Drawer​Find​Or​Create​Payload payload Return type for `cashDrawerFindOrCreate` mutation. ## Fields * cash​Drawer [Cash​Drawer](https://shopify.dev/docs/api/admin-graphql/latest/objects/CashDrawer) The cash drawer. * user​Errors [\[Cash​Drawer​Find​Or​Create​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/CashDrawerFindOrCreateUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [cash​Drawer​Find​Or​Create](https://shopify.dev/docs/api/admin-graphql/latest/mutations/cashDrawerFindOrCreate) mutation Finds or creates a cash drawer for cash management. Also ensures the provided device is assigned to the drawer. * location​Id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) required ### Arguments The location the cash drawer is located in. * name [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) required The name of the cash drawer. * point​Of​Sale​Device​Id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) required The point of sale device to assign to the cash drawer. *** *** ## Map ### Mutations with this payload * [cash​Drawer​Find​Or​Create](https://shopify.dev/docs/api/admin-graphql/latest/mutations/cashDrawerFindOrCreate)