--- 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 --- [Back to Developer changelog](https://shopify.dev/changelog) 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.