Create Menu
Menus
Create Menu
Create a new navigation menu
POST
Create Menu
Documentation Index
Fetch the complete documentation index at: https://docs.launchmystore.io/llms.txt
Use this file to discover all available pages before exploring further.
Create Menu
Creates a new navigation menu in the store.Request
Body Parameters
The menu title
URL-safe handle. Auto-generated from title if not provided. Common handles include
main-menu, footer, header.Array of menu links
Response
Whether the request succeeded
The created menu object with all links
Example Response
Nested Links Example
Create a menu with dropdown items:Error Codes
| Code | Description |
|---|---|
UNAUTHORIZED | Invalid or missing access token |
FORBIDDEN | App doesn’t have write_content scope |
VALIDATION_ERROR | Invalid request body (see error details) |
DUPLICATE_HANDLE | A menu with this handle already exists |