---
title: >-
  GraphQL Admin API: new APIs for Menus are now available in 2024-07 - Shopify
  developer changelog
description: >-
  Shopify’s developer changelog documents all changes to Shopify’s platform.
  Find the latest news and learn about new platform opportunities.
source_url:
  html: >-
    https://shopify.dev/changelog/graphql-admin-api-new-apis-for-menus-are-now-available-in-2024-07
  md: >-
    https://shopify.dev/changelog/graphql-admin-api-new-apis-for-menus-are-now-available-in-2024-07.md
metadata:
  effectiveApiVersion: 2024-07
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2024-06-14T16:56:33-04:00'
  postedAt: '2024-06-18T16:00:00-04:00'
  updatedAt: '2024-06-20T15:21:29-04:00'
  effectiveAt: '2024-06-18T16:00:00-04:00'
---

June 18, 2024

Tags:

* Admin GraphQL API
* 2024-07

# GraphQL Admin API: new APIs for Menus are now available in 2024-07

As of version 2024-07 of the GraphQL Admin API, you can now read and modify Menus.

***

**Menus:**

* You can now create new menus using [menuCreate](https://shopify.dev/docs/api/admin-graphql/2024-07/mutations/menuCreate), modify existing menus using [menuUpdate](https://shopify.dev/docs/api/admin-graphql/2024-07/mutations/menuUpdate), and delete menus using [menuDelete](https://shopify.dev/docs/api/admin-graphql/2024-07/mutations/menuDelete).
* Menus can be queried using the new [menu](https://shopify.dev/docs/api/admin-graphql/2024-07/queries/menu) or [menus](https://shopify.dev/docs/api/admin-graphql/2024-07/queries/menus) queries.
