POST:menus.json
POST:menus.json
Description
Modify one ore more menus.
Permission bit: "menus.modify"
Topic: Menus
Query Parameters
ids: Comma-separated array of String, required
List of menu ids. See also: Unique Identifiers
Example: ?ids=me_EQzGqWoY,me_EQzGqWoY
Unique shop identifier. See also: Unique Identifiers
Example: ?shop_id=sh_EQzGqWoY
Request Body
Array of MenuModify
[ { "custom_fields": [ { "name": "", "value": "" } ], "handle": "footer", "item_titles_i18n": [ "" ], "items": [ { "category_id": "ca_EQzGqWoY", "content_block_id": "bl_EQzGqWoY", "id": "mi_EQzGqWoY", "link": "https://google.com", "meta": "home", "name": "T-Shirts", "parent_index": 0, "product_id": "pd_EQzGqWoY", "query": "?type=category", "type": "category" } ], "name": "Footer" } ]
Response Body
Array of Menu
Response Body Type
Loading module