agent_cooper 0.0.6 → 0.0.7.pre

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. data/.gitignore +0 -1
  2. data/.rvmrc +1 -0
  3. data/.travis.yml +2 -0
  4. data/README.md +6 -4
  5. data/Rakefile +2 -0
  6. data/agent_cooper.gemspec +16 -14
  7. data/features/finder.feature +1 -1
  8. data/features/support/env.rb +1 -5
  9. data/features/support/vcr.rb +2 -6
  10. data/lib/agent_cooper.rb +13 -15
  11. data/lib/agent_cooper/builder.rb +46 -0
  12. data/lib/agent_cooper/config.rb +6 -1
  13. data/lib/agent_cooper/request.rb +54 -30
  14. data/lib/agent_cooper/requests/finder.rb +12 -15
  15. data/lib/agent_cooper/requests/merchandiser.rb +15 -16
  16. data/lib/agent_cooper/requests/shopper.rb +14 -14
  17. data/lib/agent_cooper/response.rb +9 -10
  18. data/lib/agent_cooper/synchrony.rb +22 -9
  19. data/lib/agent_cooper/version.rb +1 -1
  20. data/spec/agent_cooper/config_spec.rb +36 -0
  21. data/spec/agent_cooper/request_spec.rb +17 -106
  22. data/spec/agent_cooper/requests/finder_spec.rb +11 -8
  23. data/spec/agent_cooper/requests/merchandiser_spec.rb +13 -7
  24. data/spec/agent_cooper/requests/shopper_spec.rb +12 -7
  25. data/spec/agent_cooper/response_spec.rb +21 -53
  26. data/spec/agent_cooper_spec.rb +5 -2
  27. data/spec/fixtures/cassettes/finder/find_items_advanced/0612b88aa6d3bcece0d88b587267b6de.yml +590 -0
  28. data/spec/fixtures/cassettes/finder/find_items_by_category/e782300f74c9c6669d5c0d9719d03853.yml +420 -0
  29. data/spec/fixtures/cassettes/finder/find_items_by_keywords/a6e74b4aff9c701b73db82def8b31bc8.yml +632 -0
  30. data/spec/fixtures/cassettes/finder/find_items_by_product/9dd9b3128cbf3cda22e027207825c4c0.yml +684 -0
  31. data/spec/fixtures/cassettes/finder/find_items_in_ebay_stores/6514aa6b1db3f9fbddcfbb32b58fb67e.yml +464 -0
  32. data/spec/fixtures/cassettes/finder/get_histograms/{80bd04d96cd529af4148866a2d28f079.yml → 1cc52302ce2de278051c3b6be90ccd36.yml} +11 -11
  33. data/spec/fixtures/cassettes/finder/get_search_keywords_recommendation/{ec96bf3af091373de08550ff46f86c87.yml → 85a972f0b32d1e011b2c8b74fff19261.yml} +6 -6
  34. data/spec/fixtures/cassettes/merchandiser/get_most_watched_items/66600b7c4cb52b32e517f3e5563463e1.yml +51 -0
  35. data/spec/fixtures/cassettes/merchandiser/get_related_category_items/{c949e90fb2bd975020df657a4348328d.yml → c74a3e3dff9ffb3e5a84c057d1a88bf3.yml} +6 -6
  36. data/spec/fixtures/cassettes/merchandiser/get_similar_items/{56c2c41a60135db83d359053778a065f.yml → 943af1f951bf437e72a0d6325bc167af.yml} +6 -6
  37. data/spec/fixtures/cassettes/merchandiser/get_top_selling_products/323d900971616df3712c8bc7737a70f1.yml +51 -0
  38. data/spec/fixtures/cassettes/shopper/find_half_products/{77ad8a2ade8e4efadef07346677e43a9.yml → 7bf13f5c5fad44a19d46d68168dc05a3.yml} +15 -15
  39. data/spec/fixtures/cassettes/shopper/find_popular_items/67c26e00c0be5bfa5994b1ae408517f7.yml +258 -0
  40. data/spec/fixtures/cassettes/shopper/find_popular_searches/{6db9b375ea610e870e7a4ca4e20974ec.yml → bcf07f2cb90cae7cb40f2252dde126a6.yml} +8 -8
  41. data/spec/fixtures/cassettes/shopper/find_products/{3fd6d6000037cd409ab1ef18a6075257.yml → b1001bc7a19381f533b36d7b40daedd7.yml} +16 -16
  42. data/spec/fixtures/cassettes/shopper/find_reviews_and_guides/{8586a984e122cb84136d3cc0bb8bec77.yml → ceb14bd40e2371d3e58e9c4645e857f2.yml} +16 -16
  43. data/spec/fixtures/cassettes/shopper/get_item_status/{f34cf10c602f9fec7a388297888b4299.yml → 83876f24642637642979b09a6475b475.yml} +8 -8
  44. data/spec/fixtures/cassettes/shopper/get_multiple_items/{c1183c23add6cad9afbb73f986c2692e.yml → 1f42d0c0fe105f8c0ad79d08f1900738.yml} +8 -8
  45. data/spec/fixtures/cassettes/shopper/get_shipping_costs/{e7de18031f266637414155639797c097.yml → 9ca24c61a943a3f6647e45b0ae30261f.yml} +8 -8
  46. data/spec/fixtures/cassettes/shopper/get_single_item/{d4a895de6b214907c47a0b32ab630b9a.yml → d50997fefbf6099325c3c01ef2a4cb51.yml} +8 -8
  47. data/spec/fixtures/cassettes/shopper/get_user_profile/{dccabbf426bfeba4d898ca546e17dd4b.yml → a5a8fd7e8aeaea9a16dc09c6cb8f3092.yml} +8 -8
  48. data/spec/spec_helper.rb +2 -1
  49. data/spec/support/shared/request.rb +67 -0
  50. metadata +83 -92
  51. data/lib/agent_cooper/nokogiri_decorator.rb +0 -47
  52. data/spec/fixtures/cassettes/finder/find_items_advanced/d49218a9522a4a055e31fc6b88c3a2b5.yml +0 -528
  53. data/spec/fixtures/cassettes/finder/find_items_by_category/85e07de9993e68d09e895f1b01234c5a.yml +0 -463
  54. data/spec/fixtures/cassettes/finder/find_items_by_keywords/91d7d9b4b62b82877604465a20f9ffa9.yml +0 -668
  55. data/spec/fixtures/cassettes/finder/find_items_by_product/59ee1391b6dfc2a93e30c8911942fc71.yml +0 -744
  56. data/spec/fixtures/cassettes/finder/find_items_in_ebay_stores/c7d658804b6353fda03809c21b183af2.yml +0 -472
  57. data/spec/fixtures/cassettes/merchandiser/get_most_watched_items/3c0cb6fb7bb94b384cae15be175e9640.yml +0 -51
  58. data/spec/fixtures/cassettes/merchandiser/get_top_selling_products/a82dcb1f094754e54f2a5de191818c3f.yml +0 -53
  59. data/spec/fixtures/cassettes/shopper/find_popular_items/532fcb32fee187bdc6cc5fb7e4336992.yml +0 -258
  60. data/spec/fixtures/ebay.yml.sample +0 -1
@@ -2,7 +2,7 @@
2
2
  - !ruby/struct:VCR::HTTPInteraction
3
3
  request: !ruby/struct:VCR::Request
4
4
  method: :get
5
- uri: http://svcs.ebay.com:80/services/search/FindingService/v1?OPERATION-NAME=getHistograms&RESPONSE-DATA-FORMAT=XML&REST-PAYLOAD=&SECURITY-APPNAME=YOUR-APP-ID&SECURITY-VERSION=1.9.0&categoryId=11233
5
+ uri: http://svcs.ebay.com:80/services/search/FindingService/v1?OPERATION-NAME=getHistograms&RESPONSE-DATA-FORMAT=XML&REST-PAYLOAD=&SECURITY-APPNAME=Bookswap-5e09-4740-8ee6-a6b26090fd69&SECURITY-VERSION=1.11.0&categoryId=11233
6
6
  body: !!null
7
7
  headers: !!null
8
8
  response: !ruby/struct:VCR::Response
@@ -17,7 +17,7 @@
17
17
  x-ebay-esb-endpointurl:
18
18
  - /Root/ESBFunctions/Services/Ports/7003/profile/search/v1/FindingService/destination_default/address_synapse
19
19
  x-ebay-esb-guid:
20
- - urn:uuid:E12F691CADD474FC0D1311805078357
20
+ - urn:uuid:DB1A22F855BE113A4C1321290659587
21
21
  x-ebay-soa-locale-list:
22
22
  - en-US_US
23
23
  x-ebay-soa-message-protocol:
@@ -25,7 +25,7 @@
25
25
  x-ebay-soa-operation-name:
26
26
  - getHistograms
27
27
  x-ebay-soa-request-id:
28
- - 131583e6-a810-a0aa-1697-f3f7fff6a68e!FindingService!10.10.161.105!v3apifindingcore[!FindItemService!10.10.161.105!v3apifindingcore[]]
28
+ - 13396c8c-d520-a0aa-10d6-3d86ffee55a0!FindingService!10.10.161.13!v3apifindingcore[!FindItemService!10.10.161.13!v3apifindingcore[]]
29
29
  x-ebay-soa-response-data-format:
