{ "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", "ETag": "W/\"98f5b7e1d9de2418b205badeb9a73d4c\"", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "93afa675-55dc-42e8-a3a7-a86a8697437d", "X-Runtime": "0.004638", "Expires": "0", "Content-Length": "429" }, "request_method": "GET", "request_path": "/api/admin/shipping_services/5d5dbdcbd4322a4b69d795eb", "request_body": null, "request_content_type": null, "response_status": 200, "response_status_text": "OK", "response_body": "{\n \"shipping_service\": {\n \"_id\": \"5d5dbdcbd4322a4b69d795eb\",\n \"carrier\": null,\n \"country\": null,\n \"created_at\": \"2019-08-21T21:55:23.085Z\",\n \"name\": \"Test 63\",\n \"rates\": [\n {\n \"_id\": \"5d5dbdcbd4322a4b69d795ec\",\n \"created_at\": null,\n \"price\": {\n \"cents\": 100.0,\n \"currency_iso\": \"USD\"\n },\n \"tier_max\": null,\n \"tier_min\": null,\n \"updated_at\": null\n }\n ],\n \"regions\": [\n\n ],\n \"service_code\": null,\n \"subtotal_max\": null,\n \"subtotal_min\": null,\n \"tax_code\": null,\n \"updated_at\": \"2019-08-21T21:55:23.085Z\"\n }\n}", "response_content_type": "application/json", "curl": "curl -g \"https://www.example.com/api/admin/shipping_services/5d5dbdcbd4322a4b69d795eb\" -X GET " } ], "resource": "Shipping Services", "description": "Showing a shipping_service", "route": "/api/admin/shipping_services/:id", "http_method": "GET" }