{ "parameters": [ ], "response_fields": [ ], "requests": [ { "request_headers": { "Content-Type": "application/json" }, "request_query_parameters": { }, "response_headers": { "Content-Type": "text/html; charset=utf-8", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "e261574b-09b6-4a7f-85f5-52383e08314f", "X-Runtime": "0.003015", "Expires": "0", "Content-Length": "0" }, "request_method": "POST", "request_path": "/api/storefront/analytics/search", "request_body": "{\"q\":\"foo\",\"total_results\":5}", "request_content_type": "application/json", "response_status": 200, "response_status_text": "OK", "response_body": null, "response_content_type": "text/html", "curl": "curl \"https://www.example.com/api/storefront/analytics/search\" -d '{\"q\":\"foo\",\"total_results\":5}' -X POST \\\n\t-H \"Content-Type: application/json\"" } ], "resource": "Analytics", "description": "Saving a search", "route": "/api/storefront/analytics/search", "http_method": "POST", "explanation": " Saving a search will be reflected in admin reports. This is intended\n to be called once per search performed by a customer.\n" }