Menu
The Menu API provides access to the main menu of an e-commerce website. This menu can be displayed on the homepage of the website, allowing users to navigate to different pages on the website.
Endpoint:
api/customer/home/menu
Http Method:
GET
Success Response:
Menu Resource
See more full details about Menu Resource.
200 OK - If the menu is successful
{
"code": 200,
"data": [
{
"menu_background_color": "#dad3cd",
"drop_menu_background_color": "rgba(218,211,205,0.75)",
"level1_text_color": "#080000",
},
//...
]
}
معلومات
Check the following section to learn more about the Menu API Reference