{"info":{"_postman_id":"f09fc69e-162f-42a1-adec-55dafe1ad562","name":"Snowflake Sample API","description":"<html><head></head><body><p>Sample API for Snowflake written in Python and using Flask for the sample app located in this GH repo <a href=\"https://github.com/jlacefie/sfguide-snowflake-python-api\">https://github.com/jlacefie/sfguide-snowflake-python-api</a></p>\n<p>Two sets of apis are available in this Sample API:<br>[1] root - provides a set of APIs built using the Snowflake Python Connector</p>\n<p>[2] /sqlapi - provides a set of APIs built using Snowflake's REST api</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"36644187","collectionId":"f09fc69e-162f-42a1-adec-55dafe1ad562","publishedId":"2sA3duGtDu","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-06-30T12:33:01.000Z"},"item":[{"name":"customer details by phone","id":"8bb69011-4106-4d25-a1e8-2fbb93570e2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/customer/details_by_phone?phone=23-145-909-1370","description":"<p><strong>Description</strong>: Retrieves customer detail information based on a simple phone number lookup</p>\n<p><strong>Endpoint</strong>: GET /customer/details_by_phone</p>\n","urlObject":{"protocol":"http","port":"5000","path":["customer","details_by_phone"],"host":["localhost"],"query":[{"description":{"content":"<p>customer phone number in format ##-###-###-####</p>\n","type":"text/plain"},"key":"phone","value":"23-145-909-1370"}],"variable":[]}},"response":[{"id":"687a8e62-d969-40c1-b635-edfa8900cbcd","name":"customer details by phone","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:5000/customer/details_by_phone?phone=23-145-909-1370","protocol":"http","host":["localhost"],"port":"5000","path":["customer","details_by_phone"],"query":[{"key":"phone","value":"23-145-909-1370","description":"customer phone number in format ##-###-###-####"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/3.0.1 Python/3.12.4"},{"key":"Date","value":"Sun, 30 Jun 2024 12:58:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"494"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"columnNames\": [\n            \"NAME\",\n            \"ACCOUNT_BALANCE\",\n            \"ADDRESS\",\n            \"NATION\",\n            \"REGION\",\n            \"PHONE\",\n            \"MARKET_SEGMENT\"\n        ],\n        \"rows\": [\n            {\n                \"ACCOUNT_BALANCE\": \"2557.66\",\n                \"ADDRESS\": \" UNazvuCXCzIQyvL,a7RGZDoluOuMU\",\n                \"MARKET_SEGMENT\": \"MACHINERY\",\n                \"NAME\": \"Customer#000030233\",\n                \"NATION\": \"JORDAN\",\n                \"PHONE\": \"23-145-909-1370\",\n                \"REGION\": \"MIDDLE EAST\"\n            }\n        ]\n    },\n    \"time_ms\": 273\n}"}],"_postman_id":"8bb69011-4106-4d25-a1e8-2fbb93570e2b"},{"name":"orders by phone","id":"f4cb9184-a534-4dcd-8c4d-5597828fbfa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/order/orders_by_cust_phone?phone=23-145-909-1370","description":"<p><strong>Description</strong>: Retrieves a list of order summaries by customer order based on a simple phone number lookup</p>\n<p><strong>Endpoint</strong>: GET /order/details_by_cust_phone</p>\n","urlObject":{"protocol":"http","port":"5000","path":["order","orders_by_cust_phone"],"host":["localhost"],"query":[{"description":{"content":"<p>customer phone number in format ##-###-###-####</p>\n","type":"text/plain"},"key":"phone","value":"23-145-909-1370"}],"variable":[]}},"response":[{"id":"151173b4-85b6-4f4d-abce-9bfaa6c2b66f","name":"orders by phone","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:5000/order/orders_by_cust_phone?phone=23-145-909-1370","protocol":"http","host":["localhost"],"port":"5000","path":["order","orders_by_cust_phone"],"query":[{"key":"phone","value":"23-145-909-1370","description":"customer phone number in format ##-###-###-####"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/3.0.1 Python/3.12.4"},{"key":"Date","value":"Sun, 30 Jun 2024 13:01:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1956"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"columnNames\": [\n            \"OKEY\",\n            \"CKEY\",\n            \"ORDERSTATUS\",\n            \"TOTALPRICE\",\n            \"CLERK\"\n        ],\n        \"rows\": [\n            {\n                \"CKEY\": 30233,\n                \"CLERK\": \"Clerk#000000193\",\n                \"OKEY\": 3158663,\n                \"ORDERSTATUS\": \"F\",\n                \"TOTALPRICE\": \"60338.16\"\n            },\n            {\n                \"CKEY\": 30233,\n                \"CLERK\": \"Clerk#000000460\",\n                \"OKEY\": 5953734,\n                \"ORDERSTATUS\": \"F\",\n                \"TOTALPRICE\": \"191417.41\"\n            },\n            {\n                \"CKEY\": 30233,\n                \"CLERK\": \"Clerk#000000841\",\n                \"OKEY\": 535655,\n                \"ORDERSTATUS\": \"F\",\n                \"TOTALPRICE\": \"130505.91\"\n            },\n            {\n                \"CKEY\": 30233,\n                \"CLERK\": \"Clerk#000000677\",\n                \"OKEY\": 866723,\n                \"ORDERSTATUS\": \"F\",\n                \"TOTALPRICE\": \"146238.49\"\n            },\n            {\n                \"CKEY\": 30233,\n                \"CLERK\": \"Clerk#000000657\",\n                \"OKEY\": 4783618,\n                \"ORDERSTATUS\": \"F\",\n                \"TOTALPRICE\": \"96200.39\"\n            },\n            {\n                \"CKEY\": 30233,\n                \"CLERK\": \"Clerk#000000542\",\n                \"OKEY\": 1679970,\n                \"ORDERSTATUS\": \"F\",\n                \"TOTALPRICE\": \"227734.29\"\n            },\n            {\n                \"CKEY\": 30233,\n                \"CLERK\": \"Clerk#000000821\",\n                \"OKEY\": 2865248,\n                \"ORDERSTATUS\": \"O\",\n                \"TOTALPRICE\": \"224922.87\"\n            },\n            {\n                \"CKEY\": 30233,\n                \"CLERK\": \"Clerk#000000315\",\n                \"OKEY\": 5254305,\n                \"ORDERSTATUS\": \"O\",\n                \"TOTALPRICE\": \"51559.38\"\n            },\n            {\n                \"CKEY\": 30233,\n                \"CLERK\": \"Clerk#000000079\",\n                \"OKEY\": 2187909,\n                \"ORDERSTATUS\": \"O\",\n                \"TOTALPRICE\": \"269115.58\"\n            },\n            {\n                \"CKEY\": 30233,\n                \"CLERK\": \"Clerk#000000101\",\n                \"OKEY\": 1484834,\n                \"ORDERSTATUS\": \"O\",\n                \"TOTALPRICE\": \"44940.61\"\n            },\n            {\n                \"CKEY\": 30233,\n                \"CLERK\": \"Clerk#000000604\",\n                \"OKEY\": 2066855,\n                \"ORDERSTATUS\": \"O\",\n                \"TOTALPRICE\": \"31016.13\"\n            }\n        ]\n    },\n    \"time_ms\": 555\n}"}],"_postman_id":"f4cb9184-a534-4dcd-8c4d-5597828fbfa5"},{"name":"order details by order key","id":"76b94bf9-533f-4a5a-957a-efcdf8537848","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/order/details_by_orderkey?okey=5953734","description":"<p>Retrieves the line item details of an individual order based on a simple order key lookup</p>\n<p><strong>Endpoint</strong>: GET /order/details_by_orderkey</p>\n","urlObject":{"protocol":"http","port":"5000","path":["order","details_by_orderkey"],"host":["localhost"],"query":[{"description":{"content":"<p>order key returned by the orders by phone API</p>\n","type":"text/plain"},"key":"okey","value":"5953734"}],"variable":[]}},"response":[{"id":"7ccf2659-0861-45da-9c80-343cd0c68321","name":"order details by order key","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:5000/order/details_by_orderkey?okey=5953734","protocol":"http","host":["localhost"],"port":"5000","path":["order","details_by_orderkey"],"query":[{"key":"okey","value":"5953734","description":"order key returned by the orders by phone API"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/3.0.1 Python/3.12.4"},{"key":"Date","value":"Sun, 30 Jun 2024 13:04:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3536"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"columnNames\": [\n            \"OKEY\",\n            \"CKEY\",\n            \"ORDERSTATUS\",\n            \"TOTALPRIVE\",\n            \"CLERK\",\n            \"LINENUMBER\",\n            \"LINESTATUS\",\n            \"QUANTITY\",\n            \"EPRICE\",\n            \"TAX\",\n            \"SHIPDATE\",\n            \"SHIPINSTR\",\n            \"SHIPMODE\",\n            \"RETURNFLAG\",\n            \"PARTNAME\",\n            \"BRAND\",\n            \"MFGR\",\n            \"SIZE\",\n            \"TYPE\"\n        ],\n        \"rows\": [\n            {\n                \"BRAND\": \"Brand#21\",\n                \"CKEY\": 30233,\n                \"CLERK\": \"Clerk#000000460\",\n                \"EPRICE\": \"82980.00\",\n                \"LINENUMBER\": 1,\n                \"LINESTATUS\": \"F\",\n                \"MFGR\": \"Manufacturer#2\",\n                \"OKEY\": 5953734,\n                \"ORDERSTATUS\": \"F\",\n                \"PARTNAME\": \"navajo sky chocolate gainsboro moccasin\",\n                \"QUANTITY\": \"50.00\",\n                \"RETURNFLAG\": \"A\",\n                \"SHIPDATE\": \"Sun, 24 May 1992 00:00:00 GMT\",\n                \"SHIPINSTR\": \"TAKE BACK RETURN\",\n                \"SHIPMODE\": \"REG AIR\",\n                \"SIZE\": 1,\n                \"TAX\": \"0.05\",\n                \"TOTALPRIVE\": \"191417.41\",\n                \"TYPE\": \"STANDARD BURNISHED BRASS\"\n            },\n            {\n                \"BRAND\": \"Brand#25\",\n                \"CKEY\": 30233,\n                \"CLERK\": \"Clerk#000000460\",\n                \"EPRICE\": \"40771.41\",\n                \"LINENUMBER\": 2,\n                \"LINESTATUS\": \"F\",\n                \"MFGR\": \"Manufacturer#2\",\n                \"OKEY\": 5953734,\n                \"ORDERSTATUS\": \"F\",\n                \"PARTNAME\": \"black blush red chartreuse goldenrod\",\n                \"QUANTITY\": \"23.00\",\n                \"RETURNFLAG\": \"R\",\n                \"SHIPDATE\": \"Mon, 24 Feb 1992 00:00:00 GMT\",\n                \"SHIPINSTR\": \"DELIVER IN PERSON\",\n                \"SHIPMODE\": \"FOB\",\n                \"SIZE\": 25,\n                \"TAX\": \"0.08\",\n                \"TOTALPRIVE\": \"191417.41\",\n                \"TYPE\": \"STANDARD POLISHED NICKEL\"\n            },\n            {\n                \"BRAND\": \"Brand#31\",\n                \"CKEY\": 30233,\n                \"CLERK\": \"Clerk#000000460\",\n                \"EPRICE\": \"12452.99\",\n                \"LINENUMBER\": 3,\n                \"LINESTATUS\": \"F\",\n                \"MFGR\": \"Manufacturer#3\",\n                \"OKEY\": 5953734,\n                \"ORDERSTATUS\": \"F\",\n                \"PARTNAME\": \"azure coral dim deep lace\",\n                \"QUANTITY\": \"11.00\",\n                \"RETURNFLAG\": \"A\",\n                \"SHIPDATE\": \"Wed, 04 Mar 1992 00:00:00 GMT\",\n                \"SHIPINSTR\": \"DELIVER IN PERSON\",\n                \"SHIPMODE\": \"SHIP\",\n                \"SIZE\": 29,\n                \"TAX\": \"0.08\",\n                \"TOTALPRIVE\": \"191417.41\",\n                \"TYPE\": \"LARGE ANODIZED NICKEL\"\n            },\n            {\n                \"BRAND\": \"Brand#31\",\n                \"CKEY\": 30233,\n                \"CLERK\": \"Clerk#000000460\",\n                \"EPRICE\": \"20083.36\",\n                \"LINENUMBER\": 4,\n                \"LINESTATUS\": \"F\",\n                \"MFGR\": \"Manufacturer#3\",\n                \"OKEY\": 5953734,\n                \"ORDERSTATUS\": \"F\",\n                \"PARTNAME\": \"sienna turquoise lime peach dim\",\n                \"QUANTITY\": \"11.00\",\n                \"RETURNFLAG\": \"R\",\n                \"SHIPDATE\": \"Thu, 28 May 1992 00:00:00 GMT\",\n                \"SHIPINSTR\": \"COLLECT COD\",\n                \"SHIPMODE\": \"MAIL\",\n                \"SIZE\": 46,\n                \"TAX\": \"0.06\",\n                \"TOTALPRIVE\": \"191417.41\",\n                \"TYPE\": \"MEDIUM BURNISHED TIN\"\n            },\n            {\n                \"BRAND\": \"Brand#43\",\n                \"CKEY\": 30233,\n                \"CLERK\": \"Clerk#000000460\",\n                \"EPRICE\": \"33359.43\",\n                \"LINENUMBER\": 5,\n                \"LINESTATUS\": \"F\",\n                \"MFGR\": \"Manufacturer#4\",\n                \"OKEY\": 5953734,\n                \"ORDERSTATUS\": \"F\",\n                \"PARTNAME\": \"dark slate peach navajo brown\",\n                \"QUANTITY\": \"23.00\",\n                \"RETURNFLAG\": \"A\",\n                \"SHIPDATE\": \"Sat, 09 May 1992 00:00:00 GMT\",\n                \"SHIPINSTR\": \"TAKE BACK RETURN\",\n                \"SHIPMODE\": \"SHIP\",\n                \"SIZE\": 27,\n                \"TAX\": \"0.07\",\n                \"TOTALPRIVE\": \"191417.41\",\n                \"TYPE\": \"SMALL BRUSHED TIN\"\n            }\n        ]\n    },\n    \"time_ms\": 322\n}"}],"_postman_id":"76b94bf9-533f-4a5a-957a-efcdf8537848"},{"name":"sqlapi/customer details by phone","id":"c37b7278-9cfe-4f6b-ba29-ea4e4ffd47d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/sqlapi/customer/details_by_phone?phone=23-145-909-1370","description":"<p><strong>Description</strong>: Retrieves customer detail information based on a simple phone number lookup</p>\n<p><strong>Endpoint</strong>: GET sqlapi/customer/details_by_phone</p>\n","urlObject":{"protocol":"http","port":"5000","path":["sqlapi","customer","details_by_phone"],"host":["localhost"],"query":[{"description":{"content":"<p>customer phone number in format ##-###-###-####</p>\n","type":"text/plain"},"key":"phone","value":"23-145-909-1370"}],"variable":[]}},"response":[{"id":"46a9a736-a370-475c-b918-80fab7303e94","name":"sqlapi/customer details by phone","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:5000/sqlapi/customer/details_by_phone?phone=23-145-909-1370","protocol":"http","host":["localhost"],"port":"5000","path":["sqlapi","customer","details_by_phone"],"query":[{"key":"phone","value":"23-145-909-1370","description":"customer phone number in format ##-###-###-####"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/3.0.1 Python/3.12.4"},{"key":"Date","value":"Sun, 30 Jun 2024 13:05:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"217"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        [\n            \"Customer#000030233\",\n            \"2557.66\",\n            \" UNazvuCXCzIQyvL,a7RGZDoluOuMU\",\n            \"JORDAN\",\n            \"MIDDLE EAST\",\n            \"23-145-909-1370\",\n            \"MACHINERY\"\n        ]\n    ],\n    \"time_ms\": 320\n}"}],"_postman_id":"c37b7278-9cfe-4f6b-ba29-ea4e4ffd47d7"},{"name":"sqlapi/orders by phone","id":"95065b45-ecae-4538-adee-69845f5deab9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/sqlapi/order/orders_by_cust_phone?phone=23-145-909-1370","description":"<p><strong>Description</strong>: Retrieves a list of order summaries by customer order based on a simple phone number lookup</p>\n<p><strong>Endpoint</strong>: GET sqlapi/order/details_by_cust_phone</p>\n","urlObject":{"protocol":"http","port":"5000","path":["sqlapi","order","orders_by_cust_phone"],"host":["localhost"],"query":[{"description":{"content":"<p>customer phone number in format ##-###-###-####</p>\n","type":"text/plain"},"key":"phone","value":"23-145-909-1370"}],"variable":[]}},"response":[{"id":"7fabaf7f-3cfb-497a-a1d2-b624bab72c93","name":"sqlapi/orders by phone","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:5000/sqlapi/order/orders_by_cust_phone?phone=23-145-909-1370","protocol":"http","host":["localhost"],"port":"5000","path":["sqlapi","order","orders_by_cust_phone"],"query":[{"key":"phone","value":"23-145-909-1370","description":"customer phone number in format ##-###-###-####"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/3.0.1 Python/3.12.4"},{"key":"Date","value":"Sun, 30 Jun 2024 13:05:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1121"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        [\n            \"3158663\",\n            \"30233\",\n            \"F\",\n            \"60338.16\",\n            \"Clerk#000000193\"\n        ],\n        [\n            \"5953734\",\n            \"30233\",\n            \"F\",\n            \"191417.41\",\n            \"Clerk#000000460\"\n        ],\n        [\n            \"535655\",\n            \"30233\",\n            \"F\",\n            \"130505.91\",\n            \"Clerk#000000841\"\n        ],\n        [\n            \"866723\",\n            \"30233\",\n            \"F\",\n            \"146238.49\",\n            \"Clerk#000000677\"\n        ],\n        [\n            \"4783618\",\n            \"30233\",\n            \"F\",\n            \"96200.39\",\n            \"Clerk#000000657\"\n        ],\n        [\n            \"1679970\",\n            \"30233\",\n            \"F\",\n            \"227734.29\",\n            \"Clerk#000000542\"\n        ],\n        [\n            \"2865248\",\n            \"30233\",\n            \"O\",\n            \"224922.87\",\n            \"Clerk#000000821\"\n        ],\n        [\n            \"5254305\",\n            \"30233\",\n            \"O\",\n            \"51559.38\",\n            \"Clerk#000000315\"\n        ],\n        [\n            \"2187909\",\n            \"30233\",\n            \"O\",\n            \"269115.58\",\n            \"Clerk#000000079\"\n        ],\n        [\n            \"1484834\",\n            \"30233\",\n            \"O\",\n            \"44940.61\",\n            \"Clerk#000000101\"\n        ],\n        [\n            \"2066855\",\n            \"30233\",\n            \"O\",\n            \"31016.13\",\n            \"Clerk#000000604\"\n        ]\n    ],\n    \"time_ms\": 216\n}"}],"_postman_id":"95065b45-ecae-4538-adee-69845f5deab9"},{"name":"sqlapi/order details by order key","id":"6bf4e389-b9bc-4f0d-b793-54159a659184","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/sqlapi/order/details_by_orderkey?okey=5953734","description":"<p>Retrieves the line item details of an individual order based on a simple order key lookup</p>\n<p><strong>Endpoint</strong>: GET sqlapi//order/details_by_orderkey</p>\n","urlObject":{"protocol":"http","port":"5000","path":["sqlapi","order","details_by_orderkey"],"host":["localhost"],"query":[{"description":{"content":"<p>order key returned by the orders by phone API</p>\n","type":"text/plain"},"key":"okey","value":"5953734"}],"variable":[]}},"response":[{"id":"127134ee-ff74-43ef-be58-3d3133e48735","name":"sqlapi/order details by order key","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:5000/sqlapi/order/details_by_orderkey?okey=5953734","protocol":"http","host":["localhost"],"port":"5000","path":["sqlapi","order","details_by_orderkey"],"query":[{"key":"okey","value":"5953734","description":"order key returned by the orders by phone API"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/3.0.1 Python/3.12.4"},{"key":"Date","value":"Sun, 30 Jun 2024 13:05:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1838"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        [\n            \"5953734\",\n            \"30233\",\n            \"F\",\n            \"191417.41\",\n            \"Clerk#000000460\",\n            \"1\",\n            \"F\",\n            \"50.00\",\n            \"82980.00\",\n            \"0.05\",\n            \"8179\",\n            \"TAKE BACK RETURN\",\n            \"REG AIR\",\n            \"A\",\n            \"navajo sky chocolate gainsboro moccasin\",\n            \"Brand#21\",\n            \"Manufacturer#2\",\n            \"1\",\n            \"STANDARD BURNISHED BRASS\"\n        ],\n        [\n            \"5953734\",\n            \"30233\",\n            \"F\",\n            \"191417.41\",\n            \"Clerk#000000460\",\n            \"2\",\n            \"F\",\n            \"23.00\",\n            \"40771.41\",\n            \"0.08\",\n            \"8089\",\n            \"DELIVER IN PERSON\",\n            \"FOB\",\n            \"R\",\n            \"black blush red chartreuse goldenrod\",\n            \"Brand#25\",\n            \"Manufacturer#2\",\n            \"25\",\n            \"STANDARD POLISHED NICKEL\"\n        ],\n        [\n            \"5953734\",\n            \"30233\",\n            \"F\",\n            \"191417.41\",\n            \"Clerk#000000460\",\n            \"3\",\n            \"F\",\n            \"11.00\",\n            \"12452.99\",\n            \"0.08\",\n            \"8098\",\n            \"DELIVER IN PERSON\",\n            \"SHIP\",\n            \"A\",\n            \"azure coral dim deep lace\",\n            \"Brand#31\",\n            \"Manufacturer#3\",\n            \"29\",\n            \"LARGE ANODIZED NICKEL\"\n        ],\n        [\n            \"5953734\",\n            \"30233\",\n            \"F\",\n            \"191417.41\",\n            \"Clerk#000000460\",\n            \"4\",\n            \"F\",\n            \"11.00\",\n            \"20083.36\",\n            \"0.06\",\n            \"8183\",\n            \"COLLECT COD\",\n            \"MAIL\",\n            \"R\",\n            \"sienna turquoise lime peach dim\",\n            \"Brand#31\",\n            \"Manufacturer#3\",\n            \"46\",\n            \"MEDIUM BURNISHED TIN\"\n        ],\n        [\n            \"5953734\",\n            \"30233\",\n            \"F\",\n            \"191417.41\",\n            \"Clerk#000000460\",\n            \"5\",\n            \"F\",\n            \"23.00\",\n            \"33359.43\",\n            \"0.07\",\n            \"8164\",\n            \"TAKE BACK RETURN\",\n            \"SHIP\",\n            \"A\",\n            \"dark slate peach navajo brown\",\n            \"Brand#43\",\n            \"Manufacturer#4\",\n            \"27\",\n            \"SMALL BRUSHED TIN\"\n        ]\n    ],\n    \"time_ms\": 279\n}"}],"_postman_id":"6bf4e389-b9bc-4f0d-b793-54159a659184"}]}