{ "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", "Content-Type": "application/json; charset=utf-8", "X-Requested-With": "", "Vary": "X-Requested-With, X-Workarea-Segments", "Last-Modified": "Wed, 27 Nov 2019 00:35:09 GMT", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "0505f81a-6bc1-4ed9-9466-c17fbc933716", "X-Runtime": "0.004191", "X-Workarea-Segments": "", "Expires": "0", "Content-Length": "298" }, "request_method": "GET", "request_path": "/api/admin/shippings/5dddc4bd12415942540751b6", "request_body": null, "request_content_type": null, "response_status": 200, "response_status_text": "OK", "response_body": "{\n \"shipping\": {\n \"_id\": \"5dddc4bd12415942540751b6\",\n \"created_at\": \"2019-11-27T00:35:09.646Z\",\n \"discount_ids\": [\n\n ],\n \"instructions\": null,\n \"order_id\": \"1234\",\n \"quantities\": {\n },\n \"shipping_total\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"tax_total\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"updated_at\": \"2019-11-27T00:35:09.646Z\"\n }\n}", "response_content_type": "application/json", "curl": "curl -g \"https://www.example.com/api/admin/shippings/5dddc4bd12415942540751b6\" -X GET " } ], "resource": "Shipping", "description": "Showing a shipment", "route": "/api/admin/shippings/:id", "http_method": "GET" }