---
title: CashDrawerUpdateUserError - GraphQL Admin
description: An error that occurs during the execution of `CashDrawerUpdate`.
api_version: 2026-04
source_url:
  html: >-
    https://shopify.dev/docs/api/admin-graphql/latest/objects/CashDrawerUpdateUserError
  md: >-
    https://shopify.dev/docs/api/admin-graphql/latest/objects/CashDrawerUpdateUserError.md
api_name: admin
api_type: graphql
type: object
metadata:
  domain: admin
---

# Cash​Drawer​Update​User​Error

object

An error that occurs during the execution of `CashDrawerUpdate`.

## Fields

* code

  [Cash​Drawer​Update​User​Error​Code](https://shopify.dev/docs/api/admin-graphql/latest/enums/CashDrawerUpdateUserErrorCode)

  The error code.

* field

  [\[String!\]](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)

  The path to the input field that caused the error.

* message

  [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)

  non-null

  The error message.

***

## Map

No referencing types

***

## Mutations

* [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.

  ***

***

## CashDrawerUpdateUserError Mutations

### Mutated by

* [cash​Drawer​Update](https://shopify.dev/docs/api/admin-graphql/latest/mutations/cashDrawerUpdate)

***

## Interfaces

* [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DisplayableError)

  interface

***

## CashDrawerUpdateUserError Implements

### Implements

* [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DisplayableError)
