--- title: CashDrawerUpdatePayload - GraphQL Admin description: Return type for `cashDrawerUpdate` 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/CashDrawerUpdatePayload md: >- https://shopify.dev/docs/api/admin-graphql/latest/payloads/CashDrawerUpdatePayload.md --- # Cash​Drawer​Update​Payload payload Return type for `cashDrawerUpdate` mutation. ## Fields * cash​Drawer [Cash​Drawer](https://shopify.dev/docs/api/admin-graphql/latest/objects/CashDrawer) The updated cash drawer. * user​Errors [\[Cash​Drawer​Update​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/CashDrawerUpdateUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [cash​Drawer​Update](https://shopify.dev/docs/api/admin-graphql/latest/mutations/cashDrawerUpdate) mutation Updates a cash drawer. * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) required ### Arguments The ID of the cash drawer to update. * input [Cash​Drawer​Update​Input!](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/CashDrawerUpdateInput) required The input fields for updating a cash drawer. *** *** ## Map ### Mutations with this payload * [cash​Drawer​Update](https://shopify.dev/docs/api/admin-graphql/latest/mutations/cashDrawerUpdate)