| level | integer The level of this menu item, must be 1-3. |
| menu_id | integer The unique ID of this menu item in WP EasyCart |
| post_id | integer The unique ID of this item in WordPress |
| menu_name | string The name of this menu. |
| sort_order | integer The sort order of this menu item. |
| clicks | integer The number of views/clicks for this menu item. |
| banner_image | string The image that can show on the menu page, should be a URL. |
| seo_description | string The meta description for this menu. |
| seo_keywords | string The meta keywords for this menu. |
{- "level": 0,
- "menu_id": 0,
- "post_id": 0,
- "menu_name": "string",
- "sort_order": 0,
- "clicks": 0,
- "banner_image": "string",
- "seo_description": "string",
- "seo_keywords": "string"
}This allows you to get a list of menus
Successful operation
Unauthorized
[- {
- "level": 0,
- "menu_id": 0,
- "post_id": 0,
- "menu_name": "string",
- "sort_order": 0,
- "clicks": 0,
- "banner_image": "string",
- "seo_description": "string",
- "seo_keywords": "string"
}
]This allows you to add a new menu
Submit any or all elements to add a new menu.
Successful operation
Unauthorized
{- "level": 0,
- "menu_name": "string",
- "sort_order": 0,
- "clicks": 0,
- "banner_image": "string",
- "seo_description": "string",
- "seo_keywords": "string"
}{- "level": 0,
- "menu_id": 0,
- "post_id": 0,
- "menu_name": "string",
- "sort_order": 0,
- "clicks": 0,
- "banner_image": "string",
- "seo_description": "string",
- "seo_keywords": "string"
}This allows you to get a menu from your store by menu ID and level
Successful operation
Unauthorized
{- "level": 0,
- "menu_id": 0,
- "post_id": 0,
- "menu_name": "string",
- "sort_order": 0,
- "clicks": 0,
- "banner_image": "string",
- "seo_description": "string",
- "seo_keywords": "string"
}This allows you to update a menu
Submit any or all elements to update the menu.
Successful operation
Unauthorized
{- "level": 0,
- "menu_name": "string",
- "sort_order": 0,
- "clicks": 0,
- "banner_image": "string",
- "seo_description": "string",
- "seo_keywords": "string"
}{- "level": 0,
- "menu_id": 0,
- "post_id": 0,
- "menu_name": "string",
- "sort_order": 0,
- "clicks": 0,
- "banner_image": "string",
- "seo_description": "string",
- "seo_keywords": "string"
}This allows you to delete a menu from your store
Successful operation
Unauthorized
{- "level": 0,
- "menu_id": 0,
- "post_id": 0,
- "menu_name": "string",
- "sort_order": 0,
- "clicks": 0,
- "banner_image": "string",
- "seo_description": "string",
- "seo_keywords": "string"
}