{ "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:34:24 GMT", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "ecc1f3a7-e406-413c-b045-90aadcdd6695", "X-Runtime": "0.005628", "X-Workarea-Segments": "", "Expires": "0", "Content-Length": "1088" }, "request_method": "GET", "request_path": "/api/admin/tax_categories/5dddc49012415942540750bc/rates", "request_body": null, "request_content_type": null, "response_status": 200, "response_status_text": "OK", "response_body": "{\n \"rates\": [\n {\n \"_id\": \"5dddc49012415942540750be\",\n \"category_id\": \"5dddc49012415942540750bc\",\n \"charge_on_shipping\": true,\n \"country\": \"US\",\n \"country_percentage\": 0.0,\n \"created_at\": \"2019-11-27T00:34:24.054Z\",\n \"percentage\": 0.06,\n \"postal_code\": null,\n \"postal_code_percentage\": 0.06,\n \"region\": \"PA\",\n \"region_percentage\": 0.0,\n \"tier_max\": null,\n \"tier_min\": null,\n \"updated_at\": \"2019-11-27T00:34:24.054Z\"\n },\n {\n \"_id\": \"5dddc49012415942540750bd\",\n \"category_id\": \"5dddc49012415942540750bc\",\n \"charge_on_shipping\": true,\n \"country\": \"US\",\n \"country_percentage\": 0.0,\n \"created_at\": \"2019-11-27T00:34:24.054Z\",\n \"percentage\": 0.06,\n \"postal_code\": null,\n \"postal_code_percentage\": 0.06,\n \"region\": \"PA\",\n \"region_percentage\": 0.0,\n \"tier_max\": null,\n \"tier_min\": null,\n \"updated_at\": \"2019-11-27T00:34:24.054Z\"\n },\n {\n \"_id\": \"5dddc49012415942540750bb\",\n \"category_id\": \"5dddc49012415942540750bc\",\n \"charge_on_shipping\": true,\n \"country\": \"US\",\n \"country_percentage\": 0.0,\n \"created_at\": \"2019-11-27T00:34:24.054Z\",\n \"percentage\": 0.06,\n \"postal_code\": null,\n \"postal_code_percentage\": 0.06,\n \"region\": \"PA\",\n \"region_percentage\": 0.0,\n \"tier_max\": null,\n \"tier_min\": null,\n \"updated_at\": \"2019-11-27T00:34:24.054Z\"\n }\n ]\n}", "response_content_type": "application/json", "curl": "curl -g \"https://www.example.com/api/admin/tax_categories/5dddc49012415942540750bc/rates\" -X GET " } ], "resource": "Tax Rates", "description": "Listing tax rates", "route": "/api/admin/tax_categories/:tax_category_id/rates", "http_method": "GET" }