30
30
  - XML
31
31
  x-ebay-soa-service-name:
@@ -33,14 +33,14 @@
33
33
  x-ebay-soa-service-version:
34
34
  - 1.11.0
35
35
  date:
36
- - Sat, 23 Jul 2011 18:25:11 GMT
36
+ - Sat, 12 Nov 2011 07:58:22 GMT
37
37
  transfer-encoding:
38
38
  - chunked
39
- body: <?xml version='1.0' encoding='UTF-8'?><getHistogramsResponse xmlns="http://www.ebay.com/marketplace/search/v1/services"><ack>Success</ack><version>1.11.0</version><timestamp>2011-07-23T18:25:11.520Z</timestamp><categoryHistogramContainer><categoryHistogram><categoryId>11233</categoryId><categoryName>Music</categoryName><count>6184867</count><childCategoryHistogram><categoryId>307</categoryId><categoryName>CDs</categoryName><count>3156935</count></childCategoryHistogram><childCategoryHistogram><categoryId>306</categoryId><categoryName>Records</categoryName><count>2696354</count></childCategoryHistogram><childCategoryHistogram><categoryId>1600</categoryId><categoryName>Cassettes</categoryName><count>140427</count></childCategoryHistogram><childCategoryHistogram><categoryId>618</categoryId><categoryName>Other
40
- Formats</categoryName><count>63490</count></childCategoryHistogram><childCategoryHistogram><categoryId>31608</categoryId><categoryName>Wholesale
41
- Lots</categoryName><count>48002</count></childCategoryHistogram><childCategoryHistogram><categoryId>52473</categoryId><categoryName>Accessories</categoryName><count>13361</count></childCategoryHistogram></categoryHistogram></categoryHistogramContainer><conditionHistogramContainer><conditionHistogram><condition><conditionId>6000</conditionId><conditionDisplayName>Acceptable</conditionDisplayName></condition><count>80255</count></conditionHistogram><conditionHistogram><condition><conditionId>5000</conditionId><conditionDisplayName>Good</conditionDisplayName></condition><count>191133</count></conditionHistogram><conditionHistogram><condition><conditionId>4000</conditionId><conditionDisplayName>Very
42
- Good</conditionDisplayName></condition><count>769843</count></conditionHistogram><conditionHistogram><condition><conditionId>3000</conditionId><conditionDisplayName>Like
43
- New</conditionDisplayName></condition><count>370221</count></conditionHistogram><conditionHistogram><condition><conditionId>2750</conditionId><conditionDisplayName>Like
44
- New</conditionDisplayName></condition><count>548412</count></conditionHistogram><conditionHistogram><condition><conditionId>1500</conditionId></condition><count>99</count></conditionHistogram><conditionHistogram><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
45
- New</conditionDisplayName></condition><count>1757464</count></conditionHistogram></conditionHistogramContainer></getHistogramsResponse>
39
+ body: <?xml version='1.0' encoding='UTF-8'?><getHistogramsResponse xmlns="http://www.ebay.com/marketplace/search/v1/services"><ack>Success</ack><version>1.11.0</version><timestamp>2011-11-12T07:58:22.925Z</timestamp><categoryHistogramContainer><categoryHistogram><categoryId>11233</categoryId><categoryName>Music</categoryName><count>7642684</count><childCategoryHistogram><categoryId>307</categoryId><categoryName>CDs</categoryName><count>4142200</count></childCategoryHistogram><childCategoryHistogram><categoryId>306</categoryId><categoryName>Records</categoryName><count>3109314</count></childCategoryHistogram><childCategoryHistogram><categoryId>1600</categoryId><categoryName>Cassettes</categoryName><count>151410</count></childCategoryHistogram><childCategoryHistogram><categoryId>618</categoryId><categoryName>Other
40
+ Formats</categoryName><count>58031</count></childCategoryHistogram><childCategoryHistogram><categoryId>31608</categoryId><categoryName>Wholesale
41
+ Lots</categoryName><count>53583</count></childCategoryHistogram><childCategoryHistogram><categoryId>52473</categoryId><categoryName>Accessories</categoryName><count>22275</count></childCategoryHistogram></categoryHistogram></categoryHistogramContainer><conditionHistogramContainer><conditionHistogram><condition><conditionId>7000</conditionId></condition><count>1</count></conditionHistogram><conditionHistogram><condition><conditionId>6000</conditionId><conditionDisplayName>Acceptable</conditionDisplayName></condition><count>78275</count></conditionHistogram><conditionHistogram><condition><conditionId>5000</conditionId><conditionDisplayName>Good</conditionDisplayName></condition><count>288356</count></conditionHistogram><conditionHistogram><condition><conditionId>4000</conditionId><conditionDisplayName>Very
42
+ Good</conditionDisplayName></condition><count>991221</count></conditionHistogram><conditionHistogram><condition><conditionId>3000</conditionId><conditionDisplayName>Like
43
+ New</conditionDisplayName></condition><count>753838</count></conditionHistogram><conditionHistogram><condition><conditionId>2750</conditionId><conditionDisplayName>Like
44
+ New</conditionDisplayName></condition><count>649026</count></conditionHistogram><conditionHistogram><condition><conditionId>2000</conditionId></condition><count>8</count></conditionHistogram><conditionHistogram><condition><conditionId>1750</conditionId></condition><count>1</count></conditionHistogram><conditionHistogram><condition><conditionId>1500</conditionId></condition><count>112</count></conditionHistogram><conditionHistogram><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
45
+ New</conditionDisplayName></condition><count>2572131</count></conditionHistogram></conditionHistogramContainer></getHistogramsResponse>
46
46
  http_version: '1.1'
@@ -2,7 +2,7 @@
2
2
  - !ruby/struct:VCR::HTTPInteraction
3
3
  request: !ruby/struct:VCR::Request
4
4
  method: :get
5
- uri: http://svcs.ebay.com:80/services/search/FindingService/v1?OPERATION-NAME=getSearchKeywordsRecommendation&RESPONSE-DATA-FORMAT=XML&REST-PAYLOAD=&SECURITY-APPNAME=YOUR-APP-ID&SECURITY-VERSION=1.9.0&keywords=acordian
5
+ uri: http://svcs.ebay.com:80/services/search/FindingService/v1?OPERATION-NAME=getSearchKeywordsRecommendation&RESPONSE-DATA-FORMAT=XML&REST-PAYLOAD=&SECURITY-APPNAME=Bookswap-5e09-4740-8ee6-a6b26090fd69&SECURITY-VERSION=1.11.0&keywords=acordian
6
6
  body: !!null
7
7
  headers: !!null
8
8
  response: !ruby/struct:VCR::Response
@@ -15,9 +15,9 @@
15
15
  server:
16
16
  - Apache-Coyote/1.1
17
17
  x-ebay-esb-endpointurl:
18
- - /Root/ESBFunctions/Services/Ports/7003/profile/search/v1/FindingService/destination_default/address_synapse
18
+ - /Root/ESBFunctions/Services/Ports/7002/profile/search/v1/FindingService/destination_default/address_synapse
19
19
  x-ebay-esb-guid:
20
- - urn:uuid:14EB01C54D7CDDC2FA1311501192132
20
+ - urn:uuid:0CACEDE86EA20290111321289532228
21
21
  x-ebay-soa-locale-list:
22
22
  - en-US_US
23
23
  x-ebay-soa-message-protocol:
@@ -25,7 +25,7 @@
25
25
  x-ebay-soa-operation-name:
26
26
  - getSearchKeywordsRecommendation
27
27
  x-ebay-soa-request-id:
28
- - 131583e6-3d90-a0aa-1376-f206fff65ec4!FindingService!10.10.161.55!v3apifindingcore[!FindingRecommendationService!10.10.161.55!v3apifindingcore[]]
28
+ - 13396c8a-dc00-a0aa-16c0-fda0ffea2067!FindingService!10.10.161.108!v3apifindingcore[!FindingRecommendationService!10.10.161.108!v3apifindingcore[]]
29
29
  x-ebay-soa-response-data-format:
30
30
  - XML
31
31
  x-ebay-soa-service-name:
@@ -33,9 +33,9 @@
33
33
  x-ebay-soa-service-version:
34
34
  - 1.11.0
35
35
  date:
36
- - Sat, 23 Jul 2011 18:25:08 GMT
36
+ - Sat, 12 Nov 2011 07:58:14 GMT
37
37
  transfer-encoding:
38
38
  - chunked
39
39
  body: <?xml version='1.0' encoding='UTF-8'?><getSearchKeywordsRecommendationResponse
40
- xmlns="http://www.ebay.com/marketplace/search/v1/services"><ack>Success</ack><version>1.11.0</version><timestamp>2011-07-23T18:25:09.112Z</timestamp><keywords>accordion</keywords></getSearchKeywordsRecommendationResponse>
40
+ xmlns="http://www.ebay.com/marketplace/search/v1/services"><ack>Success</ack><version>1.11.0</version><timestamp>2011-11-12T07:58:13.968Z</timestamp><keywords>accordion</keywords></getSearchKeywordsRecommendationResponse>
41
41
  http_version: '1.1'
