--- title: MenuCreatePayload - GraphQL Admin description: Return type for `menuCreate` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/menucreatepayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/menucreatepayload.md --- # Menu​Create​Payload payload Return type for `menuCreate` mutation. ## Fields * menu [Menu](https://shopify.dev/docs/api/admin-graphql/latest/objects/Menu) The created menu. * user​Errors [\[Menu​Create​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/MenuCreateUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [menu​Create](https://shopify.dev/docs/api/admin-graphql/latest/mutations/menuCreate) mutation Creates a menu. *** ## Map ### Mutations with this payload * [menu​Create](https://shopify.dev/docs/api/admin-graphql/latest/types/menuCreate)