List menu items
/menus/{menu_key}/itemsReturns every item in the menu, in display order, in a single response while preserving the standard collection response format.
Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.
In: header
Path Parameters
Header Parameters
Optional client-generated identifier of the request, up to 64 characters from [A-Za-z0-9._-]. Echoed back in the response and recorded in the request log; it never replaces the server-generated X-Request-Id.
length <= 64Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/menus/string/items"{ "data": [ { "destination": { "embed": "string", "product_id": "string", "shortcut": "string", "showcase_id": "string", "url": "string" }, "id": "string", "kind": "shortcut", "label": "string", "object": "menu_item", "position": 0, "revision": "string", "target": "_self", "visible": true } ], "page": { "limit": 1, "next_cursor": "string", "prev_cursor": "string" }}Retrieve a menu GET
Retrieves a menu from the fixed set of menus provided by the platform. The `sidebar_hidden` field reflects the current account's setting for hiding the sidebar menu.
Create a menu item POST
Creates a menu item. New items are added to the end of the menu. URL and embed destinations must use the HTTP or HTTPS scheme. Product and showcase destinations must reference a product or showcase that exists in the current account.