@@ -0,0 +1,51 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://svcs.ebay.com:80/MerchandisingService?CONSUMER-ID=Bookswap-5e09-4740-8ee6-a6b26090fd69&OPERATION-NAME=getMostWatchedItems&RESPONSE-DATA-FORMAT=XML&REST-PAYLOAD=&SERVICE-NAME=MerchandisingService&SERVICE-VERSION=1.5.0&maxResults=3
6
+ body: !!null
7
+ headers: !!null
8
+ response: !ruby/struct:VCR::Response
9
+ status: !ruby/struct:VCR::ResponseStatus
10
+ code: 200
11
+ message: OK
12
+ headers:
13
+ content-type:
14
+ - text/xml;charset=UTF-8
15
+ server:
16
+ - Apache-Coyote/1.1
17
+ x-ebay-esb-endpointurl:
18
+ - /Root/ESBFunctions/Services/Ports/7003/profile/ns/v1/MerchandisingService/destination_default/address_synapse
19
+ x-ebay-esb-guid:
20
+ - urn:uuid:23B81121389D4895A51321289369843
21
+ x-ebay-soa-locale-list:
22
+ - en-US_US
23
+ x-ebay-soa-message-protocol:
24
+ - NONE
25
+ x-ebay-soa-operation-name:
26
+ - getMostWatchedItems
27
+ x-ebay-soa-request-id:
28
+ - 13396c8d-4250-a0a3-d7d5-4575fffb1e87!MerchandisingService!10.10.61.125!v3soa1core[]
29
+ x-ebay-soa-response-data-format:
30
+ - XML
31
+ x-ebay-soa-service-name:
32
+ - ! '{http://www.ebay.com/marketplace/services}MerchandisingService'
33
+ x-ebay-soa-service-version:
34
+ - 1.5.0
35
+ date:
36
+ - Sat, 12 Nov 2011 07:58:22 GMT
37
+ transfer-encoding:
38
+ - chunked
39
+ body: <?xml version='1.0' encoding='UTF-8'?><getMostWatchedItemsResponse xmlns="http://www.ebay.com/marketplace/services"><ack>Success</ack><version>1.5.0</version><timestamp>2011-11-12T07:58:23.828Z</timestamp><itemRecommendations><item><itemId>390120901957</itemId><title>Wireless
40
+ Spy Nanny Mini Micro Camera FULL SYSTEM!</title><viewItemURL>http://www.ebay.com/itm/Wireless-Spy-Nanny-Mini-Micro-Camera-FULL-SYSTEM-/390120901957?_trksid=m8&amp;_trkparms=algo%3DMW%26itu%3DUCC%26otn%3D3%26ps%3D50</viewItemURL><globalId>EBAY-US</globalId><timeLeft>P27DT15H10M25S</timeLeft><primaryCategoryId>293</primaryCategoryId><primaryCategoryName>Consumer
41
+ Electronics</primaryCategoryName><subtitle>NEW 2011 MODEL WITH 4 CHANNEL FREQUENCY
42
+ SELECTOR!!</subtitle><buyItNowPrice currencyId="USD">39.99</buyItNowPrice><country>US</country><imageURL>http://thumbs2.ebaystatic.com/m/mdci5SsHo-pBCzix3IGaamg/80.jpg</imageURL><shippingCost
43
+ currencyId="USD">0.0</shippingCost><shippingType>Flat</shippingType><watchCount>5344</watchCount></item><item><itemId>270838312605</itemId><title>Xbox
44
+ LIVE 12-Month Gold Membership Subscription Card</title><viewItemURL>http://www.ebay.com/itm/Xbox-LIVE-12-Month-Gold-Membership-Subscription-Card-/270838312605?_trksid=m8&amp;_trkparms=algo%3DMW%26itu%3DUCC%26otn%3D3%26ps%3D50</viewItemURL><globalId>EBAY-US</globalId><timeLeft>P8DT14H36M4S</timeLeft><primaryCategoryId>1249</primaryCategoryId><primaryCategoryName>Video
45
+ Games</primaryCategoryName><buyItNowPrice currencyId="USD">49.99</buyItNowPrice><country>US</country><imageURL>http://thumbs2.ebaystatic.com/m/mf7ZPtAHK9TrFJpGfzlCEJA/80.jpg</imageURL><shippingCost
46
+ currencyId="USD">0.0</shippingCost><shippingType>Flat</shippingType><watchCount>4175</watchCount></item><item><itemId>290586406311</itemId><title>New
47
+ MID M80006 Google Android 8" Touch Tablet PC Silver</title><viewItemURL>http://www.ebay.com/itm/New-MID-M80006-Google-Android-8-Touch-Tablet-PC-Silver-/290586406311?_trksid=m8&amp;_trkparms=algo%3DMW%26itu%3DUCC%26otn%3D3%26ps%3D50</viewItemURL><globalId>EBAY-US</globalId><timeLeft>P26DT7H18M32S</timeLeft><primaryCategoryId>58058</primaryCategoryId><primaryCategoryName>Computers
48
+ &amp; Networking</primaryCategoryName><subtitle>Free Shipping~180° Swivel Display~w/Warranty,FAST
49
+ SHIP!</subtitle><buyItNowPrice currencyId="USD">102.95</buyItNowPrice><country>US</country><imageURL>http://thumbs4.ebaystatic.com/m/myYcjVoevH59-utbeWiZxtw/80.jpg</imageURL><shippingCost
50
+ currencyId="USD">0.0</shippingCost><shippingType>Flat</shippingType><watchCount>3287</watchCount></item></itemRecommendations></getMostWatchedItemsResponse>
51
+ http_version: '1.1'
@@ -2,7 +2,7 @@
2
2
  - !ruby/struct:VCR::HTTPInteraction
3
3
  request: !ruby/struct:VCR::Request
4
4
  method: :get
5
- uri: http://svcs.ebay.com:80/MerchandisingService?CONSUMER-ID=YOUR-APP-ID&OPERATION-NAME=getRelatedCategoryItems&RESPONSE-DATA-FORMAT=XML&REST-PAYLOAD=&SERVICE-NAME=MerchandisingService&SERVICE-VERSION=1.4.0&itemId=170192529715
5
+ uri: http://svcs.ebay.com:80/MerchandisingService?CONSUMER-ID=Bookswap-5e09-4740-8ee6-a6b26090fd69&OPERATION-NAME=getRelatedCategoryItems&RESPONSE-DATA-FORMAT=XML&REST-PAYLOAD=&SERVICE-NAME=MerchandisingService&SERVICE-VERSION=1.5.0&itemId=170192529715
6
6
  body: !!null
7
7
  headers: !!null
8
8
  response: !ruby/struct:VCR::Response
@@ -17,7 +17,7 @@
17
17
  x-ebay-esb-endpointurl:
18
18
  - /Root/ESBFunctions/Services/Ports/7003/profile/ns/v1/MerchandisingService/destination_default/address_synapse
19
19
  x-ebay-esb-guid:
20
- - urn:uuid:B6BF4AB7745A5EEEB91312047892715
20
+ - urn:uuid:DB533DA0949BBF40A41321290050773
21
21
  x-ebay-soa-locale-list:
22
22
  - en-US_US
23
23
  x-ebay-soa-message-protocol:
@@ -25,17 +25,17 @@
25
25
  x-ebay-soa-operation-name:
26
26
  - getRelatedCategoryItems
27
27
  x-ebay-soa-request-id:
28
- - 131583e6-df20-a0a3-d775-5395fffe7481!MerchandisingService!10.10.61.119!v3soa1core[]
28
+ - 13396c8d-2b40-a0a3-d662-7a72fffbbba1!MerchandisingService!10.10.61.102!v3soa1core[]
29
29
  x-ebay-soa-response-data-format:
30
30
  - XML
31
31
  x-ebay-soa-service-name:
32
32
  - ! '{http://www.ebay.com/marketplace/services}MerchandisingService'
33
33
  x-ebay-soa-service-version:
34
- - 1.4.0
34
+ - 1.5.0
35
35
  date:
36
- - Sat, 23 Jul 2011 18:25:11 GMT
36
+ - Sat, 12 Nov 2011 07:58:22 GMT
37
37
  transfer-encoding:
38
38
  - chunked
39
39
  body: <?xml version='1.0' encoding='UTF-8'?><getRelatedCategoryItemsResponse xmlns="http://www.ebay.com/marketplace/services"><ack>Failure</ack><errorMessage><error><errorId>8</errorId><domain>Marketplace</domain><severity>Error</severity><category>Application</category><message>Please
40
- specify a valid itemId.</message><subdomain>MarketplaceCommon</subdomain></error></errorMessage><version>1.4.0</version><timestamp>2011-07-23T18:25:11.712Z</timestamp></getRelatedCategoryItemsResponse>
40
+ specify a valid itemId.</message><subdomain>MarketplaceCommon</subdomain></error></errorMessage><version>1.5.0</version><timestamp>2011-11-12T07:58:23.459Z</timestamp></getRelatedCategoryItemsResponse>
41
41
  http_version: '1.1'
@@ -2,7 +2,7 @@
2
2
  - !ruby/struct:VCR::HTTPInteraction
3
3
  request: !ruby/struct:VCR::Request
