{ "resource": "Legacy Orders", "http_method": "GET", "route": "api/legacy_orders/:id", "description": "Showing a legacy order", "explanation": null, "parameters": [ ], "response_fields": [ ], "requests": [ { "request_method": "GET", "request_path": "api/legacy_orders/570eb049657269e1ee000028", "request_body": null, "request_headers": { }, "request_query_parameters": { }, "request_content_type": null, "response_status": 200, "response_status_text": "OK", "response_body": "{\n \"order\": {\n \"_id\": \"570eb049657269e1ee000028\",\n \"alternate_number\": \"O5678\",\n \"billing_address\": {\n \"_id\": \"570eb049657269e1ee00002b\",\n \"city\": \"Philadelphia\",\n \"company\": null,\n \"country\": \"US\",\n \"name\": \"Eric Pigeon\",\n \"phone_extension\": null,\n \"phone_number\": null,\n \"postal_code\": \"19106\",\n \"region\": \"PA\",\n \"street\": \"12 N. 3rd St\",\n \"street_2\": null\n },\n \"customer_number\": \"1234\",\n \"email\": \"epigeon@workarea.com\",\n \"items\": [\n {\n \"_id\": \"570eb049657269e1ee000029\",\n \"customizations\": null,\n \"details\": {\n \"size\": \"Medium\",\n \"color\": \"Charcoal\"\n },\n \"name\": \"City Pigeon - Medium\",\n \"price\": {\n \"cents\": 3200.0,\n \"currency_iso\": \"USD\"\n },\n \"quantity\": 2,\n \"sku\": \"1410411-025\"\n },\n {\n \"_id\": \"570eb049657269e1ee00002a\",\n \"customizations\": {\n \"line_1\": \"Eric\",\n \"line_2\": \"Rodriguez\",\n \"font_style\": \"Block\"\n },\n \"details\": {\n \"material\": \"Brass\"\n },\n \"name\": \"Brass Name Plate\",\n \"price\": {\n \"cents\": 1299.0,\n \"currency_iso\": \"USD\"\n },\n \"quantity\": 1,\n \"sku\": \"22370\"\n }\n ],\n \"number\": \"W1234\",\n \"placed_at\": \"2016-04-13T16:47:05.876-04:00\",\n \"shipping_address\": {\n \"_id\": \"570eb049657269e1ee00002c\",\n \"city\": \"Philadelphia\",\n \"company\": null,\n \"country\": \"US\",\n \"name\": \"Eric Pigeon\",\n \"phone_extension\": null,\n \"phone_number\": \"215.925.1800\",\n \"postal_code\": \"19106\",\n \"region\": \"PA\",\n \"street\": \"12 N. 3rd St\",\n \"street_2\": null\n },\n \"shipping_method\": \"USPS\",\n \"shipping_total\": {\n \"cents\": 599.0,\n \"currency_iso\": \"USD\"\n },\n \"status\": \"Shipped\",\n \"tax_total\": {\n \"cents\": 271.0,\n \"currency_iso\": \"USD\"\n },\n \"tenders\": [\n {\n \"_id\": \"570eb049657269e1ee00002d\",\n \"amount\": {\n \"cents\": 2500.0,\n \"currency_iso\": \"USD\"\n },\n \"expiration_month\": null,\n \"expiration_year\": null,\n \"number\": \"XXXX1234\",\n \"type\": \"Gift Card\"\n },\n {\n \"_id\": \"570eb049657269e1ee00002e\",\n \"amount\": {\n \"cents\": 2869.0,\n \"currency_iso\": \"USD\"\n },\n \"expiration_month\": \"12\",\n \"expiration_year\": \"2017\",\n \"number\": \"XXXXXXXXXXXX1111\",\n \"type\": \"VISA\"\n }\n ],\n \"total_price\": {\n \"cents\": 5369.0,\n \"currency_iso\": \"USD\"\n }\n }\n}", "response_headers": { "X-Frame-Options": "SAMEORIGIN", "X-XSS-Protection": "1; mode=block", "X-Content-Type-Options": "nosniff", "X-Flash-Messages": "{}", "Content-Type": "application/json; charset=utf-8", "ETag": "W/\"b8742075199035a314a10e3d14649084\"", "Cache-Control": "max-age=0, private, must-revalidate", "X-Request-Id": "d0e6ef12-24de-4236-9138-017b531ca5ba", "X-Runtime": "0.032740", "Content-Length": "1705" }, "response_content_type": "application/json; charset=utf-8", "curl": "curl \"https://user%40example.com:p@ssw0rd@www.example.comapi/legacy_orders/570eb049657269e1ee000028\" -X GET " } ] }