{ "parameters": [ ], "response_fields": [ ], "requests": [ { "request_headers": { }, "request_query_parameters": { }, "response_headers": { "X-Frame-Options": "SAMEORIGIN", "X-XSS-Protection": "1; mode=block", "X-Content-Type-Options": "nosniff", "X-Download-Options": "noopen", "X-Permitted-Cross-Domain-Policies": "none", "Referrer-Policy": "strict-origin-when-cross-origin", "Date": "Thu, 22 Aug 2019 17:05:55 GMT", "Content-Type": "application/json; charset=utf-8", "Access-Control-Allow-Origin": "*", "Access-Control-Allow-Headers": "*", "Access-Control-Allow-Methods": "GET, POST, PATCH, PUT, DELETE, OPTIONS", "X-Requested-With": "", "Vary": "X-Requested-With, X-Flash-Messages", "Cache-Control": "no-cache, no-store, must-revalidate", "ETag": "W/\"22005042de552256e0f095a6331dc504\"", "X-Request-Id": "c1ff732e-f004-43e2-9f82-d2c44f16147d", "X-Runtime": "0.012242", "Expires": "0", "Content-Length": "1719" }, "request_method": "GET", "request_path": "/api/storefront/menus/5d5ecb72d4322a04dfbf7924", "request_body": null, "request_content_type": null, "response_status": 200, "response_status_text": "OK", "response_body": "{\n \"id\": \"5d5ecb72d4322a04dfbf7924\",\n \"name\": \"Men\",\n \"position\": 0,\n \"url\": \"/api/storefront/menus/5d5ecb72d4322a04dfbf7924\",\n \"taxon_url\": \"http://example.com/men\",\n \"content_blocks\": [\n {\n \"id\": \"5d5ecb73d4322a04dfbf7926\",\n \"type\": \"taxonomy\",\n \"area\": \"default\",\n \"data\": {\n \"start\": \"5d5ecb72d4322a04dfbf7922\",\n \"header\": \"\",\n \"show_starting_taxon\": true,\n \"image\": \"\",\n \"image_alt\": \"\",\n \"image_link\": \"\",\n \"image_position\": \"\"\n },\n \"hidden_breakpoints\": [\n\n ],\n \"position\": 0,\n \"html\": \"\\n\"\n }\n ]\n}", "response_content_type": "application/json", "curl": "curl -g \"https://www.example.com/api/storefront/menus/5d5ecb72d4322a04dfbf7924\" -X GET " } ], "resource": "Menus", "description": "Showing a menu", "route": "/api/storefront/menus/:id", "http_method": "GET", "explanation": " This endpoint will return all the data used to render a menu. This\n includes the corresponding content, as well a link to where the\n menu points at in the taxonomy.\n" }