4
4
  method: :get
5
- uri: http://svcs.ebay.com:80/MerchandisingService?CONSUMER-ID=YOUR-APP-ID&OPERATION-NAME=getSimilarItems&RESPONSE-DATA-FORMAT=XML&REST-PAYLOAD=&SERVICE-NAME=MerchandisingService&SERVICE-VERSION=1.4.0&itemId=280254552262
5
+ uri: http://svcs.ebay.com:80/MerchandisingService?CONSUMER-ID=Bookswap-5e09-4740-8ee6-a6b26090fd69&OPERATION-NAME=getSimilarItems&RESPONSE-DATA-FORMAT=XML&REST-PAYLOAD=&SERVICE-NAME=MerchandisingService&SERVICE-VERSION=1.5.0&itemId=280254552262
6
6
  body: !!null
7
7
  headers: !!null
8
8
  response: !ruby/struct:VCR::Response
@@ -17,7 +17,7 @@
17
17
  x-ebay-esb-endpointurl:
18
18
  - /Root/ESBFunctions/Services/Ports/7002/profile/ns/v1/MerchandisingService/destination_default/address_synapse
19
19
  x-ebay-esb-guid:
20
- - urn:uuid:3F2AA1A7B9FFBFE29E1312047893101
20
+ - urn:uuid:0CACEDE86EA20290111321289543959
21
21
  x-ebay-soa-locale-list:
22
22
  - en-US_US
23
23
  x-ebay-soa-message-protocol:
@@ -25,17 +25,17 @@
25
25
  x-ebay-soa-operation-name:
26
26
  - getSimilarItems
27
27
  x-ebay-soa-request-id:
28
- - 131583e6-e420-a0a3-d754-7284fffe7cf1!MerchandisingService!10.10.61.117!v3soa1core[]
28
+ - 13396c8d-3650-a0a3-d7b1-e241fffb6a3b!MerchandisingService!10.10.61.123!v3soa1core[]
29
29
  x-ebay-soa-response-data-format:
30
30
  - XML
31
31
  x-ebay-soa-service-name:
32
32
  - ! '{http://www.ebay.com/marketplace/services}MerchandisingService'
33
33
  x-ebay-soa-service-version:
34
- - 1.4.0
34
+ - 1.5.0
35
35
  date:
36
- - Sat, 23 Jul 2011 18:25:11 GMT
36
+ - Sat, 12 Nov 2011 07:58:23 GMT
37
37
  transfer-encoding:
38
38
  - chunked
39
39
  body: <?xml version='1.0' encoding='UTF-8'?><getSimilarItemsResponse xmlns="http://www.ebay.com/marketplace/services"><ack>Failure</ack><errorMessage><error><errorId>10</errorId><domain>Marketplace</domain><severity>Error</severity><category>Application</category><message>Invalid
40
- item ID. Item does not exist or has ended more than two weeks ago.</message><subdomain>Merchandising</subdomain></error></errorMessage><version>1.4.0</version><timestamp>2011-07-23T18:25:11.824Z</timestamp></getSimilarItemsResponse>
40
+ item ID. Item does not exist or has ended more than two weeks ago.</message><subdomain>Merchandising</subdomain></error></errorMessage><version>1.5.0</version><timestamp>2011-11-12T07:58:23.667Z</timestamp></getSimilarItemsResponse>
41
41
  http_version: '1.1'
@@ -0,0 +1,51 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://svcs.ebay.com:80/MerchandisingService?CONSUMER-ID=Bookswap-5e09-4740-8ee6-a6b26090fd69&OPERATION-NAME=getTopSellingProducts&RESPONSE-DATA-FORMAT=XML&REST-PAYLOAD=&SERVICE-NAME=MerchandisingService&SERVICE-VERSION=1.5.0&maxResults=3
6
+ body: !!null
7
+ headers: !!null
8
+ response: !ruby/struct:VCR::Response
9
+ status: !ruby/struct:VCR::ResponseStatus
10
+ code: 200
11
+ message: OK
12
+ headers:
13
+ content-type:
14
+ - text/xml;charset=UTF-8
15
+ server:
16
+ - Apache-Coyote/1.1
17
+ x-ebay-esb-endpointurl:
18
+ - /Root/ESBFunctions/Services/Ports/7002/profile/ns/v1/MerchandisingService/destination_default/address_synapse
19
+ x-ebay-esb-guid:
20
+ - urn:uuid:51B4C749795F677E581321289948792
21
+ x-ebay-soa-locale-list:
22
+ - en-US_US
23
+ x-ebay-soa-message-protocol:
24
+ - NONE
25
+ x-ebay-soa-operation-name:
26
+ - getTopSellingProducts
27
+ x-ebay-soa-request-id:
28
+ - 13396c8d-44f0-a0a3-d787-0577fffb8479!MerchandisingService!10.10.61.120!v3soa1core[]
29
+ x-ebay-soa-response-data-format:
30
+ - XML
31
+ x-ebay-soa-service-name:
32
+ - ! '{http://www.ebay.com/marketplace/services}MerchandisingService'
33
+ x-ebay-soa-service-version:
34
+ - 1.5.0
35
+ date:
36
+ - Sat, 12 Nov 2011 07:58:23 GMT
37
+ transfer-encoding:
38
+ - chunked
39
+ body: ! '<?xml version=''1.0'' encoding=''UTF-8''?><getTopSellingProductsResponse
40
+ xmlns="http://www.ebay.com/marketplace/services"><ack>Success</ack><version>1.5.0</version><timestamp>2011-11-12T07:58:23.979Z</timestamp><productRecommendations><product><productId
41
+ type="Reference">109464467</productId><title>Cars 2 (DVD, 2011)</title><productURL>http://www.ebay.com/ctg/109464467?_pcatid=1&amp;_tab=2&amp;_trksid=m108&amp;_trkparms=algo%3DMETSP%26otn%3D3%26pmod%3D0%26ps%3D51</productURL><catalogName>US
42
+ Muze Movies</catalogName><imageURL>http://i.ebayimg.com/00/$(KGrHqUOKp!E5(4bOqlBBOW6nYDZU!~~_0.JPG?set_id=89040003C1</imageURL><reviewCount>5</reviewCount><priceRangeMin
43
+ currencyId="USD">6.5</priceRangeMin><priceRangeMax currencyId="USD">39.95</priceRangeMax></product><product><productId
44
+ type="Reference">110288225</productId><title>Harry Potter and the Deathly Hallows:
45
+ Part II (DVD, 2011)</title><productURL>http://www.ebay.com/ctg/110288225?_pcatid=1&amp;_tab=2&amp;_trksid=m108&amp;_trkparms=algo%3DMETSP%26otn%3D3%26pmod%3D0%26ps%3D51</productURL><catalogName>US
46
+ Muze Movies</catalogName><imageURL>http://i.ebayimg.com/00/$(KGrHqMOKooE6eVU7UV4BOuWWY5i!g~~_0.JPG?set_id=89040003C1</imageURL><reviewCount>0</reviewCount><priceRangeMin
47
+ currencyId="USD">8.0</priceRangeMin><priceRangeMax currencyId="USD">44.95</priceRangeMax></product><product><productId
48
+ type="Reference">73228850</productId><title>Polaroid SX-70 Film Camera</title><productURL>http://www.ebay.com/ctg/73228850?_pcatid=51&amp;_tab=2&amp;_trksid=m108&amp;_trkparms=algo%3DMETSP%26otn%3D3%26pmod%3D0%26ps%3D51</productURL><catalogName>ePD
49
+ US SDC Film Cameras</catalogName><imageURL>http://i.ebayimg.com/12/!!d6R-JQ!WM~$(KGrHqIOKkYEsmmRrF)sBLOQdMt3k!~~_0.JPG?set_id=89040003C1</imageURL><reviewCount>89</reviewCount><priceRangeMin
50
+ currencyId="USD">35.0</priceRangeMin><priceRangeMax currencyId="USD">800.0</priceRangeMax></product></productRecommendations></getTopSellingProductsResponse>'
51
+ http_version: '1.1'
@@ -2,7 +2,7 @@
2
2
  - !ruby/struct:VCR::HTTPInteraction
3
3
  request: !ruby/struct:VCR::Request
4
4
  method: :get
5
- uri: http://open.api.ebay.com:80/shopping?APPID=YOUR-APP-ID&CALLNAME=FindHalfProducts&QueryKeywords=harry%20potter&RESPONSEENCODING=XML&SITEID=0&VERSION=717
5
+ uri: http://open.api.ebay.com:80/shopping?APPID=Bookswap-5e09-4740-8ee6-a6b26090fd69&CALLNAME=FindHalfProducts&QueryKeywords=harry%20potter&RESPONSEENCODING=XML&SITEID=0&VERSION=745
6
6
  body: !!null
7
7
  headers: !!null
8
8
  response: !ruby/struct:VCR::Response
@@ -17,39 +17,39 @@
17
17
  expires:
18
18
  - Sat, 25 Dec 1999 00:00:00 GMT
19
19
  last-modified:
20
- - Sat, 23 Jul 2011 18:25:12 GMT
20
+ - Sat, 12 Nov 2011 07:58:24 GMT
21
21
  pragma:
