{ "parameters": [ ], "response_fields": [ ], "requests": [ { "request_headers": { "Content-Type": "application/json" }, "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", "Location": "/api/admin/shipping_services/5d5dbd69d4322a4b69d7907f/rates", "Content-Type": "application/json; charset=utf-8", "ETag": "W/\"d9e756297f4f0959e6e776086c1f7476\"", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "be29e452-be29-4581-8a15-1995e42e0894", "X-Runtime": "0.011156", "Expires": "0", "Content-Length": "200" }, "request_method": "POST", "request_path": "/api/admin/shipping_services/5d5dbd69d4322a4b69d7907f/rates", "request_body": "{\"rate\":{\"created_at\":null,\"price\":{\"cents\":100.0,\"currency_iso\":\"USD\"},\"tier_max\":null,\"tier_min\":null,\"updated_at\":null}}", "request_content_type": "application/json", "response_status": 201, "response_status_text": "Created", "response_body": "{\n \"rate\": {\n \"_id\": \"5d5dbd6ad4322a4b69d79081\",\n \"created_at\": \"2019-08-21T21:53:46.009Z\",\n \"price\": {\n \"cents\": 100.0,\n \"currency_iso\": \"USD\"\n },\n \"tier_max\": null,\n \"tier_min\": null,\n \"updated_at\": \"2019-08-21T21:53:46.009Z\"\n }\n}", "response_content_type": "application/json", "curl": "curl \"https://www.example.com/api/admin/shipping_services/5d5dbd69d4322a4b69d7907f/rates\" -d '{\"rate\":{\"created_at\":null,\"price\":{\"cents\":100.0,\"currency_iso\":\"USD\"},\"tier_max\":null,\"tier_min\":null,\"updated_at\":null}}' -X POST \\\n\t-H \"Content-Type: application/json\"" } ], "resource": "Shipping Rates", "description": "Creating a shipping rate", "route": "/api/admin/shipping_services/:shipping_service_id/rates", "http_method": "POST" }