tailored-etsy 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. data/.gitignore +8 -0
  2. data/.travis.yml +8 -0
  3. data/Gemfile +3 -0
  4. data/LICENSE +9 -0
  5. data/README.md +280 -0
  6. data/Rakefile +12 -0
  7. data/etsy.gemspec +28 -0
  8. data/lib/etsy.rb +172 -0
  9. data/lib/etsy/address.rb +47 -0
  10. data/lib/etsy/basic_client.rb +26 -0
  11. data/lib/etsy/category.rb +84 -0
  12. data/lib/etsy/country.rb +27 -0
  13. data/lib/etsy/image.rb +34 -0
  14. data/lib/etsy/listing.rb +178 -0
  15. data/lib/etsy/model.rb +123 -0
  16. data/lib/etsy/payment_template.rb +33 -0
  17. data/lib/etsy/profile.rb +49 -0
  18. data/lib/etsy/request.rb +148 -0
  19. data/lib/etsy/response.rb +112 -0
  20. data/lib/etsy/section.rb +16 -0
  21. data/lib/etsy/secure_client.rb +128 -0
  22. data/lib/etsy/shipping_template.rb +32 -0
  23. data/lib/etsy/shop.rb +83 -0
  24. data/lib/etsy/transaction.rb +18 -0
  25. data/lib/etsy/user.rb +91 -0
  26. data/lib/etsy/verification_request.rb +17 -0
  27. data/lib/etsy/version.rb +3 -0
  28. data/test/fixtures/address/getUserAddresses.json +12 -0
  29. data/test/fixtures/category/findAllSubCategoryChildren.json +78 -0
  30. data/test/fixtures/category/findAllTopCategory.json +347 -0
  31. data/test/fixtures/category/findAllTopCategory.single.json +18 -0
  32. data/test/fixtures/category/findAllTopCategoryChildren.json +308 -0
  33. data/test/fixtures/category/getCategory.multiple.json +28 -0
  34. data/test/fixtures/category/getCategory.single.json +18 -0
  35. data/test/fixtures/country/getCountry.json +1 -0
  36. data/test/fixtures/image/findAllListingImages.json +102 -0
  37. data/test/fixtures/listing/findAllListingActive.category.json +827 -0
  38. data/test/fixtures/listing/findAllShopListings.json +69 -0
  39. data/test/fixtures/listing/getListing.multiple.json +1 -0
  40. data/test/fixtures/listing/getListing.single.json +1 -0
  41. data/test/fixtures/payment_template/getPaymentTemplate.json +1 -0
  42. data/test/fixtures/profile/new.json +28 -0
  43. data/test/fixtures/section/getShopSection.json +18 -0
  44. data/test/fixtures/shipping_template/getShippingTemplate.json +1 -0
  45. data/test/fixtures/shop/findAllShop.json +1 -0
  46. data/test/fixtures/shop/findAllShop.single.json +1 -0
  47. data/test/fixtures/shop/getShop.multiple.json +1 -0
  48. data/test/fixtures/shop/getShop.single.json +33 -0
  49. data/test/fixtures/transaction/findAllShopTransactions.json +1 -0
  50. data/test/fixtures/user/getUser.multiple.json +29 -0
  51. data/test/fixtures/user/getUser.single.json +13 -0
  52. data/test/fixtures/user/getUser.single.private.json +18 -0
  53. data/test/fixtures/user/getUser.single.withProfile.json +38 -0
  54. data/test/fixtures/user/getUser.single.withShops.json +41 -0
  55. data/test/test_helper.rb +44 -0
  56. data/test/unit/etsy/address_test.rb +61 -0
  57. data/test/unit/etsy/basic_client_test.rb +28 -0
  58. data/test/unit/etsy/category_test.rb +106 -0
  59. data/test/unit/etsy/country_test.rb +64 -0
  60. data/test/unit/etsy/image_test.rb +43 -0
  61. data/test/unit/etsy/listing_test.rb +217 -0
  62. data/test/unit/etsy/model_test.rb +64 -0
  63. data/test/unit/etsy/payment_template_test.rb +68 -0
  64. data/test/unit/etsy/profile_test.rb +111 -0
  65. data/test/unit/etsy/request_test.rb +192 -0
  66. data/test/unit/etsy/response_test.rb +164 -0
  67. data/test/unit/etsy/section_test.rb +28 -0
  68. data/test/unit/etsy/secure_client_test.rb +132 -0
  69. data/test/unit/etsy/shipping_template_test.rb +24 -0
  70. data/test/unit/etsy/shop_test.rb +104 -0
  71. data/test/unit/etsy/transaction_test.rb +52 -0
  72. data/test/unit/etsy/user_test.rb +218 -0
  73. data/test/unit/etsy/verification_request_test.rb +26 -0
  74. data/test/unit/etsy_test.rb +114 -0
  75. metadata +269 -0