22
22
  - no-cache
23
23
  server:
24
24
  - Apache-Coyote/1.1
25
25
  x-ebay-api-build-tag:
26
- - E731_CORE_BUNDLED_13527319_R1
26
+ - E745_CORE_BUNDLED_14025482_R1
27
27
  x-ebay-api-pool-name:
28
28
  - ___cDRidW9rdDdlaHFg
29
29
  x-ebay-api-server-name:
30
- - ___dW0ucm43Nyg/MjNyN2NmKjc3LTMoNjo2KDY6Mjw/Mz02
30
+ - ___dW0ucm43Nyg/MjNyN2N7Kjc3LTMoNjo2KDY6Njw/Mz02
31
31
  x-ebay-esb-guid:
32
- - urn:uuid:0818EFD69DD414CBF626954584932357628719059251
32
+ - urn:uuid:62CB515CDAAA1C5553376291510847098841327158253
33
33
  date:
34
- - Sat, 23 Jul 2011 18:25:11 GMT
34
+ - Sat, 12 Nov 2011 07:58:23 GMT
35
35
  transfer-encoding:
36
36
  - chunked
37
37
  body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\n <FindHalfProductsResponse
38
- xmlns=\"urn:ebay:apis:eBLBaseComponents\">\n <Timestamp>2011-07-23T18:25:12.147Z</Timestamp>\n
39
- \ <Ack>Success</Ack>\n <Build>E731_CORE_BUNDLED_13527319_R1</Build>\n <Version>731</Version>\n
40
- \ <PageNumber>1</PageNumber>\n <ApproximatePages>1170</ApproximatePages>\n
41
- \ <MoreResults>true</MoreResults>\n <TotalProducts>1170</TotalProducts>\n
38
+ xmlns=\"urn:ebay:apis:eBLBaseComponents\">\n <Timestamp>2011-11-12T07:58:24.481Z</Timestamp>\n
39
+ \ <Ack>Success</Ack>\n <Build>E745_CORE_BUNDLED_14025482_R1</Build>\n <Version>745</Version>\n
40
+ \ <PageNumber>1</PageNumber>\n <ApproximatePages>1250</ApproximatePages>\n
41
+ \ <MoreResults>true</MoreResults>\n <TotalProducts>1250</TotalProducts>\n
42
42
  \ <Products>\n <Product>\n <Title>Harry Potter and the Deathly Hallows:
43
- Part I (DVD, 2011)</Title>\n <DetailsURL>http://syicatalogs.ebay.com/ws/eBayISAPI.dll?PageSyiProductDetails&amp;IncludeAttributes=1&amp;ShowAttributesTable=1&amp;ProductMementoString=115979:2:1049:1597262630:336208740:1b8ed71676cebc1fb9211d3c1eee0b4a:1:1:1:1415162318</DetailsURL>\n
44
- \ <StockPhotoURL>http://i.ebayimg.com/00/$(KGrHqF,!l0E2DwP)(v!BNo16imfYQ~~_6.JPG?set_id=89040003C1</StockPhotoURL>\n
43
+ Part II (DVD, 2011)</Title>\n <DetailsURL>http://syicatalogs.ebay.com/ws/eBayISAPI.dll?PageSyiProductDetails&amp;IncludeAttributes=1&amp;ShowAttributesTable=1&amp;ProductMementoString=118656:2:1049:4276817045:390427655:3f5acce195ccfcf94a20bffcb51bf332:1:1:1:5000000672452</DetailsURL>\n
44
+ \ <StockPhotoURL>http://i.ebayimg.com/00/$(KGrHqMOKooE6eVU7UV4BOuWWY5i!g~~_6.JPG?set_id=89040003C1</StockPhotoURL>\n
45
45
  \ <DisplayStockPhotos>true</DisplayStockPhotos>\n <ItemCount>0</ItemCount>\n
46
- \ <ProductID type=\"Reference\">99846530</ProductID>\n <ProductID type=\"UPC\">883929139446</ProductID>\n
46
+ \ <ProductID type=\"Reference\">110288225</ProductID>\n <ProductID type=\"UPC\">883929140459</ProductID>\n
47
47
  \ <DomainName>DVDs</DomainName>\n <ItemSpecifics>\n <NameValueList>\n
48
48
  \ <Name>Format</Name>\n <Value>DVD</Value>\n </NameValueList>\n
49
49
  \ <NameValueList>\n <Name>Rating</Name>\n <Value>PG-13</Value>\n
50
50
  \ </NameValueList>\n <NameValueList>\n <Name>Leading Role</Name>\n
51
- \ </NameValueList>\n </ItemSpecifics>\n <ReviewCount>84</ReviewCount>\n
52
- \ <MinPrice currencyID=\"USD\">8.43</MinPrice>\n </Product>\n </Products>\n
51
+ \ </NameValueList>\n </ItemSpecifics>\n <ReviewCount>0</ReviewCount>\n
52
+ \ <MinPrice currencyID=\"USD\">9.5</MinPrice>\n </Product>\n </Products>\n
53
53
  \ <ProductSearchURL>http://search.half.ebay.com/harry-potter</ProductSearchURL>\n
54
54
  \ </FindHalfProductsResponse>\n "
55
55
  http_version: '1.1'
