Main Menu
Deprecated
use the main_menu_navigation that will support menus of types: categories, products, blogs and custom urls
"main_menu":{
"items": [ //max 40 items
{
"id": XXXXX,
"name": "سلة الافطار",
"slug": "سلة-الافطار",
"SEO_category_title": "سلة الافطار",
"SEO_category_description": "سلة الافطار",
"description": null,
"url": "<https://neoxeroco.com/categories/سلة-الافطار>",
"image": null,
"img_alt_text": null,
"cover_image": null,
"products_count": 1,
"sub_categories": [
//category object
],
"parent_id": null,
"is_published": true
}
]
}
Last modified: 6 months ago