@@ -0,0 +1,69 @@
1
+ {
2
+ "count": 23,
3
+ "results": [{
4
+ "listing_id": 59495892,
5
+ "state": "active",
6
+ "user_id": 5327518,
7
+ "title": "initials carved into tree love stamp",
8
+ "description": "there! our initials are now carved deeply into this rough tree bark of memory",
9
+ "creation_tsz": 1287602289,
10
+ "ending_tsz": 1298178000,
11
+ "original_creation_tsz": 1287602289,
12
+ "last_modified_tsz": 1287602289,
13
+ "price": "15.00",
14
+ "currency_code": "USD",
15
+ "quantity": 1,
16
+ "tags": ["tag_1", "tag_2"],
17
+ "materials": ["material_1", "material_2"],
18
+ "shop_section_id": 6061498,
19
+ "featured_rank": null,
20
+ "state_tsz": 1287602289,
21
+ "hue": 0,
22
+ "saturation": 0,
23
+ "brightness": 100,
24
+ "is_black_and_white": false,
25
+ "url": "http://www.etsy.com/listing/59495892/initials-carved-into-tree-love-stamp",
26
+ "views": 37
27
+ },
28
+ {
29
+ "listing_id": 59495804,
30
+ "state": "active",
31
+ "user_id": 5327518,
32
+ "title": "faux bois heart hand carved stamp",
33
+ "description": "a cute wood grain heart shaped stamp...perfect for sealing love notes to pass between you and your sweet one!rnrn* also lovely for stamping you + your loved one's initials and/or special date on top of this stamped image- it makes a lovely wedding/anniversary/valentine stamp!rnrn...rnrnhand carved stamp lovingly carved on a highly durable, pink color eraser-like material that will not crack or crumble.rnrnfoam mounted on an approx. 2.5 x 2.25 inch wooden heart.rnrndue to the nature of hand-carving, each will vary.rnrn...rnrnthis is a single listing for one faux bois heart hand carved stamp. ",
34
+ "creation_tsz": 1287602258,
35
+ "ending_tsz": 1298178000,
36
+ "original_creation_tsz": 1287602258,
37
+ "last_modified_tsz": 1287628499,
38
+ "price": "15.00",
39
+ "currency_code": "USD",
40
+ "quantity": 2,
41
+ "tags": ["supplies", "handmade", "hand_carved", "rubber_stamp", "heart", "faux_bois", "love", "wood", "wood_grain", "valentine", "wedding", "relationship", "sweet", "anniversary"],
42
+ "materials": ["lino_cutters", "speedball_speedy_carve_block", "xacto_knife", "tracing_papers", "pencil", "ink", "wood", "foam_mounting_medium"],
43
+ "shop_section_id": null,
44
+ "featured_rank": null,
45
+ "state_tsz": 1287602258,
46
+ "hue": 0,
47
+ "saturation": 0,
48
+ "brightness": 100,
49
+ "is_black_and_white": false,
50
+ "url": "http://www.etsy.com/listing/59495804/faux-bois-heart-hand-carved-stamp",
51
+ "views": 78
52
+ }],
53
+ "params": {
54
+ "limit": "2",
55
+ "offset": 0,
56
+ "shop_id": "littletjane",
57
+ "keywords": null,
58
+ "sort_on": "created",
59
+ "sort_order": "down",
60
+ "min_price": null,
61
+ "max_price": null,
62
+ "color": null,
63
+ "color_accuracy": 0,
64
+ "tags": null,
65
+ "materials": null,
66
+ "category": null
67
+ },
68
+ "type": "Listing"
69
+ }
@@ -0,0 +1 @@
1
+ {"count":2,"results":[{"listing_id":59759273,"state":"active","user_id":7301949,"title":"Vinyl Wall Art Decal -- Multi-colored Flowers Set","description":"The listing is for a beautiful set of multi-colored flowers, colors as shown in the picture.\r\n\r\nExclusive design only from OrqueShaw's walldecors! you won't find this anywhere else on etsy!\r\n\r\nHeights of the 4 large flowers: 52in\/37in\/29in\/26in.\r\n\r\nAll of our decals are computer die-cut, there are no "edges" nor "backgrounds", all you will get is the lovely image! and after applying they will look like they are stenciled on with paint!\r\n\r\nuggested install areas: Walls, Mirrors, Metals, Woods, Plastic...Lightly textured surfaces would be just fine! \r\n\r\n\r\n\r\n\r\nABOUT US AND OUR BEAUTIFUL DECALS:\r\n\r\nWe want to transform your walls....and your lives.\r\nDid you know that you can save literally hundreds of dollars designing your own interior space? Seriously, got bored of painting walls,using stencils, applying borders, and putting up wallpapers?? Using our super convenient n' simply gorgeous wall art decals is a very cool and a great way to make a room shine (or to change a room) w\/out damaging your walls or the bank! great alternative to wall paper or a head board, and without any of the mess and hassle involved with painting. Especially nice if you rent and cannot paint your walls, You can even take your wall decals to work and redesign your office or cubical. Easy to apply even for the creative or somewhat domestically challenged . We carry a variety of colors, styles and themes which you could use to decorate every room for anyone in the family!\r\n\r\nOur wall art decals are hand made, they are easy and fun to install.These wall stickers affix on most smooth surfaces and can be removed without leaving any residues. Complete and simple step-by-step instructions are included with your order. \r\n\r\n\r\nSHIPPING:\r\n\r\n*We combine shipping for multiple purchases!\r\n\r\n*Orders usually ship within 2 business days after the clear of payment. \r\n\r\n*All of our shipments are packed in 3 ply spiral wound mailing tubes to ensure the maximum protection during deliveries.\r\n\r\n*Shipping rates: $9.75 for US and Canada $16.75 for other countries.\r\n\r\n*2-7 business days for shipping in Canada, 6-12 business days for shipping to US and other countries, we are not responsible for the delays caused by the custom clearance.\r\n\r\n*Faster delivery options are available upon request.\r\n\r\n*We ship worldwide except the following places: Africa, China, South & North Korea, Italy, Republic Of Serbia, Turkmenistan and Republic Of Montenegro.\r\n\r\n\r\nPAYMENT:\r\n\r\n*Please remit payment within 3 days. Your product will not be shipped until payment is received. Thank you!\r\n\r\n*If you are not 100% satisfied with your purchase, please return the item in its original condition(unopened) within 30 days of delivery of your shipment. Please note that we cannot accept the returns of opened items or items returned more than 30 days past delivery, shipping cost is not refundable and buyers are responsible for the return shipping fees at any case. \r\n","creation_tsz":1288738828,"ending_tsz":1299042000,"original_creation_tsz":1287867280,"last_modified_tsz":1288738828,"price":"42.00","currency_code":"USD","quantity":1,"tags":["children","wallpaper_graphic","nursery_playroom","red_orange_pink","green_lime_color","furniture","office_room","bedroom_bathroom","nature_garden","girl_boy_baby","everything_else","cheersandtears","front_page","soft_colors"],"materials":["self_adhesive_vinyl","decal_transfer_paper"],"shop_section_id":6489554,"featured_rank":null,"state_tsz":1288738828,"hue":0,"saturation":0,"brightness":100,"is_black_and_white":false,"url":"http:\/\/www.etsy.com\/listing\/59759273\/vinyl-wall-art-decal-multi-colored","views":202,"num_favorers":5},{"listing_id":33133147,"state":"active","user_id":6399616,"title":"Sketch","description":"Sketch is not your typical run-of-the mill\r\nguy. He is completely self-effacing, but\r\nnot annoyingly so. He draws little scketches\r\nof himself in his notes, in the sand, in the tree,\r\nanywhere really. He even has an embroidered \r\ntattoo of himself on his chest.\r\nTake him home and he will teach you to see \r\nthe lighter side of life. \r\n\r\nHe stands approximately 10 1\/2" tall and 6 1\/2" wide.\r\n\r\n\r\n\r\n","creation_tsz":1287443905,"ending_tsz":1298005200,"original_creation_tsz":1256319445,"last_modified_tsz":1288933827,"price":"34.00","currency_code":"USD","quantity":1,"tags":["children","baby","toy","plush","boy"],"materials":["polyester_stuffing","polyester_thread","cotton_fabric","wool_felt_blend","cotton_embroidery_floss"],"shop_section_id":5861494,"featured_rank":null,"state_tsz":1288933827,"hue":0,"saturation":0,"brightness":100,"is_black_and_white":false,"url":"http:\/\/www.etsy.com\/listing\/33133147\/sketch","views":146,"num_favorers":1}],"params":{"listing_id":"59759273,33133147"},"type":"Listing"}
@@ -0,0 +1 @@
1
+ {"count":1,"results":[{"listing_id":59759273,"state":"active","user_id":7301949,"title":"Vinyl Wall Art Decal -- Multi-colored Flowers Set","description":"The listing is for a beautiful set of multi-colored flowers, colors as shown in the picture.\r\n\r\nExclusive design only from OrqueShaw's walldecors! you won't find this anywhere else on etsy!\r\n\r\nHeights of the 4 large flowers: 52in\/37in\/29in\/26in.\r\n\r\nAll of our decals are computer die-cut, there are no "edges" nor "backgrounds", all you will get is the lovely image! and after applying they will look like they are stenciled on with paint!\r\n\r\nuggested install areas: Walls, Mirrors, Metals, Woods, Plastic...Lightly textured surfaces would be just fine! \r\n\r\n\r\n\r\n\r\nABOUT US AND OUR BEAUTIFUL DECALS:\r\n\r\nWe want to transform your walls....and your lives.\r\nDid you know that you can save literally hundreds of dollars designing your own interior space? Seriously, got bored of painting walls,using stencils, applying borders, and putting up wallpapers?? Using our super convenient n' simply gorgeous wall art decals is a very cool and a great way to make a room shine (or to change a room) w\/out damaging your walls or the bank! great alternative to wall paper or a head board, and without any of the mess and hassle involved with painting. Especially nice if you rent and cannot paint your walls, You can even take your wall decals to work and redesign your office or cubical. Easy to apply even for the creative or somewhat domestically challenged . We carry a variety of colors, styles and themes which you could use to decorate every room for anyone in the family!\r\n\r\nOur wall art decals are hand made, they are easy and fun to install.These wall stickers affix on most smooth surfaces and can be removed without leaving any residues. Complete and simple step-by-step instructions are included with your order. \r\n\r\n\r\nSHIPPING:\r\n\r\n*We combine shipping for multiple purchases!\r\n\r\n*Orders usually ship within 2 business days after the clear of payment. \r\n\r\n*All of our shipments are packed in 3 ply spiral wound mailing tubes to ensure the maximum protection during deliveries.\r\n\r\n*Shipping rates: $9.75 for US and Canada $16.75 for other countries.\r\n\r\n*2-7 business days for shipping in Canada, 6-12 business days for shipping to US and other countries, we are not responsible for the delays caused by the custom clearance.\r\n\r\n*Faster delivery options are available upon request.\r\n\r\n*We ship worldwide except the following places: Africa, China, South & North Korea, Italy, Republic Of Serbia, Turkmenistan and Republic Of Montenegro.\r\n\r\n\r\nPAYMENT:\r\n\r\n*Please remit payment within 3 days. Your product will not be shipped until payment is received. Thank you!\r\n\r\n*If you are not 100% satisfied with your purchase, please return the item in its original condition(unopened) within 30 days of delivery of your shipment. Please note that we cannot accept the returns of opened items or items returned more than 30 days past delivery, shipping cost is not refundable and buyers are responsible for the return shipping fees at any case. \r\n","creation_tsz":1288738828,"ending_tsz":1299042000,"original_creation_tsz":1287867280,"last_modified_tsz":1288738828,"price":"42.00","currency_code":"USD","quantity":1,"tags":["children","wallpaper_graphic","nursery_playroom","red_orange_pink","green_lime_color","furniture","office_room","bedroom_bathroom","nature_garden","girl_boy_baby","everything_else","cheersandtears","front_page","soft_colors"],"materials":["self_adhesive_vinyl","decal_transfer_paper"],"shop_section_id":6489554,"featured_rank":null,"state_tsz":1288738828,"hue":0,"saturation":0,"brightness":100,"is_black_and_white":false,"url":"http:\/\/www.etsy.com\/listing\/59759273\/vinyl-wall-art-decal-multi-colored","views":178,"num_favorers":5}],"params":{"listing_id":"59759273"},"type":"Listing"}
@@ -0,0 +1 @@
1
+ {"count":1,"results":[{"payment_template_id":51,"allow_bt":false,"allow_check":false,"allow_mo":false,"allow_other":true,"allow_paypal":true,"allow_cc":false,"paypal_email":"user@example.com","name":"Example Template","first_line":null,"second_line":null,"city":"Chicago","state":"IL","zip":"60605","country_id":4,"user_id":14888443,"listing_payment_id":51}],"params":{"payment_template_id":"51"},"type":"PaymentTemplate","pagination":{}}
@@ -0,0 +1,28 @@
1
+ {
2
+ "count":1,
3
+ "results":{
4
+ "user_profile_id":123,
5
+ "user_id":5327518,
6
+ "login_name":"littletjane",
7
+ "bio":"I make stuff",
8
+ "gender":"female",
9
+ "birth_month":"01",
10
+ "birth_day":"01",
11
+ "birth_year":"1970",
12
+ "join_tsz":1225392413,
13
+ "materials":"",
14
+ "country_id":209,
15
+ "city":"BigCity",
16
+ "region":"The Desert",
17
+ "location":"HQ",
18
+ "avatar_id":345,
19
+ "lat":39.5304,
20
+ "lon":-119.8144,
21
+ "transaction_buy_count":19,
22
+ "transaction_sold_count":16,
23
+ "is_seller":true,
24
+ "image_url_75x75":"some_image.jpg",
25
+ "first_name":"Tinker",
26
+ "last_name":"Bell"
27
+ }
28
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "count":1,
3
+ "results":[
4
+ {
5
+ "shop_section_id":11045327,
6
+ "title":"Blue Items",
7
+ "rank":3,
8
+ "user_id":9569349,
9
+ "active_listing_count":7
10
+ }
11
+ ],
12
+ "params":{
13
+ "shop_id":"6441123",
14
+ "shop_section_id":"11045327"
15
+ },
16
+ "type":"ShopSection",
17
+ "pagination":{}
18
+ }
@@ -0,0 +1 @@
1
+ {"count":1,"results":[{"shipping_template_id":212,"title":"Small Items","user_id":14888443}],"params":{"shipping_template_id":"212"},"type":"ShippingTemplate","pagination":{}}
@@ -0,0 +1 @@
1
+ {"count":50100,"results":[{"shop_id":5008420,"user_id":5631278,"creation_tsz":1203343552,"shop_name":"boutiqueviolet","title":"gingham girl","announcement":"","currency_code":"USD","is_vacation":false,"vacation_message":null,"sale_message":"","last_updated_tsz":1210703454,"listing_active_count":0,"login_name":"boutiqueviolet","alchemy_message":null,"is_refusing_alchemy":true,"policy_welcome":null,"policy_payment":null,"policy_shipping":null,"policy_refunds":null,"policy_additional":null,"policy_updated_tsz":1281542473,"vacation_autoreply":null,"image_url_760x100":"http:\/\/ny-image1.etsy.com\/iusb_760x100.5410789.jpg"},{"shop_id":5013693,"user_id":6315636,"creation_tsz":1223330650,"shop_name":"CharliesJems","title":"Charlie's J-em's","announcement":"There will be some great things comming soon. Just waiting on pictuers fo items.","currency_code":"USD","is_vacation":false,"vacation_message":null,"sale_message":"","last_updated_tsz":1223497646,"listing_active_count":0,"login_name":"CharliesJems","alchemy_message":null,"is_refusing_alchemy":true,"policy_welcome":null,"policy_payment":null,"policy_shipping":null,"policy_refunds":null,"policy_additional":null,"policy_updated_tsz":1281638257,"vacation_autoreply":null,"image_url_760x100":null},{"shop_id":5017224,"user_id":5269119,"creation_tsz":1188176687,"shop_name":"eclecticadornment","title":"create something unique","announcement":"Welcome to Eclectic Adornment!\r\n\r\nHere you'll find beads and jewelry making findings of all kinds so that you can create your own unique jewelry pieces to suit your style.","currency_code":"USD","is_vacation":false,"vacation_message":null,"sale_message":"Please let me know how you heard about Eclectic Adornment...\r\n\r\nThanks so much for purchasing from Eclectic Adornment. Your business is appreciated!","last_updated_tsz":1230845537,"listing_active_count":0,"login_name":"eclecticadornment","alchemy_message":null,"is_refusing_alchemy":true,"policy_welcome":null,"policy_payment":null,"policy_shipping":null,"policy_refunds":null,"policy_additional":null,"policy_updated_tsz":1281730119,"vacation_autoreply":null,"image_url_760x100":"http:\/\/ny-image0.etsy.com\/iusb_760x100.5513948.jpg"},{"shop_id":5019313,"user_id":6316690,"creation_tsz":1223349172,"shop_name":"JohnnyBGlass","title":"Johnny B Glass","announcement":"With the arrival of autumn I have decided to kick off the season with a sale! I am going to clear out all the pendants in the shop, with a superb $5 price cut on all pendants $10-16. Jump on some real unique and high quality art for a great price.\r\n\r\nHigh quality unique glass creations! Each comes wearable with a cord and clasp. I put a personal touch into every piece and you will be getting something truly unique. These things sell great in jewelry and gift shops ect. I am available for bulk orders,contact me. I really take pride in my art and guarantee each customer a really high quality borosilicate glass pendant.","currency_code":"USD","is_vacation":false,"vacation_message":null,"sale_message":"Thank you and enjoy!","last_updated_tsz":1224728111,"listing_active_count":0,"login_name":"JohnnyBGlass","alchemy_message":null,"is_refusing_alchemy":true,"policy_welcome":null,"policy_payment":null,"policy_shipping":null,"policy_refunds":null,"policy_additional":null,"policy_updated_tsz":1281638023,"vacation_autoreply":null,"image_url_760x100":"http:\/\/ny-image2.etsy.com\/iusb_760x100.5790234.jpg"},{"shop_id":5020796,"user_id":5548291,"creation_tsz":1200523632,"shop_name":"SimplyJane","title":"Simply Jane: Painting and Art Supplies","announcement":"At Simply Jane, everyone is an artist. Simple designs are great for little hands just learning to paint and older folks trying out new techniques. The playful subject matter appeals across the generations (although the pony is especially loved by girls age 10-12!) The dragons, garden flowers, and peace signs that fill our studio can now fill your lives as well. Enjoy!","currency_code":"USD","is_vacation":false,"vacation_message":null,"sale_message":"Thanks for adding a bit of Simply Jane art to your life! We specialize in teaching young or timid painters how to get started. If you live nearby, stop by the Minneapolis studio anytime. \r\n\r\nArt is a great way to unwind, learn, and explore your creative side. Don't worry about staying in the lines. When you finish painting, you can use a Sharpie to reinforce the lines for a polished look. If you plan to use your art (boxes, frames, candlesticks, etc) add a coat of polyurethane when you're done to protect the paint from chipping. \r\n\r\nWe'd love to see a picture of your finished piece! Submit a photo to jane@simplyjanestudio.com to be considered for the website. \r\n\r\nThanks again and happy painting! \r\n\r\nSimply Jane \r\njane@simplyjanestudio.com","last_updated_tsz":1281625069,"listing_active_count":0,"login_name":"SimplyJane","alchemy_message":"","is_refusing_alchemy":true,"policy_welcome":null,"policy_payment":null,"policy_shipping":null,"policy_refunds":null,"policy_additional":null,"policy_updated_tsz":1281622551,"vacation_autoreply":null,"image_url_760x100":"http:\/\/ny-image1.etsy.com\/iusb_760x100.5317737.jpg"},{"shop_id":5030407,"user_id":7559882,"creation_tsz":1245284597,"shop_name":"alycejns","title":"A & J Jewelry Design Shop","announcement":"","currency_code":"USD","is_vacation":false,"vacation_message":null,"sale_message":"Welcome to my little shop! I hope you enjoy yourself and I hope that you will want to come back real soon! \r\n\r\nDon't forget to tell your friends about me!\r\n\r\nEnjoy your stay!","last_updated_tsz":1245285348,"listing_active_count":0,"login_name":"alycejns","alchemy_message":null,"is_refusing_alchemy":true,"policy_welcome":null,"policy_payment":null,"policy_shipping":null,"policy_refunds":null,"policy_additional":null,"policy_updated_tsz":1281727217,"vacation_autoreply":null,"image_url_760x100":"http:\/\/ny-image2.etsy.com\/iusb_760x100.6384470.jpg"},{"shop_id":5039460,"user_id":6259251,"creation_tsz":1221880352,"shop_name":"thethreadedrose","title":"The Threaded Rose","announcement":"Welcome! \r\nAs you can see I am just starting, I will be listing sewn goods as well as jewelry, odd combination but its my passion. Come back often I will be adding things a few at a time.\r\nThank you\r\nRose","currency_code":"USD","is_vacation":false,"vacation_message":null,"sale_message":"","last_updated_tsz":1248896820,"listing_active_count":0,"login_name":"thethreadedrose","alchemy_message":null,"is_refusing_alchemy":true,"policy_welcome":null,"policy_payment":null,"policy_shipping":null,"policy_refunds":null,"policy_additional":null,"policy_updated_tsz":1281644600,"vacation_autoreply":null,"image_url_760x100":"http:\/\/ny-image3.etsy.com\/iusb_760x100.5743855.jpg"},{"shop_id":5040911,"user_id":8271658,"creation_tsz":1255658010,"shop_name":"PawandPurrs","title":"Home of the Dinosaur Doggie PJ","announcement":"Dinosaur Doggies PJ's, Costumes, Jackets, Pants & Dresses\r\n\r\n\u2665\u2665\u2665\u2665\u2665\u2665\u2665\u2665\u2665\u2665\u2665\u2665Welcome to Paw and Purrs\u2665\u2665\u2665\u2665\u2665\u2665\u2665\u2665\u2665\u2665\u2665\u2665 \r\n\r\nAll dogs want to be pampered! We make items from x-small to x-large breed dogs (From Yorkies to Golden Retreivers & Labs). \r\n\r\nWe have two great dogs, Cindy LuLu our 12 year old rottweillter mix who is an angel. Katie Rose is a 3 year old australian shepard and is a special needs dog. She is very energetic, sweet, and friendly. We love our babies! :O)\r\n\r\nCindy and Katie want to thank you for your business - They give their woof woof approval on all items. We believe that pets are part of the family; they should be spoiled and pampered! \r\n\r\n\u2665\u2665\u2665\u2665Please measure your pet and read size measurements carefully in each listing before purchasing.\u2665\u2665\u2665\u2665 \r\n\r\nAll items are made in a smoke free, pet friendly environment.","currency_code":"USD","is_vacation":false,"vacation_message":null,"sale_message":"Cindy and Katie thank you for your business.","last_updated_tsz":1281496809,"listing_active_count":20,"login_name":"PawandPurrs","alchemy_message":"","is_refusing_alchemy":true,"policy_welcome":null,"policy_payment":null,"policy_shipping":null,"policy_refunds":null,"policy_additional":null,"policy_updated_tsz":1281305978,"vacation_autoreply":null,"image_url_760x100":"http:\/\/ny-image1.etsy.com\/iusb_760x100.7001281.jpg"},{"shop_id":5042864,"user_id":7645762,"creation_tsz":1247031978,"shop_name":"poetscottageknitting","title":"Poet's Cottage Knitting","announcement":"Vintage and Antique doll and whimsical designs in PDF format. Fast email delivery. Natural fibres only in yarns and threads.\r\n \r\nDusty Dollies Collection\r\nTingetree Faeries Collection\r\n\r\nPurest care from cottage to you created by Esmerelda in Australia. Patterns and Books published by Esmerelda Jones Publishing ABN 23399215567.","currency_code":"USD","is_vacation":false,"vacation_message":null,"sale_message":"Poet's Cottage Knitting thanks you for your purchase. If you have questions or wish to enquire about custom design, please email.\r\n\r\nRegards,\r\nEsmerelda","last_updated_tsz":1281792847,"listing_active_count":1,"login_name":"poetscottageknitting","alchemy_message":"Custom designs for antique and vintage dolls. Natural fibres only.","is_refusing_alchemy":false,"policy_welcome":null,"policy_payment":null,"policy_shipping":null,"policy_refunds":null,"policy_additional":null,"policy_updated_tsz":1281126326,"vacation_autoreply":null,"image_url_760x100":"http:\/\/ny-image3.etsy.com\/iusb_760x100.7126743.jpg"},{"shop_id":5043360,"user_id":5840784,"creation_tsz":1266774727,"shop_name":"Cheyenne2u","title":"Cheyenne2u - From Cheyenne, Wyoming to You \u2665","announcement":"We're BACK!\r\nSlowly but surely we will be filling our Shoppe with Supplies for your Craft, Sewing & Quilting needs - so come back often!\r\n\r\nWe treat my customers exactly the way we would want to be treated - with prompt communication, shipping and feedback.\r\n\r\nWe hope you enjoy brows'n my Shoppe here - if you have ANY questions, please don't hesitate to ask.\r\n\r\nKim\r\nCheyenne2u","currency_code":"USD","is_vacation":false,"vacation_message":null,"sale_message":"Thank you so much for your confidence in making your purchase from Cheyenne2u and our Etsy Shoppe. I hope you enjoy your item and if you have ANY questions, please don't hesitate to ask.\r\n\r\nIt has been a pleasure to be of service to you and hope you come back in the future.\r\nKim,\r\nCheyenne2u","last_updated_tsz":1281744731,"listing_active_count":36,"login_name":"Cheyenne2u","alchemy_message":"","is_refusing_alchemy":true,"policy_welcome":"Welcome to Cheyenne2u \u2013 A mixture of Supplies and soon to be listed Hand Made items from my home to yours.\r\n\r\nQuilting \u2013 Books, Patterns, Magazines, Tools.\r\nSewing \u2013 Crafts, Home D\u00e9cor, Kid's, Men's and Women\u2019s Patterns.\r\n\r\n...and everything is stored inside my smoke free home.\r\n\r\nOur Motto: \u201cGiving our best today is the recipe for a better tomorrow.\u201d\r\n\r\nHappy Shopping!\r\n~ Kim, Cheyenne2u\r\nCheyenne2u@gmail.com","policy_payment":"We currently only accept Paypal. If you need to make other arrangements, please contact us personally.","policy_shipping":"Shipping is to USA only.\r\nAll items are shipped to the buyer with quality recycled packing materials and are packaged with utmost care.\r\n\r\nAll orders will be mailed USPS. We will notify you when your purchase is sent out with the delivery confirmation number so you will be able to track your purchase.","policy_refunds":"We L\u2665V happy Buyers!\r\nWe will refund your money for any item that is misrepresented in description and\/or picture(s). Just contact us within 3 days of receipt to discuss your concerns.\r\n\r\nBuyer accepts cost of returning item. Refund will be made in original form as transaction less any Seller\u2019s fees.\r\n\r\nAll will be discussed in full prior to agreement of return.","policy_additional":"Our customer information is kept secure and we will never pass personal information to third parties. We do not share, sell or trade e-mail addresses or any specific details about you or your household. We do not participate in or contribute to cooperative or shared databases.","policy_updated_tsz":1281384693,"vacation_autoreply":null,"image_url_760x100":"http:\/\/ny-image3.etsy.com\/iusb_760x100.7588835.jpg"},{"shop_id":5046617,"user_id":9646549,"creation_tsz":1269995600,"shop_name":"BridgetMcCarty","title":"Bridget McCarty Miniature Plush Pets","announcement":"New on Etsy! Join me at bridgetmccarty.com or bridgetmccarty.blogspot.com for my facebook fan page.","currency_code":"USD","is_vacation":false,"vacation_message":null,"sale_message":"Thank you for your purchase! I combine items in shipping at no extra charge. Enjoy!\r\nBridget","last_updated_tsz":1281413993,"listing_active_count":2,"login_name":"BridgetMcCarty","alchemy_message":"","is_refusing_alchemy":false,"policy_welcome":null,"policy_payment":null,"policy_shipping":null,"policy_refunds":null,"policy_additional":null,"policy_updated_tsz":1281388053,"vacation_autoreply":null,"image_url_760x100":null},{"shop_id":5046863,"user_id":9619518,"creation_tsz":1269704685,"shop_name":"artisticgem","title":null,"announcement":null,"currency_code":"USD","is_vacation":false,"vacation_message":null,"sale_message":null,"last_updated_tsz":1281665719,"listing_active_count":44,"login_name":"artisticgem","alchemy_message":null,"is_refusing_alchemy":true,"policy_welcome":null,"policy_payment":null,"policy_shipping":null,"policy_refunds":null,"policy_additional":null,"policy_updated_tsz":1281613459,"vacation_autoreply":null,"image_url_760x100":null},{"shop_id":5047069,"user_id":5854585,"creation_tsz":1222513081,"shop_name":"marlanaleigh","title":"Marlana Leigh: Custom graphics","announcement":"__________________________________________________\r\n99 CENT SALE! Every digital collage sheet is only 99 cents.. get them while they are on sale :) \r\n__________________________________________________\r\n\r\n\r\n\r\nThanks for dropping by! My name is Marlana and I offer custom & premade graphics of all kinds. If you have any questions at all, please do not hesitate to contact me!\r\n\r\nI have a brand new etsy shop with homemade dog treats and accessories, at thepuppylove.etsy.com - please stop by!\r\n\r\nI am also a Scentsy wickless candles consultant, please visit my website at http:\/\/www.scentsy.com\/marlanadyer :)","currency_code":"USD","is_vacation":false,"vacation_message":null,"sale_message":"Thank you for your purchase. I require payment within 24 hours of purchase, unless you have previously arranged with me otherwise. Thank you for your cooperation!","last_updated_tsz":1268955997,"listing_active_count":0,"login_name":"marlanaleigh","alchemy_message":null,"is_refusing_alchemy":true,"policy_welcome":null,"policy_payment":null,"policy_shipping":null,"policy_refunds":null,"policy_additional":null,"policy_updated_tsz":1281554619,"vacation_autoreply":null,"image_url_760x100":"http:\/\/ny-image3.etsy.com\/iusb_760x100.5959671.jpg"},{"shop_id":5050105,"user_id":6025707,"creation_tsz":1215553973,"shop_name":"PopBangles","title":"Celebrities~movie stars~goddesses & others...","announcement":"Thank you for visiting my Etsy shop...I'm so happy you've found me! \r\n\r\nI've just been listing my "celebrities & others" jewelry designs here and will be adding fresh items as often as I create them. I hope you will check back to see my newest listings!\r\n\r\nPlease visit my Etsy sister shop, JTaylorDesign.etsy.com, where you will find my alter-ego jewelry made with vintage gems and stones, sparkly jewels, delicate antique filigree, all designed with an heirloom quality and Victorian look. \r\n\r\n~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~\r\n\r\nShipping:\r\nUsually, all purchases are mailed to you within three days of receipt of payment excluding weekends. If there is going to be a delay, I will send you an email.\r\n\r\nUSA orders are sent via USPS First Class with delivery confirmation. If you would like insurance or expedited delivery, please let me know and I will be very happy to add that for you. \r\n\r\nOrders sent to customers outside the USA are mailed via First Class Mail International, and at this time there is no delivery confirmation or insurance available for those orders.\r\n\r\n~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~\r\n\r\nPlease don't hesitate to send me a message if you have any questions or comments...I would love to hear from you!\r\n\r\n~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~ ~*~\r\n\r\nI will happily leave positive feedback for every buyer who has completed the transaction and left positive feedback for me. I value my customers, their satisfaction and their positive feedback. In the unlikely event you are not completely satisfied with the transaction, please contact me and I will do my best to resolve the problem.\r\n\r\n\r\nPlease view my shop policies before ordering. Thank you!","currency_code":"USD","is_vacation":false,"vacation_message":null,"sale_message":"Thank you very much, dear customer, for visiting my Etsy shop and purchasing one of my creations! \r\n\r\nI will ship your package promptly and hope that it will reach you quickly so that you may begin enjoying your new treasure. \r\n\r\nWarmest Regards, \r\nJackie","last_updated_tsz":1271965348,"listing_active_count":0,"login_name":"PopBangles","alchemy_message":null,"is_refusing_alchemy":true,"policy_welcome":null,"policy_payment":null,"policy_shipping":null,"policy_refunds":null,"policy_additional":null,"policy_updated_tsz":1281382753,"vacation_autoreply":null,"image_url_760x100":"http:\/\/ny-image3.etsy.com\/iusb_760x100.5618295.jpg"},{"shop_id":5050136,"user_id":9100317,"creation_tsz":1264320935,"shop_name":"latacreations77","title":"LataCreations","announcement":"******BE SURE TO GET A FREE GIFT WITH YOUR PURCHASE.********\r\n\r\nWelcome to latacreations77,My self Lata singh 34 M.B.A. in marketing .After getting married I started to help my husband Mr. Yogendra as he was Exporting handmade beads,supplies,gifts & handicrafts.\r\nI too started playing with beads and dont know when I started making jewelry with them .\r\nso there is less pain for me to collect raw materials for my designs. mostly my designs are one of a kind of very fine accents like facinating lampwork,threads,silk,fresh water pearls,crystals,semi-precios stones,etc,used in my item are highest quality and original .i am a glass beaded jewelry spealist,I use very unique and different glassbeads for my designs which makes my designs to stand out from others.\r\nI can also custom design any piece to your exact specificatin\r\nons.\r\nI update items regulary,so be sure to check us out often.\r\n\r\nWe also cater wholesale orders for glass beads and beaded jewelry as well as custom orders,please inform us via email.\r\nFor wholesale beads please browse \r\n\r\nhttp:\/\/www.orientalbeads.com\/\r\nlatacreations77@gmail,com","currency_code":"USD","is_vacation":false,"vacation_message":null,"sale_message":"Thank you from the bottom of my heart for purchasing item from my shop.","last_updated_tsz":1281672656,"listing_active_count":5,"login_name":"latacreations77","alchemy_message":null,"is_refusing_alchemy":true,"policy_welcome":null,"policy_payment":null,"policy_shipping":null,"policy_refunds":null,"policy_additional":null,"policy_updated_tsz":1281391007,"vacation_autoreply":null,"image_url_760x100":"http:\/\/ny-image2.etsy.com\/iusb_760x100.7037402.jpg"},{"shop_id":5050142,"user_id":6765050,"creation_tsz":1270794964,"shop_name":"peace1964","title":null,"announcement":null,"currency_code":"USD","is_vacation":false,"vacation_message":null,"sale_message":null,"last_updated_tsz":1274207661,"listing_active_count":0,"login_name":"peace1964","alchemy_message":null,"is_refusing_alchemy":true,"policy_welcome":null,"policy_payment":null,"policy_shipping":null,"policy_refunds":null,"policy_additional":null,"policy_updated_tsz":1281373998,"vacation_autoreply":null,"image_url_760x100":null},{"shop_id":5050145,"user_id":7653694,"creation_tsz":1246912251,"shop_name":"MyGlamorousBaby","title":"Polka Dottie Ottie","announcement":"Hello Everyone we are in the process of re-opening our store we have tons of new items to present to you so check back often as well re-stock and list new items, feel free to place your custom orders! For more of our items you can visit www.dramaclubcouture.etsy.com","currency_code":"USD","is_vacation":false,"vacation_message":null,"sale_message":"POLKA DOTTIE OTTIE","last_updated_tsz":1281625462,"listing_active_count":13,"login_name":"MyGlamorousBaby","alchemy_message":"","is_refusing_alchemy":false,"policy_welcome":null,"policy_payment":null,"policy_shipping":null,"policy_refunds":null,"policy_additional":null,"policy_updated_tsz":1281363653,"vacation_autoreply":null,"image_url_760x100":null},{"shop_id":5050161,"user_id":5314998,"creation_tsz":1190666871,"shop_name":"beautybysaria","title":"beauty by Saria ~ Color. Therapy. Cosmetics.","announcement":"Welcome to beauty by Saria ~ The first & only Mineral Makeup formulated based on Ayurvedic Principles.\r\n\r\nMay 10, 2010\r\n\r\nI am absolutely exhausted, but also thrilled to say that each and every order is now all set & ready to be delivered to the Post Office in the morning!\r\n\r\nThis means our lag time for order processing has been demolished! We should be getting back to our normal Tuesday and Thursday shipping days this week.\r\n_______________________________________________________________\r\n*****************************************************************************************\r\nImportant Notice for All YouTube Gurus\/Hosts\r\n\r\nWhile we do appreciate and depend on reviews from bloggers, YouTubers, Ezines, etc., it is impossible to accommodate every request we receive. \r\n\r\nIn addition, we have also established some brief criteria that MUST be met PRIOR to a request for product reviews.\r\n\r\n** Minimum of 250 subscribers\r\n** Minimum of 10 previous videos\/blog entries\r\n** Minimum of 6 months experience in social media format\r\n** Must be 18 years of age or older\r\n** NO EXCEPTIONS to ANY of the above criteria\r\n\r\nFailure to meet minimum criteria & still request products for review will be considered spam and reported to Etsy Admin. \r\n\r\nAll eligible requests are evaluated by beauty by Saria staff and accepted reviewers will be contacted via email or convo. \r\n\r\nRequests for reviews may be submitted once every 90 days. Submissions made on a more frequent basis will be considered spam and reported to Etsy Admin. As well as being banned from any future submissions.\r\n\r\nWe are working on developing a formal reviewers guide and will keep you update on its progress. \r\n_______________________________________________________________\r\n*****************************************************************************************\r\nAs always, should you have any questions about our products, don't hesitate to ask! We are here to help!\r\n\r\nJust a reminder that we FULLY DISCLOSE ALL INGREDIENTS for a product in each listing. There are no surprises on the label when you receive your products from us! \r\n\r\n\r\nAll product formulas, images, product names & descriptions are the sole property of beauty by Saria and cannot be reproduced, republished, downloaded or copied without express written permission from the owner! This includes reposting photos, copy or text for use in blogs, forums, e-zines, or other online resources. Violators will be pursued and prosecuted to fullest extent of the law.","currency_code":"USD","is_vacation":false,"vacation_message":null,"sale_message":"Thank you for your purchase from beauty by Saria! \r\n\r\nWe are currently experiencing a 2 week processing time on all orders. This means that it will take up to 14 days before your order is processed & shipped.\r\n\r\nWe pride ourselves on customer service - including that personal touch you can't find anywhere else. Should you have any questions about your purchase, or any of our products, please don't hesitate to convo us- we are here and happy to help!\r\n\r\nPlease note that we will be open limited hours \u2013 Operating ONLY on Wednesdays \u2013 and will resume full business hours on Monday, May 10, 2010. All orders and convos received during this time will be addressed the following Wednesday. We apologize for any inconvenience and appreciate your understanding during this time. \r\n\r\nWe know you will enjoy your purchase \u2013 as we have enjoyed making each product for you.\r\nThanks again!\r\n\r\nWishing you Happiness & Technicolor dreams,\r\n\r\nMaria\r\nOwner\/Creator beauty by Saria","last_updated_tsz":1275182313,"listing_active_count":0,"login_name":"beautybysaria","alchemy_message":null,"is_refusing_alchemy":true,"policy_welcome":null,"policy_payment":null,"policy_shipping":null,"policy_refunds":null,"policy_additional":null,"policy_updated_tsz":1281637757,"vacation_autoreply":null,"image_url_760x100":"http:\/\/ny-image3.etsy.com\/iusb_760x100.5191771.jpg"},{"shop_id":5050632,"user_id":8133387,"creation_tsz":1253829046,"shop_name":"DecibelProductions","title":"Wearable Hedonism for the Unreasonably Well Dressed","announcement":"Decibel brings you San Francisco-based designer fashion, jewelry and accessories that are steampunk, music and dance inspired. Designed especially for musicians, rockstars, belly dancers, performing artists, and music lovers.","currency_code":"USD","is_vacation":false,"vacation_message":null,"sale_message":"Thank you so much for your purchase! If you haven't done so already, please send payment via Paypal. If you have any questions just let me know and I'll be happy to help you out. Please double check your Paypal and Etsy shipping address and make sure they match! If your Paypal shipping address is not correct, please let me know asap so I can make sure your package reaches the right destination. :)\r\n\r\nThanks again!\r\nSkye","last_updated_tsz":1281717253,"listing_active_count":94,"login_name":"DecibelProductions","alchemy_message":null,"is_refusing_alchemy":true,"policy_welcome":null,"policy_payment":null,"policy_shipping":null,"policy_refunds":null,"policy_additional":null,"policy_updated_tsz":1281640098,"vacation_autoreply":null,"image_url_760x100":"http:\/\/ny-image3.etsy.com\/iusb_760x100.6808603.jpg"},{"shop_id":5050668,"user_id":6040255,"creation_tsz":1216899257,"shop_name":"itsawonderfullife77","title":"it's a WONDeRFuL Life indeed!","announcement":"","currency_code":"USD","is_vacation":false,"vacation_message":null,"sale_message":"*thanks so much for your purchase!","last_updated_tsz":1274290472,"listing_active_count":0,"login_name":"itsawonderfullife77","alchemy_message":null,"is_refusing_alchemy":true,"policy_welcome":null,"policy_payment":null,"policy_shipping":null,"policy_refunds":null,"policy_additional":null,"policy_updated_tsz":1281642697,"vacation_autoreply":null,"image_url_760x100":"http:\/\/ny-image0.etsy.com\/iusb_760x100.5685912.jpg"},{"shop_id":5050682,"user_id":5032026,"creation_tsz":1205562071,"shop_name":"stephlaberis","title":"Steph's (Portable) Brain Farts!","announcement":"Welcome to my little niche! Here you will find archival, high-quality signed prints of my artwork and my self-published art books!\r\n\r\nSome of my prints are available in larger sizes - please inquire!","currency_code":"USD","is_vacation":false,"vacation_message":null,"sale_message":"","last_updated_tsz":1268948253,"listing_active_count":0,"login_name":"stephlaberis","alchemy_message":null,"is_refusing_alchemy":true,"policy_welcome":null,"policy_payment":null,"policy_shipping":null,"policy_refunds":null,"policy_additional":null,"policy_updated_tsz":1281555870,"vacation_autoreply":null,"image_url_760x100":"http:\/\/ny-image2.etsy.com\/iusb_760x100.5501822.jpg"},{"shop_id":5050722,"user_id":7140017,"creation_tsz":1238343027,"shop_name":"mollusa","title":"","announcement":"Welcome in Mollusa Wedding Gallery\r\n---------------------------------------------\r\nI love doing custom orders and especially delight in working with Brides.\r\nYou choose the fabrics,colours,styles and I make all you wish. I can make the clutches, bouquets, boutonni\u00e8res, head pieces, brooches, corsages from almost any fabric that you choose.\r\nIf you have something specific in mind, color, solid, print, floral, mod, vintage, I can do a sample for you and convo you some ideas.\r\nI can custom-make any of my purses in a colour scheme of your choice - to match dresses, flowers and wedding schemes.\r\n\r\n~ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- ~\r\n\r\nI offer a discount for bulk orders!\r\n\r\nI look forward to working with you..\r\n\r\n---------------------------------------------\r\n\r\n\r\nPlease read carefully description especially SIZES!\r\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\n\r\nwww.mishandmash.etsy.com","currency_code":"USD","is_vacation":true,"vacation_message":null,"sale_message":"Thank you for your order! I truly appreciate it! Have enjoy them.\r\n_________________________________________________________________\r\nImportant:\r\nShipping via Poland to US, Brazil, Japan: Air Mail will take 10-14 working days for delivery. For European countries, items will take 6 working days.\r\n-----------------------------\r\n\r\nPAYMENTS:\r\n1)ALERTPAY:please tell me and i will send you invoice via alertpay.com.\r\n\r\n\r\nor \r\n\r\n\r\n2)Please send money to my bank account:\r\nBank account: 60 2490 0005 0000 4001 0000 7416\r\n-SWIFT code: ALRBPLPW\r\n-SORT code: 24900005\r\n-IBAN: PL60249000050000400100007416","last_updated_tsz":1281463788,"listing_active_count":0,"login_name":"mollusa","alchemy_message":null,"is_refusing_alchemy":true,"policy_welcome":null,"policy_payment":null,"policy_shipping":null,"policy_refunds":null,"policy_additional":null,"policy_updated_tsz":1281383092,"vacation_autoreply":null,"image_url_760x100":"http:\/\/ny-image1.etsy.com\/iusb_760x100.7068221.jpg"},{"shop_id":5051220,"user_id":5274049,"creation_tsz":1188050836,"shop_name":"molebabybuttons","title":"molebaby buttons - buttons like you've never seen!","announcement":"\u2605 fan me on facebook! \u2605 http:\/\/www.facebook.com\/molebabybuttons \u2605\r\n\r\n\u2605 follow me on twitter! \u2605 http:\/\/www.twitter.com\/molebabybuttons \u2605\r\n\r\n-----------------------------------------------------------------------------------------------------------------------------\r\nCHECK ME OUT ON FREDFLARE.COM'S NEXT BIG THING 2008!\r\nhttp:\/\/www.fredflare.com\/blog\/?p=2387 - i'm listing my winning item here in my store! :)\r\n-----------------------------------------------------------------------------------------------------------------------------\r\nAWESOME: my button magnets aren't just for your fridge anymore! check out Button Collective's "storyboards"! http:\/\/buttoncollective.etsy.com\r\n-----------------------------------------------------------------------------------------------------------------------------","currency_code":"USD","is_vacation":false,"vacation_message":null,"sale_message":"Hi!\r\n\r\nThank you!!! :)\r\n\r\n\r\nLove & buttons,\r\nApril\r\n\r\nMolebaby Buttons LLC\r\nhttp:\/\/molebabybuttons.etsy.com\r\nhttp:\/\/www.snust.com\/molebabybuttons\r\nhttp:\/\/www.printfection.com\/molebabybuttons","last_updated_tsz":1281410811,"listing_active_count":0,"login_name":"molebabybuttons","alchemy_message":null,"is_refusing_alchemy":true,"policy_welcome":null,"policy_payment":null,"policy_shipping":null,"policy_refunds":null,"policy_additional":null,"policy_updated_tsz":1281368081,"vacation_autoreply":null,"image_url_760x100":"http:\/\/ny-image3.etsy.com\/iusb_760x100.5164951.jpg"},{"shop_id":5051225,"user_id":5184324,"creation_tsz":1181841500,"shop_name":"poetsummer","title":"PoetSummer creating wearable art from Summerpoet Studio","announcement":"I wanted to leave a note here for my customers. I have been ill fighting throat cancer and have been in and out of the hospital and as I make everything on my own have fallen behind. I am addressing each issue as I can and you can reach me at 708-422-4160 if you have any concerns and I will address them immediately. I am working to resolve every issue and appreciate your concern and your emails of caring. Thanks, Carrie.","currency_code":"USD","is_vacation":false,"vacation_message":null,"sale_message":"","last_updated_tsz":1279576619,"listing_active_count":0,"login_name":"poetsummer","alchemy_message":null,"is_refusing_alchemy":true,"policy_welcome":null,"policy_payment":null,"policy_shipping":null,"policy_refunds":null,"policy_additional":null,"policy_updated_tsz":1281557210,"vacation_autoreply":null,"image_url_760x100":"http:\/\/ny-image2.etsy.com\/iusb_760x100.6041422.jpg"},{"shop_id":5051227,"user_id":6908827,"creation_tsz":1234273924,"shop_name":"SurfaceFlik","title":"Removable Wall Decals","announcement":"Welcome to Surface Flik! Your source to artistic wall decals and vinyl wall art.\r\n\r\nMake sure you see our SHOP POLICIES for discounts, important information regarding installations, recommended surfaces, and domestic and international shipping times. http:\/\/www.etsy.com\/shop_policy.php?user_id=6908827\r\n\r\nOur decals are easy to install and are removable without a trace on your wall! Here's our new installation video... check it out! www.surfaceflik.com\/installation.html\r\n\r\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\nCheck out our New Designer Vinyl\r\nAll in MATTE finish for elegance and naturally painted look!\r\nhttp:\/\/ny-image3.etsy.com\/il_fullxfull.131738559.jpg\r\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~","currency_code":"USD","is_vacation":false,"vacation_message":null,"sale_message":"Thank you for placing your order with Surface Flik! \r\n\r\nYour order has been received and this message confirms it. If you'd like to inquire about your order, you may do so at any time by emailing us at info@surfaceflik.com with your Etsy username and order info. \r\n\r\nIf you haven't specified your color, we will assume that your chosen colors are the ones shown on the front picture. If you'd like to change your color and you haven't told us in the message box to seller, please convo us as soon as you can!\r\n\r\nTURN-AROUND TIME: ranges anywhere from 1 to 5 business days. Custom orders may take longer.\r\n\r\nSHIPPING TIME: depends on your location (Please note that we are not responsible for shipping delays due to customs, extreme weather or any other circumstance)\r\n\r\nUSA - Shipped by Canada Post and turns into USPS when it enters USA. \r\n\r\nWe ship by two methods:\r\nSmall Packet Air Mail: 4 to 10 business days (NO TRACKING AVAILABLE!)\r\nExpedited Ground: 6 to 12 business days (TRACKING PROVIDED)\r\n\r\nIf you are in a rush, you may upgrade to EXPRESS POST which takes 3 to 5 business days to arrive. (The extra charge for this shipping is $15.00)\r\n\r\nCANADA - shipped by Canada Post. All orders are shipped by Expedited Ground which take 1 to 7 business days to arrive. All shipments come with tracking and insurance. The upgrade to Express Post is $15.00.\r\n\r\nInternational - shipped by Canada Post. \r\nAll shipments are mailed by Small Packet Air Mail which take 6 to 12 business days to arrive. There is no tracking available for this shipping method.\r\n\r\n***Please check your shipping address on your Etsy account***\r\nAll shipments will be shipped to that address. Please email us at info@surfaceflik.com if you need to change it!\r\n\r\nPAYMENTS: All payments are required at check-out. We will not ship your package if we haven't received the full payment. Please check your PayPal account to verify that your payment went through. If you don't see the transaction, please contact us at your earliest convenience.\r\n\r\nThank you! Have a wonderful day :)","last_updated_tsz":1280072203,"listing_active_count":23,"login_name":"SurfaceFlik","alchemy_message":null,"is_refusing_alchemy":true,"policy_welcome":null,"policy_payment":null,"policy_shipping":null,"policy_refunds":null,"policy_additional":null,"policy_updated_tsz":1281552207,"vacation_autoreply":null,"image_url_760x100":"http:\/\/ny-image1.etsy.com\/iusb_760x100.6992637.jpg"}]}
@@ -0,0 +1 @@
1
+ {"count":50100,"results":[{"shop_id":5008420,"user_id":5631278,"creation_tsz":1203343552,"shop_name":"boutiqueviolet","title":"gingham girl","announcement":"","currency_code":"USD","is_vacation":false,"vacation_message":null,"sale_message":"","last_updated_tsz":1210703454,"listing_active_count":0,"login_name":"boutiqueviolet","alchemy_message":null,"is_refusing_alchemy":true,"policy_welcome":null,"policy_payment":null,"policy_shipping":null,"policy_refunds":null,"policy_additional":null,"policy_updated_tsz":1281542473,"vacation_autoreply":null,"image_url_760x100":"http:\/\/ny-image1.etsy.com\/iusb_760x100.5410789.jpg"}]}
@@ -0,0 +1 @@
1
+ {"count":2,"results":[{"shop_id":5500349,"user_id":5327518,"creation_tsz":1237430331,"shop_name":"littletjane","title":"a cute and crafty mix of handmade goods.","announcement":"oh hello there! welcome and thank you for stopping by!\r\n\r\ni hope you find something to scoop up that brings you, or you, and you! just what you need. \r\n\r\nall good wishes & cheer\r\nhttp:\/\/www.littletjane.com","currency_code":"USD","is_vacation":true,"vacation_message":null,"sale_message":"thank you heaps again! \r\n\r\nkind regards, \r\nlittle t jane.","last_updated_tsz":1274923984,"listing_active_count":0,"login_name":"littletjane","alchemy_message":"","is_refusing_alchemy":true,"policy_welcome":"oh hi! i'm so glad you've come by my shop! thank you so much for swinging in and taking a peek around :D\r\n\r\nwell, here are the 'ol policy-os. please do read carefully:","policy_payment":"payment method accepted: \r\npaypal (hooray!)\r\n\r\nterms: \r\nsubmit payment promptly. payment is due 3 days after purchase of the item. \r\n\r\nupon receipt of payment, the order will be shipped within 7 business days.","policy_shipping":"method: usps first-class mail.\r\n \r\nplease feel free to contact me for rates on expedited shipping. \r\n\r\ni am not responsible for taxes or duties for your country.","policy_refunds":"oh help!\r\nif you are not happy with your item, please let me know. we can work this out! i will try my best to replace the item or refund your money, as the goal of my shop is to create and share in crafty happiness. right on!","policy_additional":"ok. well, that's about it! mostly, just be good, nice, honest, and fair, and this will return to you tenfold.\r\n\r\nif you have any questions, please don't hesitate to ask me.\r\n\r\nthanks a bunch, you! cheers!","policy_updated_tsz":1249084871,"vacation_autoreply":null,"image_url_760x100":"http:\/\/ny-image2.etsy.com\/iusb_760x100.7358402.jpg"},{"shop_id":5818087,"user_id":53780,"creation_tsz":1267367300,"shop_name":"reagent","title":null,"announcement":null,"currency_code":"USD","is_vacation":false,"vacation_message":null,"sale_message":null,"last_updated_tsz":1267384749,"listing_active_count":0,"login_name":"reagent","alchemy_message":null,"is_refusing_alchemy":true,"policy_welcome":null,"policy_payment":null,"policy_shipping":null,"policy_refunds":null,"policy_additional":null,"policy_updated_tsz":1267367300,"vacation_autoreply":null,"image_url_760x100":null}]}
@@ -0,0 +1,33 @@
1
+ {
2
+ "count":1,
3
+ "results":
4
+ [
5
+ {
6
+ "shop_id":5500349,
7
+ "user_id":5327518,
8
+ "creation_tsz":1237430331,
9
+ "shop_name":"littletjane",
10
+ "title":"a cute and crafty mix of handmade goods.",
11
+ "announcement":"announcement",
12
+ "currency_code":"USD",
13
+ "is_vacation":true,
14
+ "vacation_message":null,
15
+ "sale_message":"thanks!",
16
+ "last_updated_tsz":1274923984,
17
+ "listing_active_count":0,
18
+ "login_name":"littletjane",
19
+ "alchemy_message":"",
20
+ "is_refusing_alchemy":true,
21
+ "policy_welcome":"oh hi! i'm so glad you've come by my shop! thank you so much for swinging in and taking a peek around :D\r\n\r\nwell, here are the 'ol policy-os. please do read carefully:",
22
+ "policy_payment":"payment method accepted: \r\npaypal (hooray!)\r\n\r\nterms: \r\nsubmit payment promptly. payment is due 3 days after purchase of the item. \r\n\r\nupon receipt of payment, the order will be shipped within 7 business days.",
23
+ "policy_shipping":"method: usps first-class mail.\r\n \r\nplease feel free to contact me for rates on expedited shipping. \r\n\r\ni am not responsible for taxes or duties for your country.",
24
+ "policy_refunds":"oh help!\r\nif you are not happy with your item, please let me know. we can work this out! i will try my best to replace the item or refund your money, as the goal of my shop is to create and share in crafty happiness. right on!",
25
+ "policy_additional":"ok. well, that's about it! mostly, just be good, nice, honest, and fair, and this will return to you tenfold.\r\n\r\nif you have any questions, please don't hesitate to ask me.\r\n\r\nthanks a bunch, you! cheers!",
26
+ "policy_updated_tsz":1249084871,
27
+ "vacation_autoreply":null,
28
+ "url" : "http://www.etsy.com/shop/littletjane",
29
+ "image_url_760x100" : "http://ny-image3.etsy.com/iusb_760x100.8484779.jpg",
30
+ "num_favorers" : 684
31
+ }
32
+ ]
33
+ }
@@ -0,0 +1 @@
1
+ {"count":2,"results":[{"transaction_id":27230877,"title":"git is my co-pilot. t-shirt (men's medium)","description":"Have an affinity for DVCSes? Has Git saved your bacon on multiple occasions? Show the world how you feel by wearing this t-shirt.\r\n\r\nThe simple statement "git is my co-pilot." printed on an asphalt American Apparel jersey T-shirt.\r\n\r\nSize: Men's Medium\r\n\r\nGarment Measurements (in inches):\r\nLength: 29.375\r\nWidth: 20\r\n\r\nManufacturer Suggested Body Measurements (in inches):\r\nChest: 38-40\r\nWaist: 32-34\r\nInseam: 32\r\n\r\n**Note** American Apparel shirts tend to fit a bit snug, so you may want to order a size larger than you normally wear.\r\n\r\nDesigned by Owen Shifflett (http:\/\/owenshifflett.com)","seller_user_id":53780,"buyer_user_id":9641557,"creation_tsz":1269957380,"paid_tsz":1269997470,"shipped_tsz":null,"price":"20.00","currency_code":"USD","quantity":1,"tags":["clothing","tshirt","men"],"materials":["cotton_shirt","ink"],"image_listing_id":126754470,"receipt_id":18791138,"shipping_cost":"2.50","listing_id":41680579,"seller_feedback_id":null,"buyer_feedback_id":null,"transaction_type":"listing","url":"http:\/\/www.etsy.com\/transaction\/27230877"},{"transaction_id":27230845,"title":"git is my co-pilot. t-shirt (men's medium)","description":"Have an affinity for DVCSes? Has Git saved your bacon on multiple occasions? Show the world how you feel by wearing this t-shirt.\r\n\r\nThe simple statement "git is my co-pilot." printed on an asphalt American Apparel jersey T-shirt.\r\n\r\nSize: Men's Medium\r\n\r\nGarment Measurements (in inches):\r\nLength: 29.375\r\nWidth: 20\r\n\r\nManufacturer Suggested Body Measurements (in inches):\r\nChest: 38-40\r\nWaist: 32-34\r\nInseam: 32\r\n\r\n**Note** American Apparel shirts tend to fit a bit snug, so you may want to order a size larger than you normally wear.\r\n\r\nDesigned by Owen Shifflett (http:\/\/owenshifflett.com)","seller_user_id":53780,"buyer_user_id":9641557,"creation_tsz":1269957313,"paid_tsz":null,"shipped_tsz":null,"price":"20.00","currency_code":"USD","quantity":1,"tags":["clothing","tshirt","men"],"materials":["cotton_shirt","ink"],"image_listing_id":126754470,"receipt_id":18791117,"shipping_cost":"2.50","listing_id":41680579,"seller_feedback_id":null,"buyer_feedback_id":null,"transaction_type":"listing","url":"http:\/\/www.etsy.com\/transaction\/27230845"}],"params":{"shop_id":"5818087","limit":25,"offset":0},"type":"Transaction"}
@@ -0,0 +1,29 @@
1
+
2
+ {
3
+ "count":2,
4
+ "results":
5
+ [
6
+ {
7
+ "user_id":5327518,
8
+ "login_name":"littletjane",
9
+ "creation_tsz":1191381578,
10
+ "referred_by_user_id":null,
11
+ "feedback_info":
12
+ {
13
+ "count":417,
14
+ "score":100
15
+ }
16
+ },
17
+ {
18
+ "user_id":53780,
19
+ "login_name":"reagent",
20
+ "creation_tsz":1151107200,
21
+ "referred_by_user_id":null,
22
+ "feedback_info":
23
+ {
24
+ "count":5,
25
+ "score":100
26
+ }
27
+ }
28
+ ]
29
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "count": 1,
3
+ "results": [{
4
+ "user_id": 5327518,
5
+ "login_name": "littletjane",
6
+ "creation_tsz": 1191381578,
7
+ "referred_by_user_id": null,
8
+ "feedback_info": {
9
+ "count": 417,
10
+ "score": 100
11
+ }
12
+ }]
13
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "count": 1,
3
+ "results": [{
4
+ "user_id": 53780,
5
+ "login_name": "reagent",
6
+ "primary_email": "reaganpr@gmail.com",
7
+ "creation_tsz": 1151107200,
8
+ "referred_by_user_id": null,
9
+ "feedback_info": {
10
+ "count": 5,
11
+ "score": 100
12
+ }
13
+ }],
14
+ "params": {
15
+ "user_id": "__SELF__"
16
+ },
17
+ "type": "User"
18
+ }
@@ -0,0 +1,38 @@
1
+ {
2
+ "count": 1,
3
+ "results": [{
4
+ "user_id": 5327518,
5
+ "login_name": "littletjane",
6
+ "creation_tsz": 1191381578,
7
+ "referred_by_user_id": null,
8
+ "feedback_info": {
9
+ "count": 417,
10
+ "score": 100
11
+ },
12
+ "Profile": {
13
+ "user_profile_id":123,
14
+ "user_id":5327518,
15
+ "login_name":"littletjane",
16
+ "bio":"I make stuff",
17
+ "gender":"female",
18
+ "birth_month":"01",
19
+ "birth_day":"01",
20
+ "birth_year":"1970",
21
+ "join_tsz":1225392413,
22
+ "materials":"",
23
+ "country_id":209,
24
+ "city":"BigCity",
25
+ "region":"The Desert",
26
+ "location":"HQ",
27
+ "avatar_id":345,
28
+ "lat":39.5304,
29
+ "lon":-119.8144,
30
+ "transaction_buy_count":19,
31
+ "transaction_sold_count":16,
32
+ "is_seller":true,
33
+ "image_url_75x75":"some_image.jpg",
34
+ "first_name":"Tinker",
35
+ "last_name":"Bell"
36
+ }
37
+ }]
38
+ }
@@ -0,0 +1,41 @@
1
+ {
2
+ "count": 1,
3
+ "results": [{
4
+ "user_id": 5327518,
5
+ "login_name": "littletjane",
6
+ "creation_tsz": 1191381578,
7
+ "referred_by_user_id": null,
8
+ "feedback_info": {
9
+ "count": 417,
10
+ "score": 100
11
+ },
12
+ "Shops": [{
13
+ "shop_id":6952442,
14
+ "shop_name":"LittleJane",
15
+ "user_id":5327518,
16
+ "creation_tsz":1338484503,
17
+ "title":"",
18
+ "announcement":"",
19
+ "currency_code":"USD",
20
+ "is_vacation":false,
21
+ "vacation_message":null,
22
+ "sale_message":"",
23
+ "last_updated_tsz":1338490441,
24
+ "listing_active_count":1,
25
+ "login_name":"littletjane",
26
+ "alchemy_message":"",
27
+ "is_refusing_alchemy":false,
28
+ "policy_welcome":null,
29
+ "policy_payment":null,
30
+ "policy_shipping":null,
31
+ "policy_refunds":null,
32
+ "policy_additional":null,
33
+ "policy_seller_info":null,
34
+ "policy_updated_tsz":0,
35
+ "vacation_autoreply":null,
36
+ "url":"http://www.etsy.com/shop/LittleJane?utm_source=something&utm_medium=api&utm_campaign=api",
37
+ "image_url_760x100":null,
38
+ "num_favorers":0
39
+ }]
40
+ }]
41
+ }
@@ -0,0 +1,44 @@
1
+ # http://sneaq.net/textmate-wtf
2
+ $:.reject! { |e| e.include? 'TextMate' }
3
+
4
+ require 'rubygems'
5
+ require 'test/unit'
6
+ require 'shoulda'
7
+ require 'matchy'
8
+ require 'mocha'
9
+ require 'cgi'
10
+
11
+ require File.expand_path('../../lib/etsy', __FILE__)
12
+
13
+ class Test::Unit::TestCase
14
+
15
+ def raw_fixture_data(filename)
16
+ file = File.dirname(__FILE__) + "/fixtures/#{filename}"
17
+ File.read(file)
18
+ end
19
+
20
+ def read_fixture(filename)
21
+ JSON.parse(raw_fixture_data(filename))['results']
22
+ end
23
+
24
+ def mock_request(endpoint, options, resource, file)
25
+ objects = []
26
+ underscored_fixture_filename = "#{resource.gsub(/([^^])([A-Z])/, '\1_\2').downcase}/#{file}"
27
+ response_data = raw_fixture_data(underscored_fixture_filename)
28
+
29
+ Etsy::Request.stubs(:new).with(endpoint, options).returns(stub(:get => stub(:body => response_data, :code => '200')))
30
+
31
+ JSON.parse(response_data)['results'].each_with_index do |result, index|
32
+ object = "#{resource.downcase}_#{index}"
33
+ if options[:access_token] && options[:access_secret]
34
+ Etsy.const_get(resource).stubs(:new).with(result, options[:access_token], options[:access_secret]).returns(object)
35
+ else
36
+ Etsy.const_get(resource).stubs(:new).with(result).returns(object)
37
+ end
38
+ objects << object
39
+ end
40
+
41
+ objects
42
+ end
43
+
44
+ end
@@ -0,0 +1,61 @@
1
+ require File.expand_path('../../../test_helper', __FILE__)
2
+
3
+ module Etsy
4
+ class AddressTest < Test::Unit::TestCase
5
+
6
+ context "The Address class" do
7
+
8
+ should "be able to find a user's addresses" do
9
+ addresses = mock_request('/users/littletjane/addresses', {}, 'Address', 'getUserAddresses.json')
10
+ Address.find('littletjane').should == addresses
11
+ end
12
+
13
+ end
14
+
15
+ context "An instance of the Address class" do
16
+
17
+ context "with response data" do
18
+ setup do
19
+ data = read_fixture('address/getUserAddresses.json')
20
+ @address = Address.new(data.first)
21
+ end
22
+
23
+ should "have a value for :id" do
24
+ @address.id.should == 123
25
+ end
26
+
27
+ should "have a value for :name" do
28
+ @address.name.should == "Tinker Bell"
29
+ end
30
+
31
+ should "have a value for :first_line" do
32
+ @address.first_line.should == "123 Fake St."
33
+ end
34
+
35
+ should "have a value for :second_line" do
36
+ @address.second_line.should == nil
37
+ end
38
+
39
+ should "have a value for :city" do
40
+ @address.city.should == 'BigCity'
41
+ end
42
+
43
+ should "have a value for :state" do
44
+ @address.state.should == 'XX'
45
+ end
46
+
47
+ should "have a value for :zip" do
48
+ @address.zip.should == '12345'
49
+ end
50
+
51
+ should "have a value for :country" do
52
+ @address.country.should == 'United States'
53
+ end
54
+
55
+ should "have a value for :country_id" do
56
+ @address.country_id.should == 209
57
+ end
58
+ end
59
+ end
60
+ end
61
+ end
@@ -0,0 +1,28 @@
1
+ require File.expand_path('../../../test_helper', __FILE__)
2
+
3
+ module Etsy
4
+ class BasicClientTest < Test::Unit::TestCase
5
+
6
+ context "An instance of the BasicClient class" do
7
+
8
+ should "be able to construct a client" do
9
+ client = BasicClient.new('example.com')
10
+ Net::HTTP.stubs(:new).with('example.com').returns('client')
11
+
12
+ client.client.should == 'client'
13
+ end
14
+
15
+ should "be able to perform a GET request" do
16
+ http_client = stub()
17
+ http_client.stubs(:get).with('endpoint').returns('response')
18
+
19
+ client = BasicClient.new('')
20
+ client.stubs(:client).returns(http_client)
21
+
22
+ client.get('endpoint').should == 'response'
23
+ end
24
+
25
+ end
26
+
27
+ end
28
+ end