@@ -0,0 +1,258 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://open.api.ebay.com:80/shopping?APPID=Bookswap-5e09-4740-8ee6-a6b26090fd69&CALLNAME=FindPopularItems&QueryKeywords=harry%20original&RESPONSEENCODING=XML&SITEID=0&VERSION=745
6
+ body: !!null
7
+ headers: !!null
8
+ response: !ruby/struct:VCR::Response
9
+ status: !ruby/struct:VCR::ResponseStatus
10
+ code: 200
11
+ message: OK
12
+ headers:
13
+ content-type:
14
+ - text/xml;charset=utf-8
15
+ cache-control:
16
+ - no-cache
17
+ expires:
18
+ - Sat, 25 Dec 1999 00:00:00 GMT
19
+ last-modified:
20
+ - Sat, 12 Nov 2011 07:58:26 GMT
21
+ pragma:
22
+ - no-cache
23
+ server:
24
+ - Apache-Coyote/1.1
25
+ x-ebay-api-build-tag:
26
+ - E745_CORE_BUNDLED_14025482_R1
27
+ x-ebay-api-pool-name:
28
+ - ___cDRidW9rdDdlaHFg
29
+ x-ebay-api-server-name:
30
+ - ___dW0ucnAqM2YwMDQxZCgyNSgxLTc2NS00PzM5PTY/Mw==
31
+ x-ebay-esb-guid:
32
+ - urn:uuid:19CEF3E19DBAF77BD436924219894874250809632940
33
+ date:
34
+ - Sat, 12 Nov 2011 07:58:25 GMT
35
+ transfer-encoding:
36
+ - chunked
37
+ body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\n <FindPopularItemsResponse
38
+ xmlns=\"urn:ebay:apis:eBLBaseComponents\">\n <Timestamp>2011-11-12T07:58:26.076Z</Timestamp>\n
39
+ \ <Ack>Success</Ack>\n <Build>E745_CORE_BUNDLED_14025482_R1</Build>\n <Version>745</Version>\n
40
+ \ <ItemArray>\n <Item>\n <ItemID>260886241077</ItemID>\n <EndTime>2011-11-13T19:29:45.000Z</EndTime>\n
41
+ \ <ViewItemURLForNaturalSearch>http://www.ebay.com/itm/MAD-EYE-MOODY-HARRY-POTTER-ORIGINAL-MINIFIG-LEGO-SET-4767-/260886241077</ViewItemURLForNaturalSearch>\n
42
+ \ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs2.ebaystatic.com/pict/2608862410778080_1.jpg</GalleryURL>\n
43
+ \ <PrimaryCategoryID>18998</PrimaryCategoryID>\n <PrimaryCategoryName>Toys
44
+ &amp; Games:Construction Toys &amp; Kits:Lego</PrimaryCategoryName>\n <BidCount>11</BidCount>\n
45
+ \ <ConvertedCurrentPrice currencyID=\"USD\">19.85</ConvertedCurrentPrice>\n
46
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P1DT11H31M19S</TimeLeft>\n
47
+ \ <Title>MAD-EYE MOODY HARRY POTTER ORIGINAL MINIFIG FROM LEGO SET 4767</Title>\n
48
+ \ <ShippingCostSummary>\n <ShippingServiceCost currencyID=\"USD\">3.29</ShippingServiceCost>\n
49
+ \ <ShippingType>Flat</ShippingType>\n <ListedShippingServiceCost currencyID=\"GBP\">2.07</ListedShippingServiceCost>\n
50
+ \ </ShippingCostSummary>\n <WatchCount>40</WatchCount>\n </Item>\n
51
+ \ <Item>\n <ItemID>160676571437</ItemID>\n <EndTime>2011-11-14T12:53:55.000Z</EndTime>\n
52
+ \ <ViewItemURLForNaturalSearch>http://www.ebay.com/itm/ORIGINAL-2001-HARRY-POTTER-LEGO-FORBIDDEN-CORRIDOR-4706-/160676571437</ViewItemURLForNaturalSearch>\n
53
+ \ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs2.ebaystatic.com/pict/1606765714378080_1.jpg</GalleryURL>\n
54
+ \ <PrimaryCategoryID>18998</PrimaryCategoryID>\n <PrimaryCategoryName>Toys
55
+ &amp; Games:Construction Toys &amp; Kits:Lego</PrimaryCategoryName>\n <BidCount>9</BidCount>\n
56
+ \ <ConvertedCurrentPrice currencyID=\"USD\">25.41</ConvertedCurrentPrice>\n
57
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P2DT4H55M29S</TimeLeft>\n
58
+ \ <Title>ORIGINAL 2001 HARRY POTTER LEGO - THE FORBIDDEN CORRIDOR 4706</Title>\n
59
+ \ <ShippingCostSummary>\n <ShippingServiceCost currencyID=\"USD\">13.5</ShippingServiceCost>\n
60
+ \ <ShippingType>Flat</ShippingType>\n <ListedShippingServiceCost currencyID=\"GBP\">8.5</ListedShippingServiceCost>\n
61
+ \ </ShippingCostSummary>\n <WatchCount>25</WatchCount>\n </Item>\n
62
+ \ <Item>\n <ItemID>160676618618</ItemID>\n <EndTime>2011-11-14T15:17:20.000Z</EndTime>\n
63
+ \ <ViewItemURLForNaturalSearch>http://www.ebay.com/itm/ORIGINAL-2002-03-HARRY-POTTER-LEGO-ESCAPE-PRIVET-DRIVE-4728-/160676618618</ViewItemURLForNaturalSearch>\n
64
+ \ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs3.ebaystatic.com/pict/1606766186188080_1.jpg</GalleryURL>\n
65
+ \ <PrimaryCategoryID>18998</PrimaryCategoryID>\n <PrimaryCategoryName>Toys
66
+ &amp; Games:Construction Toys &amp; Kits:Lego</PrimaryCategoryName>\n <BidCount>4</BidCount>\n
67
+ \ <ConvertedCurrentPrice currencyID=\"USD\">13.53</ConvertedCurrentPrice>\n
68
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P2DT7H18M54S</TimeLeft>\n
69
+ \ <Title>ORIGINAL 2002/03 HARRY POTTER LEGO - ESCAPE FROM PRIVET DRIVE- 4728</Title>\n
70
+ \ <ShippingCostSummary>\n <ShippingServiceCost currencyID=\"USD\">13.5</ShippingServiceCost>\n
71
+ \ <ShippingType>Flat</ShippingType>\n <ListedShippingServiceCost currencyID=\"GBP\">8.5</ListedShippingServiceCost>\n
72
+ \ </ShippingCostSummary>\n <WatchCount>24</WatchCount>\n </Item>\n
73
+ \ <Item>\n <ItemID>260888424446</ItemID>\n <EndTime>2011-11-14T00:30:41.000Z</EndTime>\n
74
+ \ <ViewItemURLForNaturalSearch>http://www.ebay.com/itm/Original-Harry-Potter-Lego-Shrieking-Shack-4756-/260888424446</ViewItemURLForNaturalSearch>\n
75
+ \ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs3.ebaystatic.com/pict/2608884244468080_1.jpg</GalleryURL>\n
76
+ \ <PrimaryCategoryID>58727</PrimaryCategoryID>\n <PrimaryCategoryName>Toys
77
+ &amp; Hobbies:Building Toys:LEGO:Sets:Harry Potter</PrimaryCategoryName>\n <BidCount>9</BidCount>\n
78
+ \ <ConvertedCurrentPrice currencyID=\"USD\">89.0</ConvertedCurrentPrice>\n
79
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P1DT16H32M15S</TimeLeft>\n
80
+ \ <Title>Original Harry Potter Lego The Shrieking Shack #4756 </Title>\n
81
+ \ <ShippingCostSummary>\n <ShippingType>Calculated</ShippingType>\n
82
+ \ </ShippingCostSummary>\n <WatchCount>20</WatchCount>\n </Item>\n
83
+ \ <Item>\n <ItemID>160676589702</ItemID>\n <EndTime>2011-11-14T13:57:15.000Z</EndTime>\n
84
+ \ <ViewItemURLForNaturalSearch>http://www.ebay.com/itm/ORIGINAL-2001-HARRY-POTTER-LEGO-CHAMBER-WINGED-KEYS-4704-/160676589702</ViewItemURLForNaturalSearch>\n
85
+ \ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs3.ebaystatic.com/pict/1606765897028080_1.jpg</GalleryURL>\n
86
+ \ <PrimaryCategoryID>18998</PrimaryCategoryID>\n <PrimaryCategoryName>Toys
87
+ &amp; Games:Construction Toys &amp; Kits:Lego</PrimaryCategoryName>\n <BidCount>3</BidCount>\n
88
+ \ <ConvertedCurrentPrice currencyID=\"USD\">3.49</ConvertedCurrentPrice>\n
89
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P2DT5H58M49S</TimeLeft>\n
90
+ \ <Title>ORIGINAL 2001 HARRY POTTER LEGO - THE CHAMBER OF THE WINGED KEYS
91
+ - 4704</Title>\n <ShippingCostSummary>\n <ShippingServiceCost currencyID=\"USD\">13.5</ShippingServiceCost>\n
92
+ \ <ShippingType>Flat</ShippingType>\n <ListedShippingServiceCost currencyID=\"GBP\">8.5</ListedShippingServiceCost>\n
93
+ \ </ShippingCostSummary>\n <WatchCount>20</WatchCount>\n </Item>\n
94
+ \ <Item>\n <ItemID>270786806224</ItemID>\n <EndTime>2011-11-19T21:52:16.000Z</EndTime>\n
95
+ \ <ViewItemURLForNaturalSearch>http://www.ebay.com/itm/Original-Dirty-Harry-KDs-G-15-Grey-Sunglasses-WPouch-/270786806224</ViewItemURLForNaturalSearch>\n
96
+ \ <ListingType>FixedPriceItem</ListingType>\n <GalleryURL>http://thumbs1.ebaystatic.com/pict/2707868062248080_1.jpg</GalleryURL>\n
97
+ \ <PrimaryCategoryID>79720</PrimaryCategoryID>\n <PrimaryCategoryName>Clothing,
98
+ Shoes &amp; Accessories:Men&apos;s Accessories:Sunglasses</PrimaryCategoryName>\n
99
+ \ <BidCount>18</BidCount>\n <ConvertedCurrentPrice currencyID=\"USD\">9.25</ConvertedCurrentPrice>\n
100
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P7DT13H53M50S</TimeLeft>\n
101
+ \ <Title>Original Dirty Harry By KDs G-15 Grey Sunglasses WPouch</Title>\n
102
+ \ <ShippingCostSummary>\n <ShippingServiceCost currencyID=\"USD\">3.95</ShippingServiceCost>\n
103
+ \ <ShippingType>Flat</ShippingType>\n <ListedShippingServiceCost currencyID=\"USD\">3.95</ListedShippingServiceCost>\n
104
+ \ </ShippingCostSummary>\n <WatchCount>19</WatchCount>\n </Item>\n
105
+ \ <Item>\n <ItemID>260886250844</ItemID>\n <EndTime>2011-11-13T19:42:58.000Z</EndTime>\n
106
+ \ <ViewItemURLForNaturalSearch>http://www.ebay.com/itm/MERMAN-HARRY-POTTER-ORIGINAL-MINIFIG-4762-Rescue-merpeople-/260886250844</ViewItemURLForNaturalSearch>\n
107
+ \ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs1.ebaystatic.com/pict/2608862508448080_1.jpg</GalleryURL>\n
108
+ \ <PrimaryCategoryID>18998</PrimaryCategoryID>\n <PrimaryCategoryName>Toys
109
+ &amp; Games:Construction Toys &amp; Kits:Lego</PrimaryCategoryName>\n <BidCount>5</BidCount>\n
110
+ \ <ConvertedCurrentPrice currencyID=\"USD\">6.48</ConvertedCurrentPrice>\n
111
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P1DT11H44M32S</TimeLeft>\n
112
+ \ <Title>MERMAN HARRY POTTER ORIGINAL MINIFIG FROM &apos;4762 Rescue from
113
+ the merpeople&apos;</Title>\n <ShippingCostSummary>\n <ShippingServiceCost
114
+ currencyID=\"USD\">3.29</ShippingServiceCost>\n <ShippingType>Flat</ShippingType>\n
115
+ \ <ListedShippingServiceCost currencyID=\"GBP\">2.07</ListedShippingServiceCost>\n
116
+ \ </ShippingCostSummary>\n <WatchCount>16</WatchCount>\n </Item>\n
117
+ \ <Item>\n <ItemID>260888422607</ItemID>\n <EndTime>2011-11-14T00:25:26.000Z</EndTime>\n
118
+ \ <ViewItemURLForNaturalSearch>http://www.ebay.com/itm/Original-Harry-Potter-Lego-Sirius-Black-Escapes-4753-/260888422607</ViewItemURLForNaturalSearch>\n
119
+ \ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs4.ebaystatic.com/pict/2608884226078080_1.jpg</GalleryURL>\n
120
+ \ <PrimaryCategoryID>58727</PrimaryCategoryID>\n <PrimaryCategoryName>Toys
121
+ &amp; Hobbies:Building Toys:LEGO:Sets:Harry Potter</PrimaryCategoryName>\n <BidCount>2</BidCount>\n
122
+ \ <ConvertedCurrentPrice currencyID=\"USD\">41.61</ConvertedCurrentPrice>\n
123
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P1DT16H27M</TimeLeft>\n
124
+ \ <Title>Original Harry Potter Lego Sirius Black Escapes #4753 </Title>\n
125
+ \ <ShippingCostSummary>\n <ShippingType>Calculated</ShippingType>\n
126
+ \ </ShippingCostSummary>\n <WatchCount>15</WatchCount>\n </Item>\n
127
+ \ <Item>\n <ItemID>160676595127</ItemID>\n <EndTime>2011-11-14T14:09:33.000Z</EndTime>\n
128
+ \ <ViewItemURLForNaturalSearch>http://www.ebay.com/itm/ORIGINAL-2001-HARRY-POTTER-LEGO-HAGRIDS-HUT-4707-/160676595127</ViewItemURLForNaturalSearch>\n
129
+ \ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs4.ebaystatic.com/pict/1606765951278080_1.jpg</GalleryURL>\n
130
+ \ <PrimaryCategoryID>18998</PrimaryCategoryID>\n <PrimaryCategoryName>Toys
131
+ &amp; Games:Construction Toys &amp; Kits:Lego</PrimaryCategoryName>\n <BidCount>6</BidCount>\n
132
+ \ <ConvertedCurrentPrice currencyID=\"USD\">22.25</ConvertedCurrentPrice>\n
133
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P2DT6H11M7S</TimeLeft>\n
134
+ \ <Title>ORIGINAL 2001 HARRY POTTER LEGO - HAGRID&apos;S HUT - 4707</Title>\n
135
+ \ <ShippingCostSummary>\n <ShippingServiceCost currencyID=\"USD\">13.5</ShippingServiceCost>\n
136
+ \ <ShippingType>Flat</ShippingType>\n <ListedShippingServiceCost currencyID=\"GBP\">8.5</ListedShippingServiceCost>\n
137
+ \ </ShippingCostSummary>\n <WatchCount>15</WatchCount>\n </Item>\n
138
+ \ <Item>\n <ItemID>160676599590</ItemID>\n <EndTime>2011-11-14T14:22:22.000Z</EndTime>\n
139
+ \ <ViewItemURLForNaturalSearch>http://www.ebay.com/itm/ORIGINAL-2001-HARRY-POTTER-LEGO-SORTING-HAT-4701-/160676599590</ViewItemURLForNaturalSearch>\n
140
+ \ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs3.ebaystatic.com/pict/1606765995908080_1.jpg</GalleryURL>\n
141
+ \ <PrimaryCategoryID>18998</PrimaryCategoryID>\n <PrimaryCategoryName>Toys
142
+ &amp; Games:Construction Toys &amp; Kits:Lego</PrimaryCategoryName>\n <BidCount>4</BidCount>\n
143
+ \ <ConvertedCurrentPrice currencyID=\"USD\">5.08</ConvertedCurrentPrice>\n
144
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P2DT6H23M56S</TimeLeft>\n
145
+ \ <Title>ORIGINAL 2001 HARRY POTTER LEGO - THE SORTING HAT- 4701</Title>\n
146
+ \ <ShippingCostSummary>\n <ShippingServiceCost currencyID=\"USD\">13.5</ShippingServiceCost>\n
147
+ \ <ShippingType>Flat</ShippingType>\n <ListedShippingServiceCost currencyID=\"GBP\">8.5</ListedShippingServiceCost>\n
148
+ \ </ShippingCostSummary>\n <WatchCount>14</WatchCount>\n </Item>\n
149
+ \ <Item>\n <ItemID>260886247063</ItemID>\n <EndTime>2011-11-13T19:37:42.000Z</EndTime>\n
150
+ \ <ViewItemURLForNaturalSearch>http://www.ebay.com/itm/HARRY-POTTER-ORIGINAL-MINIFIG-HUNGARIAN-HORNTAIL-DRAGON-EGG-4767-/260886247063</ViewItemURLForNaturalSearch>\n
151
+ \ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs4.ebaystatic.com/pict/2608862470638080_1.jpg</GalleryURL>\n
152
+ \ <PrimaryCategoryID>18998</PrimaryCategoryID>\n <PrimaryCategoryName>Toys
153
+ &amp; Games:Construction Toys &amp; Kits:Lego</PrimaryCategoryName>\n <BidCount>4</BidCount>\n
154
+ \ <ConvertedCurrentPrice currencyID=\"USD\">4.78</ConvertedCurrentPrice>\n
155
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P1DT11H39M16S</TimeLeft>\n
156
+ \ <Title>HARRY POTTER ORIGINAL MINIFIG WITH HUNGARIAN HORNTAIL DRAGON EGG
157
+ FROM 4767</Title>\n <ShippingCostSummary>\n <ShippingServiceCost currencyID=\"USD\">3.29</ShippingServiceCost>\n
158
+ \ <ShippingType>Flat</ShippingType>\n <ListedShippingServiceCost currencyID=\"GBP\">2.07</ListedShippingServiceCost>\n
159
+ \ </ShippingCostSummary>\n <WatchCount>13</WatchCount>\n </Item>\n
160
+ \ <Item>\n <ItemID>260888399256</ItemID>\n <EndTime>2011-11-13T23:30:15.000Z</EndTime>\n
161
+ \ <ViewItemURLForNaturalSearch>http://www.ebay.com/itm/Original-Harry-Potter-Legos-4714-4719-4720-4723-/260888399256</ViewItemURLForNaturalSearch>\n
162
+ \ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs1.ebaystatic.com/pict/2608883992568080_1.jpg</GalleryURL>\n
163
+ \ <PrimaryCategoryID>58727</PrimaryCategoryID>\n <PrimaryCategoryName>Toys
164
+ &amp; Hobbies:Building Toys:LEGO:Sets:Harry Potter</PrimaryCategoryName>\n <BidCount>12</BidCount>\n
165
+ \ <ConvertedCurrentPrice currencyID=\"USD\">53.0</ConvertedCurrentPrice>\n
166
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P1DT15H31M49S</TimeLeft>\n
167
+ \ <Title>Original Harry Potter Legos #4714, #4719, # 4720 &amp; #4723</Title>\n
168
+ \ <ShippingCostSummary>\n <ShippingType>Calculated</ShippingType>\n
169
+ \ </ShippingCostSummary>\n <WatchCount>13</WatchCount>\n </Item>\n
170
+ \ <Item>\n <ItemID>260888416946</ItemID>\n <EndTime>2011-11-14T00:11:13.000Z</EndTime>\n
171
+ \ <ViewItemURLForNaturalSearch>http://www.ebay.com/itm/Original-Harry-Potter-Lego-Chamber-Secrets-4730-/260888416946</ViewItemURLForNaturalSearch>\n
172
+ \ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs3.ebaystatic.com/pict/2608884169468080_1.jpg</GalleryURL>\n
173
+ \ <PrimaryCategoryID>58727</PrimaryCategoryID>\n <PrimaryCategoryName>Toys
174
+ &amp; Hobbies:Building Toys:LEGO:Sets:Harry Potter</PrimaryCategoryName>\n <BidCount>5</BidCount>\n
175
+ \ <ConvertedCurrentPrice currencyID=\"USD\">76.0</ConvertedCurrentPrice>\n
176
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P1DT16H12M47S</TimeLeft>\n
177
+ \ <Title>Original Harry Potter Lego Chamber of Secrets #4730</Title>\n <ShippingCostSummary>\n
178
+ \ <ShippingType>Calculated</ShippingType>\n </ShippingCostSummary>\n
179
+ \ <WatchCount>13</WatchCount>\n </Item>\n <Item>\n <ItemID>160676584079</ItemID>\n
180
+ \ <EndTime>2011-11-14T13:36:17.000Z</EndTime>\n <ViewItemURLForNaturalSearch>http://www.ebay.com/itm/ORIGINAL-2001-HARRY-POTTER-LEGO-SNAPES-CLASSROOM-4705-/160676584079</ViewItemURLForNaturalSearch>\n
181
+ \ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs4.ebaystatic.com/pict/1606765840798080_1.jpg</GalleryURL>\n
182
+ \ <PrimaryCategoryID>18998</PrimaryCategoryID>\n <PrimaryCategoryName>Toys
183
+ &amp; Games:Construction Toys &amp; Kits:Lego</PrimaryCategoryName>\n <BidCount>10</BidCount>\n
184
+ \ <ConvertedCurrentPrice currencyID=\"USD\">7.54</ConvertedCurrentPrice>\n
185
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P2DT5H37M51S</TimeLeft>\n
186
+ \ <Title>ORIGINAL 2001 HARRY POTTER LEGO - SNAPE&apos;S CLASSROOM - 4705</Title>\n
187
+ \ <ShippingCostSummary>\n <ShippingServiceCost currencyID=\"USD\">13.5</ShippingServiceCost>\n
188
+ \ <ShippingType>Flat</ShippingType>\n <ListedShippingServiceCost currencyID=\"GBP\">8.5</ListedShippingServiceCost>\n
189
+ \ </ShippingCostSummary>\n <WatchCount>11</WatchCount>\n </Item>\n
190
+ \ <Item>\n <ItemID>160676610823</ItemID>\n <EndTime>2011-11-14T14:54:45.000Z</EndTime>\n
191
+ \ <ViewItemURLForNaturalSearch>http://www.ebay.com/itm/ORIGINAL-2001-HARRY-POTTER-LEGO-FINAL-CHALLENGE-4702-/160676610823</ViewItemURLForNaturalSearch>\n
192
+ \ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs4.ebaystatic.com/pict/1606766108238080_1.jpg</GalleryURL>\n
193
+ \ <PrimaryCategoryID>18998</PrimaryCategoryID>\n <PrimaryCategoryName>Toys
194
+ &amp; Games:Construction Toys &amp; Kits:Lego</PrimaryCategoryName>\n <BidCount>5</BidCount>\n
195
+ \ <ConvertedCurrentPrice currencyID=\"USD\">8.74</ConvertedCurrentPrice>\n
196
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P2DT6H56M19S</TimeLeft>\n
197
+ \ <Title>ORIGINAL 2001 HARRY POTTER LEGO - THE FINAL CHALLENGE- 4702</Title>\n
198
+ \ <ShippingCostSummary>\n <ShippingServiceCost currencyID=\"USD\">13.5</ShippingServiceCost>\n
199
+ \ <ShippingType>Flat</ShippingType>\n <ListedShippingServiceCost currencyID=\"GBP\">8.5</ListedShippingServiceCost>\n
200
+ \ </ShippingCostSummary>\n <WatchCount>11</WatchCount>\n </Item>\n
201
+ \ <Item>\n <ItemID>270849198964</ItemID>\n <EndTime>2011-11-15T17:00:30.000Z</EndTime>\n
202
+ \ <ViewItemURLForNaturalSearch>http://www.ebay.com/itm/Harry-Potter-Mini-Collection-Series-1-4-4-2003-original-New-Box-/270849198964</ViewItemURLForNaturalSearch>\n
203
+ \ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs1.ebaystatic.com/pict/2708491989648080_1.jpg</GalleryURL>\n
204
+ \ <PrimaryCategoryID>126922</PrimaryCategoryID>\n <PrimaryCategoryName>Toys
205
+ &amp; Hobbies:Action Figures:TV, Movie &amp; Video Games:Harry Potter</PrimaryCategoryName>\n
206
+ \ <BidCount>1</BidCount>\n <ConvertedCurrentPrice currencyID=\"USD\">0.99</ConvertedCurrentPrice>\n
207
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P3DT9H2M4S</TimeLeft>\n
208
+ \ <Title>Harry Potter Mini Collection, Series 1, 4/4, 2003 original New in
209
+ Box!!</Title>\n <ShippingCostSummary>\n <ShippingServiceCost currencyID=\"USD\">4.99</ShippingServiceCost>\n
210
+ \ <ShippingType>Flat</ShippingType>\n <ListedShippingServiceCost currencyID=\"USD\">4.99</ListedShippingServiceCost>\n
211
+ \ </ShippingCostSummary>\n <WatchCount>11</WatchCount>\n </Item>\n
212
+ \ <Item>\n <ItemID>320791384907</ItemID>\n <EndTime>2011-11-17T14:59:49.000Z</EndTime>\n
213
+ \ <ViewItemURLForNaturalSearch>http://www.ebay.com/itm/Harry-Potter-and-Deathly-Hallows-Part-2-DVD-2011-Not-Original-Case-/320791384907</ViewItemURLForNaturalSearch>\n
214
+ \ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs4.ebaystatic.com/pict/3207913849078080_1.jpg</GalleryURL>\n
215
+ \ <PrimaryCategoryID>617</PrimaryCategoryID>\n <PrimaryCategoryName>DVDs
216
+ &amp; Movies:DVD, HD DVD &amp; Blu-ray</PrimaryCategoryName>\n <BidCount>2</BidCount>\n
217
+ \ <ConvertedCurrentPrice currencyID=\"USD\">5.13</ConvertedCurrentPrice>\n
218
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P5DT7H1M23S</TimeLeft>\n
219
+ \ <Title>Harry Potter and the Deathly Hallows: Part 2 (DVD, 2011) Not In
220
+ Original Case</Title>\n <ShippingCostSummary>\n <ShippingServiceCost
221
+ currencyID=\"USD\">3.0</ShippingServiceCost>\n <ShippingType>Flat</ShippingType>\n
222
+ \ <ListedShippingServiceCost currencyID=\"USD\">3.0</ListedShippingServiceCost>\n
223
+ \ </ShippingCostSummary>\n <WatchCount>11</WatchCount>\n </Item>\n
224
+ \ <Item>\n <ItemID>260888394666</ItemID>\n <EndTime>2011-11-13T23:20:11.000Z</EndTime>\n
225
+ \ <ViewItemURLForNaturalSearch>http://www.ebay.com/itm/Original-Harry-Potter-Lego-Dumbledores-Office-4729-/260888394666</ViewItemURLForNaturalSearch>\n
226
+ \ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs3.ebaystatic.com/pict/2608883946668080_1.jpg</GalleryURL>\n
227
+ \ <PrimaryCategoryID>58727</PrimaryCategoryID>\n <PrimaryCategoryName>Toys
228
+ &amp; Hobbies:Building Toys:LEGO:Sets:Harry Potter</PrimaryCategoryName>\n <BidCount>1</BidCount>\n
229
+ \ <ConvertedCurrentPrice currencyID=\"USD\">24.99</ConvertedCurrentPrice>\n
230
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P1DT15H21M45S</TimeLeft>\n
231
+ \ <Title>Original Harry Potter Lego Dumbledore&apos;s Office #4729</Title>\n
232
+ \ <ShippingCostSummary>\n <ShippingType>Calculated</ShippingType>\n
233
+ \ </ShippingCostSummary>\n <WatchCount>10</WatchCount>\n </Item>\n
234
+ \ <Item>\n <ItemID>110771477642</ItemID>\n <EndTime>2011-11-14T17:32:14.000Z</EndTime>\n
235
+ \ <ViewItemURLForNaturalSearch>http://www.ebay.com/itm/1953-CONEY-ISLAND-NY-18-ORIGINAL-COLOR-SLIDE-HARRYS-ARCADE-BOARDWAMOTION-/110771477642</ViewItemURLForNaturalSearch>\n
236
+ \ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs3.ebaystatic.com/pict/1107714776428080_1.jpg</GalleryURL>\n
237
+ \ <PrimaryCategoryID>13878</PrimaryCategoryID>\n <PrimaryCategoryName>Collectibles:Historical
238
+ Memorabilia:Fairs, Parks &amp; Architecture:Amusement Parks</PrimaryCategoryName>\n
239
+ \ <BidCount>4</BidCount>\n <ConvertedCurrentPrice currencyID=\"USD\">12.62</ConvertedCurrentPrice>\n
240
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P2DT9H33M48S</TimeLeft>\n
241
+ \ <Title>1953 CONEY ISLAND NY 18 ORIGINAL COLOR SLIDE HARRY&apos;S ARCADE
242
+ on THE BOARDWAMOTION</Title>\n <ShippingCostSummary>\n <ShippingServiceCost
243
+ currencyID=\"USD\">1.75</ShippingServiceCost>\n <ShippingType>Flat</ShippingType>\n
244
+ \ <ListedShippingServiceCost currencyID=\"USD\">1.75</ListedShippingServiceCost>\n
245
+ \ </ShippingCostSummary>\n <WatchCount>10</WatchCount>\n </Item>\n
246
+ \ <Item>\n <ItemID>130597228346</ItemID>\n <EndTime>2011-11-15T19:42:08.000Z</EndTime>\n
247
+ \ <ViewItemURLForNaturalSearch>http://www.ebay.com/itm/LEGO-4711-HARRY-POTTER-The-Flying-Lesson-still-original-sealed-box-/130597228346</ViewItemURLForNaturalSearch>\n
248
+ \ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs3.ebaystatic.com/pict/1305972283468080_1.jpg</GalleryURL>\n
249
+ \ <PrimaryCategoryID>18998</PrimaryCategoryID>\n <PrimaryCategoryName>Toys
250
+ &amp; Games:Construction Toys &amp; Kits:Lego</PrimaryCategoryName>\n <BidCount>2</BidCount>\n
251
+ \ <ConvertedCurrentPrice currencyID=\"USD\">8.24</ConvertedCurrentPrice>\n
252
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P3DT11H43M42S</TimeLeft>\n
253
+ \ <Title>LEGO 4711 HARRY POTTER-The Flying Lesson still in original sealed
254
+ box</Title>\n <ShippingCostSummary>\n <ShippingServiceCost currencyID=\"USD\">29.38</ShippingServiceCost>\n
255
+ \ <ShippingType>Flat</ShippingType>\n <ListedShippingServiceCost currencyID=\"GBP\">18.5</ListedShippingServiceCost>\n
256
+ \ </ShippingCostSummary>\n <WatchCount>10</WatchCount>\n </Item>\n
257
+ \ </ItemArray>\n </FindPopularItemsResponse>\n "
258
+ http_version: '1.1'