--- title: CashDrawerCreatePayload - GraphQL Admin description: Return type for `cashDrawerCreate` 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/CashDrawerCreatePayload md: >- https://shopify.dev/docs/api/admin-graphql/latest/payloads/CashDrawerCreatePayload.md --- # Cash​Drawer​Create​Payload payload Return type for `cashDrawerCreate` mutation. ## Fields * cash​Drawer [Cash​Drawer](https://shopify.dev/docs/api/admin-graphql/latest/objects/CashDrawer) The created cash drawer. * user​Errors [\[Cash​Drawer​Create​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/CashDrawerCreateUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [cash​Drawer​Create](https://shopify.dev/docs/api/admin-graphql/latest/mutations/cashDrawerCreate) mutation Creates a cash drawer in a provided location. * 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. *** *** ## Map ### Mutations with this payload * [cash​Drawer​Create](https://shopify.dev/docs/api/admin-graphql/latest/mutations/cashDrawerCreate)