agent_cooper 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (56) hide show
  1. data/.gitignore +1 -1
  2. data/README.md +13 -4
  3. data/Rakefile +0 -3
  4. data/agent_cooper.gemspec +12 -13
  5. data/features/finder.feature +4 -6
  6. data/features/merchandiser.feature +1 -2
  7. data/features/shopper.feature +2 -2
  8. data/features/support/env.rb +5 -5
  9. data/features/support/vcr.rb +10 -0
  10. data/lib/agent_cooper.rb +17 -4
  11. data/lib/agent_cooper/config.rb +3 -9
  12. data/lib/agent_cooper/nokogiri_decorator.rb +47 -0
  13. data/lib/agent_cooper/request.rb +36 -13
  14. data/lib/agent_cooper/requests/finder.rb +25 -0
  15. data/lib/agent_cooper/requests/merchandiser.rb +25 -0
  16. data/lib/agent_cooper/requests/shopper.rb +23 -0
  17. data/lib/agent_cooper/response.rb +3 -4
  18. data/lib/agent_cooper/synchrony.rb +34 -0
  19. data/lib/agent_cooper/version.rb +1 -1
  20. data/spec/agent_cooper/request_spec.rb +91 -6
  21. data/spec/agent_cooper/requests/finder_spec.rb +13 -0
  22. data/spec/agent_cooper/requests/merchandiser_spec.rb +13 -0
  23. data/spec/agent_cooper/requests/shopper_spec.rb +13 -0
  24. data/spec/agent_cooper/response_spec.rb +51 -1
  25. data/spec/agent_cooper_spec.rb +12 -0
  26. data/spec/fixtures/cassettes/finder/find_items_advanced/d49218a9522a4a055e31fc6b88c3a2b5.yml +528 -0
  27. data/spec/fixtures/cassettes/finder/find_items_by_category/85e07de9993e68d09e895f1b01234c5a.yml +463 -0
  28. data/spec/fixtures/cassettes/finder/find_items_by_keywords/91d7d9b4b62b82877604465a20f9ffa9.yml +668 -0
  29. data/spec/fixtures/cassettes/finder/find_items_by_product/59ee1391b6dfc2a93e30c8911942fc71.yml +744 -0
  30. data/spec/fixtures/cassettes/finder/find_items_in_ebay_stores/c7d658804b6353fda03809c21b183af2.yml +472 -0
  31. data/spec/fixtures/cassettes/finder/get_histograms/80bd04d96cd529af4148866a2d28f079.yml +46 -0
  32. data/spec/fixtures/cassettes/finder/get_search_keywords_recommendation/ec96bf3af091373de08550ff46f86c87.yml +41 -0
  33. data/spec/fixtures/cassettes/merchandiser/get_most_watched_items/3c0cb6fb7bb94b384cae15be175e9640.yml +51 -0
  34. data/spec/fixtures/cassettes/merchandiser/get_related_category_items/c949e90fb2bd975020df657a4348328d.yml +41 -0
  35. data/spec/fixtures/cassettes/merchandiser/get_similar_items/56c2c41a60135db83d359053778a065f.yml +41 -0
  36. data/spec/fixtures/cassettes/merchandiser/get_top_selling_products/a82dcb1f094754e54f2a5de191818c3f.yml +53 -0
  37. data/spec/fixtures/cassettes/shopper/find_half_products/77ad8a2ade8e4efadef07346677e43a9.yml +55 -0
  38. data/spec/fixtures/cassettes/shopper/find_popular_items/532fcb32fee187bdc6cc5fb7e4336992.yml +258 -0
  39. data/spec/fixtures/cassettes/shopper/find_popular_searches/6db9b375ea610e870e7a4ca4e20974ec.yml +45 -0
  40. data/spec/fixtures/cassettes/shopper/find_products/3fd6d6000037cd409ab1ef18a6075257.yml +52 -0
  41. data/spec/fixtures/cassettes/shopper/find_reviews_and_guides/8586a984e122cb84136d3cc0bb8bec77.yml +174 -0
  42. data/spec/fixtures/cassettes/shopper/get_item_status/f34cf10c602f9fec7a388297888b4299.yml +45 -0
  43. data/spec/fixtures/cassettes/shopper/get_multiple_items/c1183c23add6cad9afbb73f986c2692e.yml +46 -0
  44. data/spec/fixtures/cassettes/shopper/get_shipping_costs/e7de18031f266637414155639797c097.yml +45 -0
  45. data/spec/fixtures/cassettes/shopper/get_single_item/d4a895de6b214907c47a0b32ab630b9a.yml +44 -0
  46. data/spec/fixtures/cassettes/shopper/get_user_profile/dccabbf426bfeba4d898ca546e17dd4b.yml +47 -0
  47. data/spec/{support → fixtures}/ebay.yml.sample +0 -0
  48. data/spec/spec_helper.rb +4 -0
  49. metadata +141 -177
  50. data/lib/agent_cooper/finder.rb +0 -21
  51. data/lib/agent_cooper/merchandiser.rb +0 -24
  52. data/lib/agent_cooper/shopper.rb +0 -22
  53. data/spec/agent_cooper/config_spec.rb +0 -21
  54. data/spec/agent_cooper/finder_spec.rb +0 -19
  55. data/spec/agent_cooper/merchandiser_spec.rb +0 -18
  56. data/spec/agent_cooper/shopper_spec.rb +0 -18
@@ -0,0 +1,472 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://svcs.ebay.com:80/services/search/FindingService/v1?OPERATION-NAME=findItemsIneBayStores&RESPONSE-DATA-FORMAT=XML&REST-PAYLOAD=&SECURITY-APPNAME=YOUR-APP-ID&SECURITY-VERSION=1.9.0&keywords=harry%20potter
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/search/v1/FindingService/destination_default/address_synapse
19
+ x-ebay-esb-guid:
20
+ - urn:uuid:14EB01C54D7CDDC2FA1311501194427
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
+ - findItemsIneBayStores
27
+ x-ebay-soa-request-id:
28
+ - 131583e6-95b0-a0aa-1387-6767fff7e933!FindingService!10.10.161.56!v3apifindingcore[!FindItemService!10.10.161.56!v3apifindingcore[]]
29
+ x-ebay-soa-response-data-format:
30
+ - XML
31
+ x-ebay-soa-service-name:
32
+ - ! '{http://www.ebay.com/marketplace/search/v1/services}FindingService'
33
+ x-ebay-soa-service-version:
34
+ - 1.11.0
35
+ date:
36
+ - Sat, 23 Jul 2011 18:25:09 GMT
37
+ transfer-encoding:
38
+ - chunked
39
+ body: <?xml version='1.0' encoding='UTF-8'?><findItemsIneBayStoresResponse xmlns="http://www.ebay.com/marketplace/search/v1/services"><ack>Success</ack><version>1.11.0</version><timestamp>2011-07-23T18:25:10.647Z</timestamp><searchResult
40
+ count="100"><item><itemId>320729856445</itemId><title>New Harry Potter Hermione
41
+ Time Turner 14k Gold Necklace</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
42
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/3207298564454040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/New-Harry-Potter-Hermione-Time-Turner-14k-Gold-Necklace-/320729856445?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>32835</postalCode><location>Orlando,FL,USA</location><country>US</country><shippingInfo><shippingServiceCost
43
+ currencyId="USD">0.0</shippingServiceCost><shippingType>Calculated</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>true</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
44
+ currencyId="USD">34.95</currentPrice><convertedCurrentPrice currencyId="USD">34.95</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P24DT3H34M5S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-17T21:54:15.000Z</startTime><endTime>2011-08-16T21:59:15.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/320729856445_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>250856549179</itemId><title>The
45
+ Harry Potter Collection by J. K. Rowling (2006, PB)</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
46
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/2508565491794040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Collection-J-K-Rowling-2006-PB-/250856549179?pt=US_Childrens_Books</viewItemURL><productId
47
+ type="ReferenceID">53576647</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>93635</postalCode><location>Los
48
+ Banos,CA,USA</location><country>US</country><shippingInfo><shippingServiceCost
49
+ currencyId="USD">4.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
50
+ currencyId="USD">16.45</currentPrice><convertedCurrentPrice currencyId="USD">16.45</convertedCurrentPrice><bidCount>2</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H16M4S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T18:41:14.000Z</startTime><endTime>2011-07-23T18:41:14.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>5000</conditionId><conditionDisplayName>Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>400231232256</itemId><title>2
51
+ Harry Potter And the Deathly Hallows Phone Charm E27</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
52
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/4002312322564040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/2-Harry-Potter-And-Deathly-Hallows-Phone-Charm-E27-/400231232256?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
53
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">6.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>GB</shipToLocations><shipToLocations>AU</shipToLocations></shippingInfo><sellingStatus><currentPrice
54
+ currencyId="USD">0.99</currentPrice><convertedCurrentPrice currencyId="USD">0.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H17M30S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T18:42:40.000Z</startTime><endTime>2011-07-23T18:42:40.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/400231232256_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>260821465112</itemId><title>Harry
55
+ Potter 7 Deathly Ron and Voldemort Figure J129</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
56
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2608214651124040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-7-Deathly-Ron-and-Voldemort-Figure-J129-/260821465112?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
57
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">6.51</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>GB</shipToLocations></shippingInfo><sellingStatus><currentPrice
58
+ currencyId="GBP">2.99</currentPrice><convertedCurrentPrice currencyId="USD">4.88</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H18M24S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T18:43:34.000Z</startTime><endTime>2011-07-23T18:43:34.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>260822598096</itemId><title>Harry
59
+ Potter And the Deathly Hallows Phone Charm E26A</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
60
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2608225980964040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-And-Deathly-Hallows-Phone-Charm-E26A-/260822598096?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
61
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">4.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>GB</shipToLocations><shipToLocations>AU</shipToLocations></shippingInfo><sellingStatus><currentPrice
62
+ currencyId="USD">0.99</currentPrice><convertedCurrentPrice currencyId="USD">0.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H18M33S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T18:43:43.000Z</startTime><endTime>2011-07-23T18:43:43.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/260822598096_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>360381395680</itemId><title>Harry
63
+ Potter Time Turner NEW World Wide Shipping</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
64
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/3603813956804040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Time-Turner-NEW-World-Wide-Shipping-/360381395680?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>19136</postalCode><location>Philadelphia,PA,USA</location><country>US</country><shippingInfo><shippingServiceCost
65
+ currencyId="USD">0.0</shippingServiceCost><shippingType>FlatDomesticCalculatedInternational</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
66
+ currencyId="USD">13.95</currentPrice><convertedCurrentPrice currencyId="USD">13.95</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P0DT16H55M58S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-21T11:21:08.000Z</startTime><endTime>2011-07-24T11:21:08.000Z</endTime><listingType>StoreInventory</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/360381395680_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>400231232541</itemId><title>Harry
67
+ Potter And the Deathly Hallows Phone Charm E25A</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
68
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/4002312325414040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-And-Deathly-Hallows-Phone-Charm-E25A-/400231232541?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
69
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">4.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>GB</shipToLocations><shipToLocations>AU</shipToLocations></shippingInfo><sellingStatus><currentPrice
70
+ currencyId="USD">0.99</currentPrice><convertedCurrentPrice currencyId="USD">0.99</convertedCurrentPrice><bidCount>1</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H19M39S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T18:44:49.000Z</startTime><endTime>2011-07-23T18:44:49.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/400231232541_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>260822599679</itemId><title>Harry
71
+ Potter Movie Hogwarts Metal Necklace Pendant D15A</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
72
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/2608225996794040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Movie-Hogwarts-Metal-Necklace-Pendant-D15A-/260822599679?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
73
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">5.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>GB</shipToLocations><shipToLocations>AU</shipToLocations></shippingInfo><sellingStatus><currentPrice
74
+ currencyId="USD">0.99</currentPrice><convertedCurrentPrice currencyId="USD">0.99</convertedCurrentPrice><bidCount>1</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H21M33S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T18:46:43.000Z</startTime><endTime>2011-07-23T18:46:43.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/260822599679_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>400230790403</itemId><title>Harry
75
+ Potter Hogwarts Slytherin Wooden Key Chain E29</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
76
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/4002307904034040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Hogwarts-Slytherin-Wooden-Key-Chain-E29-/400230790403?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
77
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">6.51</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>GB</shipToLocations></shippingInfo><sellingStatus><currentPrice
78
+ currencyId="GBP">0.99</currentPrice><convertedCurrentPrice currencyId="USD">1.61</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H21M33S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T18:46:43.000Z</startTime><endTime>2011-07-23T18:46:43.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>400230790570</itemId><title>2
79
+ Harry Potter And the Deathly Hallows Phone Charm E27</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
80
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/4002307905704040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/2-Harry-Potter-And-Deathly-Hallows-Phone-Charm-E27-/400230790570?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
81
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">6.51</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>GB</shipToLocations></shippingInfo><sellingStatus><currentPrice
82
+ currencyId="GBP">2.99</currentPrice><convertedCurrentPrice currencyId="USD">4.88</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H22M35S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T18:47:45.000Z</startTime><endTime>2011-07-23T18:47:45.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>320647563111</itemId><title>Wizarding
83
+ Harry Potter Cust. Hogwarts Acceptance Letter</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
84
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/3206475631114040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Wizarding-Harry-Potter-Cust-Hogwarts-Acceptance-Letter-/320647563111?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>32835</postalCode><location>Orlando,FL,USA</location><country>US</country><shippingInfo><shippingServiceCost
85
+ currencyId="USD">0.0</shippingServiceCost><shippingType>Calculated</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>true</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
86
+ currencyId="USD">14.95</currentPrice><convertedCurrentPrice currencyId="USD">14.95</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P0DT4H38M52S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-01-24T22:59:02.000Z</startTime><endTime>2011-07-23T23:04:02.000Z</endTime><listingType>StoreInventory</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/320647563111_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>220818021299</itemId><title>NEW
87
+ Harry Potter Hogwarts Hermione Granger Magical Wand</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
88
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/2208180212994040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/NEW-Harry-Potter-Hogwarts-Hermione-Granger-Magical-Wand-/220818021299?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>518000</postalCode><location>Hong
89
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">15.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
90
+ currencyId="USD">0.95</currentPrice><convertedCurrentPrice currencyId="USD">0.95</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H22M57S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T18:48:07.000Z</startTime><endTime>2011-07-23T18:48:07.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/220818021299_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>260821467020</itemId><title>Harry
91
+ Potter And the Deathly Hallows Phone Charm E26</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
92
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2608214670204040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-And-Deathly-Hallows-Phone-Charm-E26-/260821467020?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
93
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">6.51</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>GB</shipToLocations></shippingInfo><sellingStatus><currentPrice
94
+ currencyId="GBP">0.99</currentPrice><convertedCurrentPrice currencyId="USD">1.61</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H23M22S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T18:48:32.000Z</startTime><endTime>2011-07-23T18:48:32.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>400230790799</itemId><title>Harry
95
+ Potter Movie Slytherin Wooden Phone Charm E25</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
96
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/4002307907994040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Movie-Slytherin-Wooden-Phone-Charm-E25-/400230790799?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
97
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">6.51</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>GB</shipToLocations></shippingInfo><sellingStatus><currentPrice
98
+ currencyId="GBP">0.99</currentPrice><convertedCurrentPrice currencyId="USD">1.61</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H24M32S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T18:49:42.000Z</startTime><endTime>2011-07-23T18:49:42.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>180698322454</itemId><title>Wizarding
99
+ World of Harry Potter Chocolate Frog New</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
100
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/1806983224544040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Wizarding-World-Harry-Potter-Chocolate-Frog-New-/180698322454?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>33848</postalCode><location>Intercession
101
+ City,FL,USA</location><country>US</country><shippingInfo><shippingServiceCost
102
+ currencyId="USD">0.0</shippingServiceCost><shippingType>Calculated</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
103
+ currencyId="USD">17.75</currentPrice><convertedCurrentPrice currencyId="USD">17.75</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P26DT0H26M56S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T00:47:20.000Z</startTime><endTime>2011-08-18T18:52:06.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/180698322454_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>260821467946</itemId><title>Harry
104
+ Potter Hogwarts Crest Black Metal Necklace D15</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
105
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2608214679464040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Hogwarts-Crest-Black-Metal-Necklace-D15-/260821467946?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
106
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">6.51</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>GB</shipToLocations></shippingInfo><sellingStatus><currentPrice
107
+ currencyId="GBP">0.99</currentPrice><convertedCurrentPrice currencyId="USD">1.61</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H25M36S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T18:50:46.000Z</startTime><endTime>2011-07-23T18:50:46.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>120751596993</itemId><title>1st
108
+ American Ed ~ Harry Potter Chamber of Secrets H/C</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
109
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/1207515969934040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/1st-American-Ed-Harry-Potter-Chamber-Secrets-H-C-/120751596993?pt=US_Childrens_Books</viewItemURL><productId
110
+ type="ReferenceID">228742</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>85741</postalCode><location>Tucson,AZ,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
111
+ currencyId="USD">9.95</currentPrice><convertedCurrentPrice currencyId="USD">9.95</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H25M56S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T18:51:06.000Z</startTime><endTime>2011-07-23T18:51:06.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>4000</conditionId><conditionDisplayName>Very
112
+ Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>260822602986</itemId><title>NEW
113
+ Harry Potter Hat Necklace Pendant L516</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
114
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2608226029864040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/NEW-Harry-Potter-Hat-Necklace-Pendant-L516-/260822602986?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
115
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">4.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>GB</shipToLocations><shipToLocations>AU</shipToLocations></shippingInfo><sellingStatus><currentPrice
116
+ currencyId="USD">0.99</currentPrice><convertedCurrentPrice currencyId="USD">0.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H26M26S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T18:51:36.000Z</startTime><endTime>2011-07-23T18:51:36.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/260822602986_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>400230791293</itemId><title>NEW
117
+ Harry Potter Hat Necklace Pendant L516</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
118
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/4002307912934040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/NEW-Harry-Potter-Hat-Necklace-Pendant-L516-/400230791293?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
119
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">4.88</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>GB</shipToLocations></shippingInfo><sellingStatus><currentPrice
120
+ currencyId="GBP">2.99</currentPrice><convertedCurrentPrice currencyId="USD">4.88</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H28M38S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T18:53:48.000Z</startTime><endTime>2011-07-23T18:53:48.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>220815729964</itemId><title>WIZARDING
121
+ WORLD HARRY POTTER 3 RON &amp; HERMIONE WAND SET</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
122
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2208157299644040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/WIZARDING-WORLD-HARRY-POTTER-3-RON-HERMIONE-WAND-SET-/220815729964?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>32835</postalCode><location>Orlando,FL,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
123
+ currencyId="USD">74.95</currentPrice><convertedCurrentPrice currencyId="USD">74.95</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P24DT3H45M32S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-17T22:05:42.000Z</startTime><endTime>2011-08-16T22:10:42.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/220815729964_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>160622641683</itemId><title>Harry
124
+ Potter &amp; firebolt action figure</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
125
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/1606226416834040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-firebolt-action-figure-/160622641683?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>MOCC</paymentMethod><paymentMethod>PayPal</paymentMethod><paymentMethod>PersonalCheck</paymentMethod><paymentMethod>PaymentSeeDescription</paymentMethod><autoPay>false</autoPay><postalCode>PE85SG</postalCode><location>United
126
+ Kingdom</location><country>GB</country><shippingInfo><shippingServiceCost currencyId="USD">4.73</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>AU</shipToLocations><shipToLocations>Americas</shipToLocations><shipToLocations>Europe</shipToLocations></shippingInfo><sellingStatus><currentPrice
127
+ currencyId="GBP">3.21</currentPrice><convertedCurrentPrice currencyId="USD">5.24</convertedCurrentPrice><bidCount>3</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H38M40S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T19:03:50.000Z</startTime><endTime>2011-07-23T19:03:50.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>3000</conditionId><conditionDisplayName>Used</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>160622641827</itemId><title>Harry
128
+ Potter blue shoes &amp; wand action figure</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
129
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/1606226418274040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-blue-shoes-wand-action-figure-/160622641827?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>MOCC</paymentMethod><paymentMethod>PayPal</paymentMethod><paymentMethod>PersonalCheck</paymentMethod><paymentMethod>PaymentSeeDescription</paymentMethod><autoPay>false</autoPay><postalCode>PE85SG</postalCode><location>United
130
+ Kingdom</location><country>GB</country><shippingInfo><shippingServiceCost currencyId="USD">4.08</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>CA</shipToLocations><shipToLocations>AU</shipToLocations><shipToLocations>Europe</shipToLocations></shippingInfo><sellingStatus><currentPrice
131
+ currencyId="GBP">2.75</currentPrice><convertedCurrentPrice currencyId="USD">4.49</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H38M58S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T19:04:08.000Z</startTime><endTime>2011-07-23T19:04:08.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>3000</conditionId><conditionDisplayName>Used</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>190556684874</itemId><title>Harry
132
+ Potter CHO CHANG &amp; wand action figure</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
133
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/1905566848744040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-CHO-CHANG-wand-action-figure-/190556684874?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>MOCC</paymentMethod><paymentMethod>PayPal</paymentMethod><paymentMethod>PersonalCheck</paymentMethod><paymentMethod>PaymentSeeDescription</paymentMethod><autoPay>false</autoPay><postalCode>PE85SG</postalCode><location>United
134
+ Kingdom</location><country>GB</country><shippingInfo><shippingServiceCost currencyId="USD">4.08</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>CA</shipToLocations><shipToLocations>AU</shipToLocations><shipToLocations>Europe</shipToLocations></shippingInfo><sellingStatus><currentPrice
135
+ currencyId="GBP">9.0</currentPrice><convertedCurrentPrice currencyId="USD">14.68</convertedCurrentPrice><bidCount>12</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H39M12S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T19:04:22.000Z</startTime><endTime>2011-07-23T19:04:22.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>3000</conditionId><conditionDisplayName>Used</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>400230582445</itemId><title>Dumbledore
136
+ Elder Wand &amp; Ollivanders Box Harry Potter DH</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
137
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/4002305824454040_2.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Dumbledore-Elder-Wand-Ollivanders-Box-Harry-Potter-DH-/400230582445?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>true</autoPay><location>United
138
+ Kingdom</location><country>GB</country><shippingInfo><shippingServiceCost currencyId="USD">21.6</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>true</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
139
+ currencyId="GBP">24.95</currentPrice><convertedCurrentPrice currencyId="USD">40.7</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P26DT0H37M2S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-19T18:57:12.000Z</startTime><endTime>2011-08-18T19:02:12.000Z</endTime><listingType>StoreInventory</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>260821477213</itemId><title>Hogwarts
140
+ Harry Potter Hermione Granger Magical Wand E12</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
141
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/2608214772134040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Hogwarts-Harry-Potter-Hermione-Granger-Magical-Wand-E12-/260821477213?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
142
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">8.14</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>GB</shipToLocations></shippingInfo><sellingStatus><currentPrice
143
+ currencyId="GBP">7.99</currentPrice><convertedCurrentPrice currencyId="USD">13.03</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H42M36S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T19:07:46.000Z</startTime><endTime>2011-07-23T19:07:46.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>190556685767</itemId><title>Harry
144
+ Potter action figure trunk/case &amp; book &amp; wand</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
145
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/1905566857674040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-action-figure-trunk-case-book-wand-/190556685767?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>MOCC</paymentMethod><paymentMethod>PayPal</paymentMethod><paymentMethod>PersonalCheck</paymentMethod><paymentMethod>PaymentSeeDescription</paymentMethod><autoPay>false</autoPay><postalCode>PE85SG</postalCode><location>United
146
+ Kingdom</location><country>GB</country><shippingInfo><shippingServiceCost currencyId="USD">4.73</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>AU</shipToLocations><shipToLocations>Americas</shipToLocations><shipToLocations>Europe</shipToLocations></shippingInfo><sellingStatus><currentPrice
147
+ currencyId="GBP">17.89</currentPrice><convertedCurrentPrice currencyId="USD">29.18</convertedCurrentPrice><bidCount>15</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H42M40S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T19:07:50.000Z</startTime><endTime>2011-07-23T19:07:50.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>3000</conditionId><conditionDisplayName>Used</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>160622643467</itemId><title>Harry
148
+ Potter SIRIUS BLACK green wand action figure</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
149
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/1606226434674040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-SIRIUS-BLACK-green-wand-action-figure-/160622643467?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>MOCC</paymentMethod><paymentMethod>PayPal</paymentMethod><paymentMethod>PersonalCheck</paymentMethod><paymentMethod>PaymentSeeDescription</paymentMethod><autoPay>false</autoPay><postalCode>PE85SG</postalCode><location>United
150
+ Kingdom</location><country>GB</country><shippingInfo><shippingServiceCost currencyId="USD">4.08</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>CA</shipToLocations><shipToLocations>AU</shipToLocations><shipToLocations>Europe</shipToLocations></shippingInfo><sellingStatus><currentPrice
151
+ currencyId="GBP">12.5</currentPrice><convertedCurrentPrice currencyId="USD">20.39</convertedCurrentPrice><bidCount>12</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H42M56S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T19:08:06.000Z</startTime><endTime>2011-07-23T19:08:06.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>3000</conditionId><conditionDisplayName>Used</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>260821477674</itemId><title>Harry
152
+ Potter Lord Voldemort Magical Cosplay Wand E14</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
153
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2608214776744040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Lord-Voldemort-Magical-Cosplay-Wand-E14-/260821477674?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
154
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">8.14</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>GB</shipToLocations></shippingInfo><sellingStatus><currentPrice
155
+ currencyId="GBP">7.99</currentPrice><convertedCurrentPrice currencyId="USD">13.03</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H43M37S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T19:08:47.000Z</startTime><endTime>2011-07-23T19:08:47.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>350440092326</itemId><title>Harry
156
+ Potter Harry Wand &amp; Ollivanders Box New</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
157
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/3504400923264040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Harry-Wand-Ollivanders-Box-New-/350440092326?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>MOCC</paymentMethod><paymentMethod>PayPal</paymentMethod><paymentMethod>PersonalCheck</paymentMethod><paymentMethod>PaymentSeeDescription</paymentMethod><paymentMethod>CCAccepted</paymentMethod><autoPay>false</autoPay><postalCode>HA38DP</postalCode><location>United
158
+ Kingdom</location><country>GB</country><shippingInfo><shippingServiceCost currencyId="USD">16.31</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
159
+ currencyId="GBP">28.99</currentPrice><convertedCurrentPrice currencyId="USD">47.29</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P21DT15H28M44S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-02-15T09:48:54.000Z</startTime><endTime>2011-08-14T09:53:54.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>260821479152</itemId><title>Mythical
160
+ Harry Potter Hogwarts Magic Wand Cosplay D5</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
161
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2608214791524040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Mythical-Harry-Potter-Hogwarts-Magic-Wand-Cosplay-D5-/260821479152?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
162
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">8.14</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>GB</shipToLocations></shippingInfo><sellingStatus><currentPrice
163
+ currencyId="GBP">7.99</currentPrice><convertedCurrentPrice currencyId="USD">13.03</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H46M33S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T19:11:43.000Z</startTime><endTime>2011-07-23T19:11:43.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>260821480164</itemId><title>Cosplay
164
+ Harry Potter Master Dumbledore Magical Wand E13</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
165
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2608214801644040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Cosplay-Harry-Potter-Master-Dumbledore-Magical-Wand-E13-/260821480164?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
166
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">8.14</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>GB</shipToLocations></shippingInfo><sellingStatus><currentPrice
167
+ currencyId="GBP">7.99</currentPrice><convertedCurrentPrice currencyId="USD">13.03</convertedCurrentPrice><bidCount>1</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H48M38S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T19:13:48.000Z</startTime><endTime>2011-07-23T19:13:48.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>300578319306</itemId><title>Harry
168
+ Potter and the Sorcerer's Stone 1st american edit</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
169
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/3005783193064040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Sorcerers-Stone-1st-american-edit-/300578319306?pt=US_Childrens_Books</viewItemURL><productId
170
+ type="ReferenceID">913179</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>88345</postalCode><location>Ruidoso,NM,USA</location><country>US</country><shippingInfo><shippingServiceCost
171
+ currencyId="USD">3.75</shippingServiceCost><shippingType>FlatDomesticCalculatedInternational</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
172
+ currencyId="USD">3.95</currentPrice><convertedCurrentPrice currencyId="USD">3.95</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H49M34S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T19:14:44.000Z</startTime><endTime>2011-07-23T19:14:44.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>5000</conditionId><conditionDisplayName>Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>220815720366</itemId><title>New
173
+ Wizarding World Of Harry Potter Hogwarts Wallet!</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
174
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2208157203664040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/New-Wizarding-World-Harry-Potter-Hogwarts-Wallet-/220815720366?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>32835</postalCode><location>Orlando,FL,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
175
+ currencyId="USD">23.99</currentPrice><convertedCurrentPrice currencyId="USD">23.99</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P24DT3H26M12S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-17T21:46:22.000Z</startTime><endTime>2011-08-16T21:51:22.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/220815720366_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>260821483684</itemId><title>Cosplay
176
+ Black Metal Harry Potter Magic Pocket Watch M92</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
177
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2608214836844040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Cosplay-Black-Metal-Harry-Potter-Magic-Pocket-Watch-M92-/260821483684?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
178
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">8.14</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>GB</shipToLocations><shipToLocations>AU</shipToLocations></shippingInfo><sellingStatus><currentPrice
179
+ currencyId="GBP">4.99</currentPrice><convertedCurrentPrice currencyId="USD">8.14</convertedCurrentPrice><bidCount>1</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H55M36S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T19:20:46.000Z</startTime><endTime>2011-07-23T19:20:46.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>260821484160</itemId><title>Harry
180
+ Potter Magical Stone Golden Ring &amp; Wooden Box M12</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
181
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2608214841604040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Magical-Stone-Golden-Ring-Wooden-Box-M12-/260821484160?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
182
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">6.51</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>GB</shipToLocations><shipToLocations>AU</shipToLocations></shippingInfo><sellingStatus><currentPrice
183
+ currencyId="GBP">4.99</currentPrice><convertedCurrentPrice currencyId="USD">8.14</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H56M28S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T19:21:38.000Z</startTime><endTime>2011-07-23T19:21:38.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>260821485598</itemId><title>New
184
+ Cosplay Harry Potter Ron Weasley Magical Wand E11</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
185
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2608214855984040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/New-Cosplay-Harry-Potter-Ron-Weasley-Magical-Wand-E11-/260821485598?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
186
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">8.14</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>GB</shipToLocations></shippingInfo><sellingStatus><currentPrice
187
+ currencyId="GBP">7.99</currentPrice><convertedCurrentPrice currencyId="USD">13.03</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H58M33S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T19:23:43.000Z</startTime><endTime>2011-07-23T19:23:43.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>190556691614</itemId><title>Harry
188
+ Potter RON WEASLEY wand action figure</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
189
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/1905566916144040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-RON-WEASLEY-wand-action-figure-/190556691614?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>MOCC</paymentMethod><paymentMethod>PayPal</paymentMethod><paymentMethod>PersonalCheck</paymentMethod><paymentMethod>PaymentSeeDescription</paymentMethod><autoPay>false</autoPay><postalCode>PE85SG</postalCode><location>United
190
+ Kingdom</location><country>GB</country><shippingInfo><shippingServiceCost currencyId="USD">4.08</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>CA</shipToLocations><shipToLocations>AU</shipToLocations><shipToLocations>Europe</shipToLocations></shippingInfo><sellingStatus><currentPrice
191
+ currencyId="GBP">9.0</currentPrice><convertedCurrentPrice currencyId="USD">14.68</convertedCurrentPrice><bidCount>9</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H0M24S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T19:25:34.000Z</startTime><endTime>2011-07-23T19:25:34.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>3000</conditionId><conditionDisplayName>Used</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>220815738892</itemId><title>NEW
192
+ WIZARDING WORLD OF HARRY POTTER PURPLE PYGMY PUFF!</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
193
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2208157388924040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/NEW-WIZARDING-WORLD-HARRY-POTTER-PURPLE-PYGMY-PUFF-/220815738892?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>32835</postalCode><location>Orlando,FL,USA</location><country>US</country><shippingInfo><shippingServiceCost
194
+ currencyId="USD">0.0</shippingServiceCost><shippingType>Calculated</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>true</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
195
+ currencyId="USD">27.95</currentPrice><convertedCurrentPrice currencyId="USD">27.95</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P24DT4H5M16S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-17T22:25:26.000Z</startTime><endTime>2011-08-16T22:30:26.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/220815738892_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>260821492962</itemId><title>Cosplay
196
+ Harry Potter Hogwarts Magical Wand NIB F17</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
197
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2608214929624040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Cosplay-Harry-Potter-Hogwarts-Magical-Wand-NIB-F17-/260821492962?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
198
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">12.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
199
+ currencyId="USD">7.99</currentPrice><convertedCurrentPrice currencyId="USD">7.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H11M10S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T19:36:20.000Z</startTime><endTime>2011-07-23T19:36:20.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/260821492962_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>260821493650</itemId><title>Harry
200
+ Potter Necklace Pendant Slytherin Crest Green D17</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
201
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2608214936504040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Necklace-Pendant-Slytherin-Crest-Green-D17-/260821493650?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
202
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">6.51</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>GB</shipToLocations></shippingInfo><sellingStatus><currentPrice
203
+ currencyId="GBP">0.99</currentPrice><convertedCurrentPrice currencyId="USD">1.61</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H12M33S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T19:37:43.000Z</startTime><endTime>2011-07-23T19:37:43.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>400230800214</itemId><title>LOT
204
+ 5 PCS HARRY POTTER Hogwarts MAGICAL WAND TOYS E88K</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
205
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/4002308002144040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/LOT-5-PCS-HARRY-POTTER-Hogwarts-MAGICAL-WAND-TOYS-E88K-/400230800214?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
206
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">16.3</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>GB</shipToLocations></shippingInfo><sellingStatus><currentPrice
207
+ currencyId="GBP">29.99</currentPrice><convertedCurrentPrice currencyId="USD">48.92</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H16M32S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T19:41:42.000Z</startTime><endTime>2011-07-23T19:41:42.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>400226222461</itemId><title>Harry
208
+ Potter Dumbledore's Dumbledores Army DA Wand Set</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
209
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/4002262224614040_3.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Dumbledores-Dumbledores-Army-DA-Wand-Set-/400226222461?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>MOCC</paymentMethod><paymentMethod>PayPal</paymentMethod><paymentMethod>PersonalCheck</paymentMethod><autoPay>false</autoPay><location>United
210
+ Kingdom</location><country>GB</country><shippingInfo><shippingServiceCost currencyId="USD">94.61</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>true</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
211
+ currencyId="GBP">139.99</currentPrice><convertedCurrentPrice currencyId="USD">228.35</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P6DT3H56M56S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-06-29T22:17:06.000Z</startTime><endTime>2011-07-29T22:22:06.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>190556696362</itemId><title>Harry
212
+ Potter DRACO MALFOY &amp; wand action figure</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
213
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/1905566963624040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-DRACO-MALFOY-wand-action-figure-/190556696362?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>MOCC</paymentMethod><paymentMethod>PayPal</paymentMethod><paymentMethod>PersonalCheck</paymentMethod><paymentMethod>PaymentSeeDescription</paymentMethod><autoPay>false</autoPay><postalCode>PE85SG</postalCode><location>United
214
+ Kingdom</location><country>GB</country><shippingInfo><shippingServiceCost currencyId="USD">4.08</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>CA</shipToLocations><shipToLocations>AU</shipToLocations><shipToLocations>Europe</shipToLocations></shippingInfo><sellingStatus><currentPrice
215
+ currencyId="GBP">9.4</currentPrice><convertedCurrentPrice currencyId="USD">15.33</convertedCurrentPrice><bidCount>7</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H16M52S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T19:42:02.000Z</startTime><endTime>2011-07-23T19:42:02.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>3000</conditionId><conditionDisplayName>Used</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>160622658225</itemId><title>Harry
216
+ Potter GINNY WEASLEY &amp; wand action figure</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
217
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/1606226582254040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-GINNY-WEASLEY-wand-action-figure-/160622658225?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>MOCC</paymentMethod><paymentMethod>PayPal</paymentMethod><paymentMethod>PersonalCheck</paymentMethod><paymentMethod>PaymentSeeDescription</paymentMethod><autoPay>false</autoPay><postalCode>PE85SG</postalCode><location>United
218
+ Kingdom</location><country>GB</country><shippingInfo><shippingServiceCost currencyId="USD">4.08</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>CA</shipToLocations><shipToLocations>AU</shipToLocations><shipToLocations>Europe</shipToLocations></shippingInfo><sellingStatus><currentPrice
219
+ currencyId="GBP">10.0</currentPrice><convertedCurrentPrice currencyId="USD">16.31</convertedCurrentPrice><bidCount>7</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H17M14S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T19:42:24.000Z</startTime><endTime>2011-07-23T19:42:24.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>3000</conditionId><conditionDisplayName>Used</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>160622658423</itemId><title>Harry
220
+ Potter HERMIONE GRANGER &amp; wand action figure</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
221
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/1606226584234040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-HERMIONE-GRANGER-wand-action-figure-/160622658423?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>MOCC</paymentMethod><paymentMethod>PayPal</paymentMethod><paymentMethod>PersonalCheck</paymentMethod><paymentMethod>PaymentSeeDescription</paymentMethod><autoPay>false</autoPay><postalCode>PE85SG</postalCode><location>United
222
+ Kingdom</location><country>GB</country><shippingInfo><shippingServiceCost currencyId="USD">4.08</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>CA</shipToLocations><shipToLocations>AU</shipToLocations><shipToLocations>Europe</shipToLocations></shippingInfo><sellingStatus><currentPrice
223
+ currencyId="GBP">3.2</currentPrice><convertedCurrentPrice currencyId="USD">5.22</convertedCurrentPrice><bidCount>3</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H17M31S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T19:42:41.000Z</startTime><endTime>2011-07-23T19:42:41.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>3000</conditionId><conditionDisplayName>Used</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>130548073225</itemId><title>HARRY
224
+ POTTER DECORATIONS ACCESSORIES ACCESSORY STICKERS</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
225
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/1305480732254040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/HARRY-POTTER-DECORATIONS-ACCESSORIES-ACCESSORY-STICKERS-/130548073225?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Korea,
226
+ South</location><country>KR</country><shippingInfo><shippingServiceCost currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
227
+ currencyId="USD">1.29</currentPrice><convertedCurrentPrice currencyId="USD">1.29</convertedCurrentPrice><bidCount>3</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H18M11S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T19:43:21.000Z</startTime><endTime>2011-07-23T19:43:21.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/130548073225_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>290588689628</itemId><title>Harry
228
+ Potter Severus Snape Wand &amp; Ollivanders Box New</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
229
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2905886896284040_2.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Severus-Snape-Wand-Ollivanders-Box-New-/290588689628?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>MOCC</paymentMethod><paymentMethod>PayPal</paymentMethod><paymentMethod>PersonalCheck</paymentMethod><paymentMethod>PaymentSeeDescription</paymentMethod><paymentMethod>CCAccepted</paymentMethod><autoPay>false</autoPay><postalCode>HA38DP</postalCode><location>United
230
+ Kingdom</location><country>GB</country><shippingInfo><shippingServiceCost currencyId="USD">16.31</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
231
+ currencyId="GBP">29.99</currentPrice><convertedCurrentPrice currencyId="USD">48.92</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P24DT15H33M9S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T09:53:19.000Z</startTime><endTime>2011-08-17T09:58:19.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>250858978878</itemId><title>Harry
232
+ Potter RAVENCTAW Crest Black Metal Necklace H815</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
233
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2508589788784040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-RAVENCTAW-Crest-Black-Metal-Necklace-H815-/250858978878?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
234
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">6.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
235
+ currencyId="USD">0.99</currentPrice><convertedCurrentPrice currencyId="USD">0.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H22M56S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T19:48:06.000Z</startTime><endTime>2011-07-23T19:48:06.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/250858978878_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>220818048705</itemId><title>NEW
236
+ Harry Potter Hogwarts Hermione Granger Magical Wand</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
237
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/2208180487054040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/NEW-Harry-Potter-Hogwarts-Hermione-Granger-Magical-Wand-/220818048705?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>518000</postalCode><location>Hong
238
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">15.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
239
+ currencyId="USD">0.95</currentPrice><convertedCurrentPrice currencyId="USD">0.95</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H23M1S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T19:48:11.000Z</startTime><endTime>2011-07-23T19:48:11.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/220818048705_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>120750753019</itemId><title>Blu
240
+ Ray 4 Le$$ ~ Harry Potter &amp; the HALF- BLOOD PRINCE</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
241
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/1207507530194040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Blu-Ray-4-Le-Harry-Potter-HALF-BLOOD-PRINCE-/120750753019?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
242
+ type="ReferenceID">78461267</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>60048</postalCode><location>Libertyville,IL,USA</location><country>US</country><shippingInfo><shippingServiceCost
243
+ currencyId="USD">2.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
244
+ currencyId="USD">9.99</currentPrice><convertedCurrentPrice currencyId="USD">9.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H34M25S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T19:59:35.000Z</startTime><endTime>2011-07-23T19:59:35.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>2750</conditionId><conditionDisplayName>Like
245
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>220815721463</itemId><title>WIZARDING
246
+ WORLD OF HARRY POTTER TIME TURNER KEYCHAIN!</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
247
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/2208157214634040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/WIZARDING-WORLD-HARRY-POTTER-TIME-TURNER-KEYCHAIN-/220815721463?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>32835</postalCode><location>Orlando,FL,USA</location><country>US</country><shippingInfo><shippingServiceCost
248
+ currencyId="USD">0.0</shippingServiceCost><shippingType>CalculatedDomesticFlatInternational</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
249
+ currencyId="USD">22.95</currentPrice><convertedCurrentPrice currencyId="USD">22.95</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P24DT3H28M10S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-17T21:48:20.000Z</startTime><endTime>2011-08-16T21:53:20.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/220815721463_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>260822646929</itemId><title>Cosplay
250
+ Harry Potter 7 Movie Magic Pocket Watch NEW N92</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>126922</categoryId><categoryName>Harry
251
+ Potter</categoryName></primaryCategory><secondaryCategory><categoryId>29798</categoryId><categoryName>Harry
252
+ Potter</categoryName></secondaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/2608226469294040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Cosplay-Harry-Potter-7-Movie-Magic-Pocket-Watch-NEW-N92-/260822646929?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
253
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">9.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>GB</shipToLocations><shipToLocations>AU</shipToLocations></shippingInfo><sellingStatus><currentPrice
254
+ currencyId="USD">4.99</currentPrice><convertedCurrentPrice currencyId="USD">4.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H35M30S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T20:00:40.000Z</startTime><endTime>2011-07-23T20:00:40.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>260822648180</itemId><title>Harry
255
+ Potter Magical Stone Golden Ring Wooden Box N12</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
256
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2608226481804040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Magical-Stone-Golden-Ring-Wooden-Box-N12-/260822648180?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
257
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">8.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>GB</shipToLocations><shipToLocations>AU</shipToLocations></shippingInfo><sellingStatus><currentPrice
258
+ currencyId="USD">0.95</currentPrice><convertedCurrentPrice currencyId="USD">0.95</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H37M27S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T20:02:37.000Z</startTime><endTime>2011-07-23T20:02:37.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/260822648180_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>250858987362</itemId><title>Harry
259
+ Potter HUFFLEPUEE Crest Black Metal Necklace H816</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
260
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2508589873624040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-HUFFLEPUEE-Crest-Black-Metal-Necklace-H816-/250858987362?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
261
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">6.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
262
+ currencyId="USD">0.99</currentPrice><convertedCurrentPrice currencyId="USD">0.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H39M9S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T20:04:19.000Z</startTime><endTime>2011-07-23T20:04:19.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/250858987362_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>120750762082</itemId><title>Blu
263
+ Ray 4 Le$$ - HARRY POTTER &amp; THE HALF BLOOD PRINCE..</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
264
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/1207507620824040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Blu-Ray-4-Le-HARRY-POTTER-HALF-BLOOD-PRINCE-/120750762082?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
265
+ type="ReferenceID">78461267</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>60048</postalCode><location>Libertyville,IL,USA</location><country>US</country><shippingInfo><shippingServiceCost
266
+ currencyId="USD">2.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
267
+ currencyId="USD">12.99</currentPrice><convertedCurrentPrice currencyId="USD">12.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H54M38S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T20:19:48.000Z</startTime><endTime>2011-07-23T20:19:48.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>2750</conditionId><conditionDisplayName>Like
268
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>220815735150</itemId><title>Universal
269
+ Wizarding Harry Potter Hogwarts Mini Suitcase</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
270
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2208157351504040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Universal-Wizarding-Harry-Potter-Hogwarts-Mini-Suitcase-/220815735150?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>32835</postalCode><location>Orlando,FL,USA</location><country>US</country><shippingInfo><shippingServiceCost
271
+ currencyId="USD">0.0</shippingServiceCost><shippingType>Calculated</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>true</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
272
+ currencyId="USD">29.95</currentPrice><convertedCurrentPrice currencyId="USD">29.95</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P24DT3H56M40S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-17T22:16:50.000Z</startTime><endTime>2011-08-16T22:21:50.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/220815735150_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>260821518062</itemId><title>LOT
273
+ Harry Potter Ron Weasley Hermione Granger WAND 3pcs</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
274
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2608215180624040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/LOT-Harry-Potter-Ron-Weasley-Hermione-Granger-WAND-3pcs-/260821518062?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
275
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">25.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
276
+ currencyId="USD">24.0</currentPrice><convertedCurrentPrice currencyId="USD">24.0</convertedCurrentPrice><bidCount>2</bidCount><sellingState>Active</sellingState><timeLeft>P0DT2H3M22S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T20:28:32.000Z</startTime><endTime>2011-07-23T20:28:32.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/260821518062_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>300580509333</itemId><title>Harry
277
+ Potter Magical Stone Golden Ring &amp; Wooden Box N12</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
278
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/3005805093334040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Magical-Stone-Golden-Ring-Wooden-Box-N12-/300580509333?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
279
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">8.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>GB</shipToLocations><shipToLocations>AU</shipToLocations></shippingInfo><sellingStatus><currentPrice
280
+ currencyId="USD">0.99</currentPrice><convertedCurrentPrice currencyId="USD">0.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT2H10M30S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T20:35:40.000Z</startTime><endTime>2011-07-23T20:35:40.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/300580509333_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>350479535780</itemId><title>COMPLETE
281
+ HARRY POTTER YEARS DVD SET *1,2,3,4,5,6,7*WIDE</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
282
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/3504795357804040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/COMPLETE-HARRY-POTTER-YEARS-DVD-SET-1-2-3-4-5-6-7-WIDE-/350479535780?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>61951</postalCode><location>Sullivan,IL,USA</location><country>US</country><shippingInfo><shippingServiceCost
283
+ currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
284
+ currencyId="USD">54.99</currentPrice><convertedCurrentPrice currencyId="USD">54.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT2H15M46S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T20:41:57.000Z</startTime><endTime>2011-07-23T20:40:56.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>4000</conditionId><conditionDisplayName>Very
285
+ Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>260821532160</itemId><title>HARRY
286
+ POTTER Anime Ron Weasley Magical Wand NIB H67</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>73570</categoryId><categoryName>Harry
287
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2608215321604040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/HARRY-POTTER-Anime-Ron-Weasley-Magical-Wand-NIB-H67-/260821532160?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
288
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">12.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
289
+ currencyId="USD">7.99</currentPrice><convertedCurrentPrice currencyId="USD">7.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT2H21M1S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T20:46:11.000Z</startTime><endTime>2011-07-23T20:46:11.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/260821532160_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>220815736866</itemId><title>Wizarding
290
+ World of Harry Potter Chocolate Frog</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
291
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2208157368664040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Wizarding-World-Harry-Potter-Chocolate-Frog-/220815736866?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>32835</postalCode><location>Orlando,FL,USA</location><country>US</country><shippingInfo><shippingServiceCost
292
+ currencyId="USD">0.0</shippingServiceCost><shippingType>Calculated</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>true</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
293
+ currencyId="USD">17.95</currentPrice><convertedCurrentPrice currencyId="USD">17.95</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P24DT4H0M25S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-17T22:20:35.000Z</startTime><endTime>2011-08-16T22:25:35.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/220815736866_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>220818075368</itemId><title>NEW
294
+ Harry Potter Hogwarts Hermione Granger Magical Wand</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
295
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2208180753684040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/NEW-Harry-Potter-Hogwarts-Hermione-Granger-Magical-Wand-/220818075368?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>518000</postalCode><location>Hong
296
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">15.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
297
+ currencyId="USD">0.95</currentPrice><convertedCurrentPrice currencyId="USD">0.95</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT2H23M10S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T20:48:20.000Z</startTime><endTime>2011-07-23T20:48:20.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/220818075368_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>290590249443</itemId><title>Hogwarts
298
+ Harry Potter Hermione Granger Magical Wand E12</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
299
+ Potter</categoryName></primaryCategory><secondaryCategory><categoryId>126922</categoryId><categoryName>Harry
300
+ Potter</categoryName></secondaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/2905902494434040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Hogwarts-Harry-Potter-Hermione-Granger-Magical-Wand-E12-/290590249443?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
301
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">11.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>CA</shipToLocations><shipToLocations>GB</shipToLocations><shipToLocations>AU</shipToLocations></shippingInfo><sellingStatus><currentPrice
302
+ currencyId="USD">5.99</currentPrice><convertedCurrentPrice currencyId="USD">5.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT2H31M29S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T20:56:39.000Z</startTime><endTime>2011-07-23T20:56:39.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>290590249672</itemId><title>New
303
+ Cosplay Harry Potter Ron Weasley Magical Wand E11A</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
304
+ Potter</categoryName></primaryCategory><secondaryCategory><categoryId>126922</categoryId><categoryName>Harry
305
+ Potter</categoryName></secondaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2905902496724040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/New-Cosplay-Harry-Potter-Ron-Weasley-Magical-Wand-E11A-/290590249672?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
306
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">11.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>AU</shipToLocations><shipToLocations>Europe</shipToLocations></shippingInfo><sellingStatus><currentPrice
307
+ currencyId="USD">5.99</currentPrice><convertedCurrentPrice currencyId="USD">5.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT2H32M36S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T20:57:46.000Z</startTime><endTime>2011-07-23T20:57:46.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>320729867273</itemId><title>WIZARDING
308
+ WORLD HARRY POTTER MONSTER BOOK OF MONSTERS</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
309
+ Potter</categoryName></primaryCategory><secondaryCategory><categoryId>230</categoryId><categoryName>Other</categoryName></secondaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/3207298672734040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/WIZARDING-WORLD-HARRY-POTTER-MONSTER-BOOK-MONSTERS-/320729867273?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>32835</postalCode><location>Orlando,FL,USA</location><country>US</country><shippingInfo><shippingServiceCost
310
+ currencyId="USD">0.0</shippingServiceCost><shippingType>FlatDomesticCalculatedInternational</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
311
+ currencyId="USD">49.95</currentPrice><convertedCurrentPrice currencyId="USD">49.95</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P24DT3H54M47S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-17T22:14:57.000Z</startTime><endTime>2011-08-16T22:19:57.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>300580518929</itemId><title>LOT
312
+ 5 PCS HARRY POTTER Hogwarts MAGICAL WAND TOYS E88</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
313
+ Potter</categoryName></primaryCategory><secondaryCategory><categoryId>126922</categoryId><categoryName>Harry
314
+ Potter</categoryName></secondaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/3005805189294040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/LOT-5-PCS-HARRY-POTTER-Hogwarts-MAGICAL-WAND-TOYS-E88-/300580518929?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
315
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">24.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>CA</shipToLocations><shipToLocations>GB</shipToLocations><shipToLocations>AU</shipToLocations></shippingInfo><sellingStatus><currentPrice
316
+ currencyId="USD">39.99</currentPrice><convertedCurrentPrice currencyId="USD">39.99</convertedCurrentPrice><bidCount>3</bidCount><sellingState>Active</sellingState><timeLeft>P0DT2H42M36S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T21:07:46.000Z</startTime><endTime>2011-07-23T21:07:46.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>300580519322</itemId><title>Harry
317
+ Potter Lord Voldemort Magical Cosplay Wand E14</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
318
+ Potter</categoryName></primaryCategory><secondaryCategory><categoryId>126922</categoryId><categoryName>Harry
319
+ Potter</categoryName></secondaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/3005805193224040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Lord-Voldemort-Magical-Cosplay-Wand-E14-/300580519322?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
320
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">11.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>CA</shipToLocations><shipToLocations>GB</shipToLocations><shipToLocations>AU</shipToLocations></shippingInfo><sellingStatus><currentPrice
321
+ currencyId="USD">5.99</currentPrice><convertedCurrentPrice currencyId="USD">5.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT2H43M35S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T21:08:45.000Z</startTime><endTime>2011-07-23T21:08:45.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>300580519806</itemId><title>Cosplay
322
+ Harry Potter Master Dumbledore Magical Wand E13</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
323
+ Potter</categoryName></primaryCategory><secondaryCategory><categoryId>126922</categoryId><categoryName>Harry
324
+ Potter</categoryName></secondaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/3005805198064040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Cosplay-Harry-Potter-Master-Dumbledore-Magical-Wand-E13-/300580519806?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
325
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">11.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>CA</shipToLocations><shipToLocations>GB</shipToLocations><shipToLocations>AU</shipToLocations></shippingInfo><sellingStatus><currentPrice
326
+ currencyId="USD">5.99</currentPrice><convertedCurrentPrice currencyId="USD">5.99</convertedCurrentPrice><bidCount>2</bidCount><sellingState>Active</sellingState><timeLeft>P0DT2H44M35S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T21:09:45.000Z</startTime><endTime>2011-07-23T21:09:45.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>260821572492</itemId><title>Harry
327
+ Potter Anime Hogwarts BROOCH Pin Badge COSPLAY</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
328
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2608215724924040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Anime-Hogwarts-BROOCH-Pin-Badge-COSPLAY-/260821572492?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
329
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">3.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
330
+ currencyId="USD">0.01</currentPrice><convertedCurrentPrice currencyId="USD">0.01</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT2H45M1S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T21:10:11.000Z</startTime><endTime>2011-07-23T21:10:11.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/260821572492_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>290540947118</itemId><title>Harry
331
+ Potter Hermione Granger Wand Ollivanders Box New</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
332
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2905409471184040_3.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Hermione-Granger-Wand-Ollivanders-Box-New-/290540947118?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>MOCC</paymentMethod><paymentMethod>PayPal</paymentMethod><paymentMethod>PersonalCheck</paymentMethod><paymentMethod>PaymentSeeDescription</paymentMethod><paymentMethod>CCAccepted</paymentMethod><autoPay>false</autoPay><postalCode>HA38DP</postalCode><location>United
333
+ Kingdom</location><country>GB</country><shippingInfo><shippingServiceCost currencyId="USD">16.31</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
334
+ currencyId="GBP">29.99</currentPrice><convertedCurrentPrice currencyId="USD">48.92</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P7DT16H42M35S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-03-03T11:02:45.000Z</startTime><endTime>2011-07-31T11:07:45.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>200631153158</itemId><title>3
335
+ Harry Potter Hardback Books in Top Condition</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
336
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2006311531584040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/3-Harry-Potter-Hardback-Books-Top-Condition-/200631153158?pt=US_Childrens_Books</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>93105</postalCode><location>Santa
337
+ Barbara,CA,USA</location><country>US</country><shippingInfo><shippingServiceCost
338
+ currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>AU</shipToLocations><shipToLocations>Americas</shipToLocations><shipToLocations>Europe</shipToLocations><shipToLocations>Asia</shipToLocations></shippingInfo><sellingStatus><currentPrice
339
+ currencyId="USD">33.33</currentPrice><convertedCurrentPrice currencyId="USD">33.33</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT2H47M10S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T21:13:21.000Z</startTime><endTime>2011-07-23T21:12:20.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>2750</conditionId><conditionDisplayName>Like
340
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>170670050419</itemId><title>2005
341
+ Harry Potter Fact Fiction Folklore Guide Beahm 1st</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
342
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/1706700504194040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/2005-Harry-Potter-Fact-Fiction-Folklore-Guide-Beahm-1st-/170670050419?pt=US_Childrens_Books</viewItemURL><productId
343
+ type="ReferenceID">45387791</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>44201</postalCode><location>Atwater,OH,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>5</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
344
+ currencyId="USD">6.28</currentPrice><convertedCurrentPrice currencyId="USD">6.28</convertedCurrentPrice><bidCount>8</bidCount><sellingState>Active</sellingState><timeLeft>P0DT2H48M48S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T21:13:58.000Z</startTime><endTime>2011-07-23T21:13:58.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>2750</conditionId><conditionDisplayName>Like
345
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>300578370599</itemId><title>Emma
346
+ Watson Autograph Signed Auto Card Harry Potter OOP</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>73570</categoryId><categoryName>Harry
347
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/3005783705994040_3.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Emma-Watson-Autograph-Signed-Auto-Card-Harry-Potter-OOP-/300578370599?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>34471</postalCode><location>Ocala,FL,USA</location><country>US</country><shippingInfo><shippingServiceCost
348
+ currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
349
+ currencyId="USD">450.0</currentPrice><convertedCurrentPrice currencyId="USD">450.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT2H58M56S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T21:24:06.000Z</startTime><endTime>2011-07-23T21:24:06.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/300578370599_1_2_1.jpg</galleryPlusPictureURL><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>400193853793</itemId><title>Dumbledore
350
+ Bronze Elder Wand Set w Case Harry Potter</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
351
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/4001938537934040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Dumbledore-Bronze-Elder-Wand-Set-w-Case-Harry-Potter-/400193853793?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>true</autoPay><location>United
352
+ Kingdom</location><country>GB</country><shippingInfo><shippingServiceCost currencyId="USD">40.78</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>true</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
353
+ currencyId="GBP">197.99</currentPrice><convertedCurrentPrice currencyId="USD">322.96</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P14DT14H23M44S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-02-08T08:43:54.000Z</startTime><endTime>2011-08-07T08:48:54.000Z</endTime><listingType>StoreInventory</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>280710777242</itemId><title>Harry
354
+ Potter and the Goblet of Fire by J. K. Rowling...</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
355
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2807107772424040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Goblet-Fire-J-K-Rowling-/280710777242?pt=US_Childrens_Books</viewItemURL><productId
356
+ type="ReferenceID">2567051</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>06062</postalCode><location>Plainville,CT,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>5</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
357
+ currencyId="USD">1.29</currentPrice><convertedCurrentPrice currencyId="USD">1.29</convertedCurrentPrice><bidCount>2</bidCount><sellingState>Active</sellingState><timeLeft>P0DT3H10M2S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T21:35:12.000Z</startTime><endTime>2011-07-23T21:35:12.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>4000</conditionId><conditionDisplayName>Very
358
+ Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>280710778764</itemId><title>Harry
359
+ Potter and the Prisoner of Azkaban by J. K. Ro...</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
360
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2807107787644040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Prisoner-Azkaban-J-K-Ro-/280710778764?pt=US_Childrens_Books</viewItemURL><productId
361
+ type="ReferenceID">1646656</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>06062</postalCode><location>Plainville,CT,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>5</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
362
+ currencyId="USD">3.0</currentPrice><convertedCurrentPrice currencyId="USD">3.0</convertedCurrentPrice><bidCount>3</bidCount><sellingState>Active</sellingState><timeLeft>P0DT3H14M48S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T21:39:58.000Z</startTime><endTime>2011-07-23T21:39:58.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>4000</conditionId><conditionDisplayName>Very
363
+ Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>260821591731</itemId><title>Harry
364
+ Potter Slytherin Snake BROOCH Pin Badge COSPLAY</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
365
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/2608215917314040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Slytherin-Snake-BROOCH-Pin-Badge-COSPLAY-/260821591731?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
366
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">3.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
367
+ currencyId="USD">0.01</currentPrice><convertedCurrentPrice currencyId="USD">0.01</convertedCurrentPrice><bidCount>1</bidCount><sellingState>Active</sellingState><timeLeft>P0DT3H21M1S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T21:46:11.000Z</startTime><endTime>2011-07-23T21:46:11.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/260821591731_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>220818097374</itemId><title>NEW
368
+ Harry Potter Hogwarts Hermione Granger Magical Wand</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
369
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2208180973744040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/NEW-Harry-Potter-Hogwarts-Hermione-Granger-Magical-Wand-/220818097374?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>518000</postalCode><location>Hong
370
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">15.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
371
+ currencyId="USD">0.95</currentPrice><convertedCurrentPrice currencyId="USD">0.95</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT3H22M57S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T21:48:07.000Z</startTime><endTime>2011-07-23T21:48:07.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/220818097374_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>130545664505</itemId><title>Harry
372
+ Potter Master Dumbledore Magical Wand w/Box 81653</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
373
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/1305456645054040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Master-Dumbledore-Magical-Wand-w-Box-81653-/130545664505?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>510200</postalCode><location>China</location><country>CN</country><shippingInfo><shippingServiceCost
374
+ currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
375
+ currencyId="GBP">9.29</currentPrice><convertedCurrentPrice currencyId="USD">15.15</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P19DT13H6M37S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-13T09:32:03.000Z</startTime><endTime>2011-08-12T07:31:47.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>270785812189</itemId><title>NEW
376
+ RARE HARRY POTTER SPELLS SPICE RACK</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
377
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/2707858121894040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/NEW-RARE-HARRY-POTTER-SPELLS-SPICE-RACK-/270785812189?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>OX169EP</postalCode><location>United
378
+ Kingdom</location><country>GB</country><shippingInfo><shippingServiceCost currencyId="USD">13.05</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
379
+ currencyId="GBP">20.0</currentPrice><convertedCurrentPrice currencyId="USD">32.62</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT3H38M13S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T22:04:24.000Z</startTime><endTime>2011-07-23T22:03:23.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>250860139382</itemId><title>Harry
380
+ Potter and the Sorcerer's Stone by J. K. Rowling</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
381
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2508601393824040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Sorcerers-Stone-J-K-Rowling-/250860139382?pt=US_Childrens_Books</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>85635</postalCode><location>Sierra
382
+ Vista,AZ,USA</location><country>US</country><shippingInfo><shippingServiceCost
383
+ currencyId="USD">4.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
384
+ currencyId="USD">0.99</currentPrice><convertedCurrentPrice currencyId="USD">0.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT3H49M11S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T22:14:21.000Z</startTime><endTime>2011-07-23T22:14:21.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>5000</conditionId><conditionDisplayName>Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>260822720087</itemId><title>Harry
385
+ Potter Books 1-3 Paperback</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
386
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/2608227200874040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Books-1-3-Paperback-/260822720087?pt=US_Childrens_Books</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>85635</postalCode><location>Sierra
387
+ Vista,AZ,USA</location><country>US</country><shippingInfo><shippingServiceCost
388
+ currencyId="USD">4.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
389
+ currencyId="USD">19.99</currentPrice><convertedCurrentPrice currencyId="USD">19.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT3H55M34S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
390
+ currencyId="USD">25.99</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">25.99</convertedBuyItNowPrice><startTime>2011-07-22T22:20:44.000Z</startTime><endTime>2011-07-23T22:20:44.000Z</endTime><listingType>AuctionWithBIN</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>5000</conditionId><conditionDisplayName>Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>220815739031</itemId><title>WIZARDING
391
+ WORLD OF HARRY POTTER LIGHT UP TRI WIZARD CUP</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
392
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/2208157390314040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/WIZARDING-WORLD-HARRY-POTTER-LIGHT-UP-TRI-WIZARD-CUP-/220815739031?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>32835</postalCode><location>Orlando,FL,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
393
+ currencyId="USD">22.95</currentPrice><convertedCurrentPrice currencyId="USD">22.95</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P24DT4H5M21S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-17T22:25:31.000Z</startTime><endTime>2011-08-16T22:30:31.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/220815739031_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>300580537602</itemId><title>Mythical
394
+ Harry Potter Hogwarts Magic Wand Cosplay D5k</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
395
+ Potter</categoryName></primaryCategory><secondaryCategory><categoryId>126922</categoryId><categoryName>Harry
396
+ Potter</categoryName></secondaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/3005805376024040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Mythical-Harry-Potter-Hogwarts-Magic-Wand-Cosplay-D5k-/300580537602?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
397
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">11.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>CA</shipToLocations><shipToLocations>GB</shipToLocations><shipToLocations>AU</shipToLocations></shippingInfo><sellingStatus><currentPrice
398
+ currencyId="USD">5.99</currentPrice><convertedCurrentPrice currencyId="USD">5.99</convertedCurrentPrice><bidCount>1</bidCount><sellingState>Active</sellingState><timeLeft>P0DT4H0M32S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T22:25:42.000Z</startTime><endTime>2011-07-23T22:25:42.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>280710795914</itemId><title>Harry
399
+ Potter and the Sorcerer's Stone by J. K. Rowli...</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
400
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2807107959144040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Sorcerers-Stone-J-K-Rowli-/280710795914?pt=US_Childrens_Books</viewItemURL><productId
401
+ type="ReferenceID">1974289</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>06062</postalCode><location>Plainville,CT,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>5</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
402
+ currencyId="USD">1.5</currentPrice><convertedCurrentPrice currencyId="USD">1.5</convertedCurrentPrice><bidCount>2</bidCount><sellingState>Active</sellingState><timeLeft>P0DT4H14M54S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T22:40:04.000Z</startTime><endTime>2011-07-23T22:40:04.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>4000</conditionId><conditionDisplayName>Very
403
+ Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>190556022274</itemId><title>Harry
404
+ Potter movies 1,2,3,4,5,6,7 GREAT CONDITION!! </title><globalId>EBAY-US</globalId><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
405
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/1905560222744040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-movies-1-2-3-4-5-6-7-GREAT-CONDITION-/190556022274?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>33772</postalCode><location>Seminole,FL,USA</location><country>US</country><shippingInfo><shippingServiceCost
406
+ currencyId="USD">3.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
407
+ currencyId="USD">40.0</currentPrice><convertedCurrentPrice currencyId="USD">40.0</convertedCurrentPrice><bidCount>13</bidCount><sellingState>Active</sellingState><timeLeft>P0DT4H16M24S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T22:41:34.000Z</startTime><endTime>2011-07-23T22:41:34.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>4000</conditionId><conditionDisplayName>Very
408
+ Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>280710797143</itemId><title>Harry
409
+ Potter and the Chamber of Secrets by J. K. Row...</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
410
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/2807107971434040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Chamber-Secrets-J-K-Row-/280710797143?pt=US_Childrens_Books</viewItemURL><productId
411
+ type="ReferenceID">2441622</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>06062</postalCode><location>Plainville,CT,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>5</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
412
+ currencyId="USD">0.99</currentPrice><convertedCurrentPrice currencyId="USD">0.99</convertedCurrentPrice><bidCount>1</bidCount><sellingState>Active</sellingState><timeLeft>P0DT4H16M29S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T22:41:39.000Z</startTime><endTime>2011-07-23T22:41:39.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>2750</conditionId><conditionDisplayName>Like
413
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>230650371649</itemId><title>Deluxe
414
+ Harry Potter Replica Wand FAST SHIPPING</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
415
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/2306503716494040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Deluxe-Harry-Potter-Replica-Wand-FAST-SHIPPING-/230650371649?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>37923</postalCode><location>Knoxville,TN,USA</location><country>US</country><shippingInfo><shippingServiceCost
416
+ currencyId="USD">0.0</shippingServiceCost><shippingType>CalculatedDomesticFlatInternational</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>true</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
417
+ currencyId="USD">16.99</currentPrice><convertedCurrentPrice currencyId="USD">16.99</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P28DT1H46M35S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-21T20:07:45.000Z</startTime><endTime>2011-08-20T20:11:45.000Z</endTime><listingType>StoreInventory</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/230650371649_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>230649997762</itemId><title>NEW
418
+ Harry Potter Hogwarts Crest POCKET watch</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
419
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2306499977624040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/NEW-Harry-Potter-Hogwarts-Crest-POCKET-watch-/230649997762?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
420
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">14.68</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
421
+ currencyId="GBP">0.99</currentPrice><convertedCurrentPrice currencyId="USD">1.61</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT4H18M50S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
422
+ currencyId="GBP">2.99</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">4.88</convertedBuyItNowPrice><startTime>2011-07-20T22:44:00.000Z</startTime><endTime>2011-07-23T22:44:00.000Z</endTime><listingType>AuctionWithBIN</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>230649998018</itemId><title>New
423
+ Edition HARRY POTTER Voldemort LED Light Wand -002</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
424
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2306499980184040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/New-Edition-HARRY-POTTER-Voldemort-LED-Light-Wand-002-/230649998018?pt=UK_Collectables_SciFi_fantasyCollectables_EH</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
425
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">14.68</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
426
+ currencyId="GBP">0.99</currentPrice><convertedCurrentPrice currencyId="USD">1.61</convertedCurrentPrice><bidCount>1</bidCount><sellingState>Active</sellingState><timeLeft>P0DT4H20M10S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T22:45:20.000Z</startTime><endTime>2011-07-23T22:45:20.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>220818114745</itemId><title>NEW
427
+ Harry Potter Hogwarts Hermione Granger Magical Wand</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
428
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/2208181147454040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/NEW-Harry-Potter-Hogwarts-Hermione-Granger-Magical-Wand-/220818114745?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>518000</postalCode><location>Hong
429
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">15.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
430
+ currencyId="USD">0.95</currentPrice><convertedCurrentPrice currencyId="USD">0.95</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT4H22M54S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T22:48:04.000Z</startTime><endTime>2011-07-23T22:48:04.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/220818114745_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>150485740800</itemId><title>NIB
431
+ Harry Potter Ladies Watch Model HC0008+Gifts VHTF</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
432
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/1504857408004040_3.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/NIB-Harry-Potter-Ladies-Watch-Model-HC0008-Gifts-VHTF-/150485740800?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>90201</postalCode><location>Bell,CA,USA</location><country>US</country><shippingInfo><shippingServiceCost
433
+ currencyId="USD">5.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
434
+ currencyId="USD">20.0</currentPrice><convertedCurrentPrice currencyId="USD">20.0</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P0DT0H29M57S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>true</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2010-08-27T18:50:07.000Z</startTime><endTime>2011-07-23T18:55:07.000Z</endTime><listingType>StoreInventory</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/150485740800_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>200633405314</itemId><title>Harry
435
+ Potter Time Turner NEW World Wide Shipping</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
436
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2006334053144040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Time-Turner-NEW-World-Wide-Shipping-/200633405314?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>19136</postalCode><location>Philadelphia,PA,USA</location><country>US</country><shippingInfo><shippingServiceCost
437
+ currencyId="USD">2.99</shippingServiceCost><shippingType>FlatDomesticCalculatedInternational</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
438
+ currencyId="USD">13.0</currentPrice><convertedCurrentPrice currencyId="USD">13.0</convertedCurrentPrice><bidCount>5</bidCount><sellingState>Active</sellingState><timeLeft>P0DT4H44M39S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T23:09:49.000Z</startTime><endTime>2011-07-23T23:09:49.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/200633405314_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>370528001004</itemId><title>Harry
439
+ Potter and the Sorcerer's Stone by J. K. Rowli...</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
440
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/3705280010044040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Sorcerers-Stone-J-K-Rowli-/370528001004?pt=US_Childrens_Books</viewItemURL><productId
441
+ type="ReferenceID">913179</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>95123</postalCode><location>San
442
+ Jose,CA,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
443
+ currencyId="USD">1.04</currentPrice><convertedCurrentPrice currencyId="USD">1.04</convertedCurrentPrice><bidCount>2</bidCount><sellingState>Active</sellingState><timeLeft>P0DT5H22M9S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T23:47:19.000Z</startTime><endTime>2011-07-23T23:47:19.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>5000</conditionId><conditionDisplayName>Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>370528001248</itemId><title>Harry
444
+ Potter and the Goblet of Fire, J.K. Rowling</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
445
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/3705280012484040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Goblet-Fire-J-K-Rowling-/370528001248?pt=US_Childrens_Books</viewItemURL><productId
446
+ type="ReferenceID">2567051</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>USA</location><country>US</country><shippingInfo><shippingServiceCost
447
+ currencyId="USD">4.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
448
+ currencyId="USD">3.99</currentPrice><convertedCurrentPrice currencyId="USD">3.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT5H23M3S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T23:48:13.000Z</startTime><endTime>2011-07-23T23:48:13.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>5000</conditionId><conditionDisplayName>Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>370528001263</itemId><title>Harry
449
+ Potter and the Half-Blood Prince, J.K. Rowling</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
450
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/3705280012634040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Half-Blood-Prince-J-K-Rowling-/370528001263?pt=US_Childrens_Books</viewItemURL><productId
451
+ type="ReferenceID">44462740</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>USA</location><country>US</country><shippingInfo><shippingServiceCost
452
+ currencyId="USD">4.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
453
+ currencyId="USD">4.99</currentPrice><convertedCurrentPrice currencyId="USD">4.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT5H23M8S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T23:48:18.000Z</startTime><endTime>2011-07-23T23:48:18.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>4000</conditionId><conditionDisplayName>Very
454
+ Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>320729853551</itemId><title>Wizarding
455
+ World of Harry Potter Honeydukes Sampler Lot!</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
456
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/3207298535514040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Wizarding-World-Harry-Potter-Honeydukes-Sampler-Lot-/320729853551?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>32835</postalCode><location>Orlando,FL,USA</location><country>US</country><shippingInfo><shippingServiceCost
457
+ currencyId="USD">10.99</shippingServiceCost><shippingType>FlatDomesticCalculatedInternational</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
458
+ currencyId="USD">44.99</currentPrice><convertedCurrentPrice currencyId="USD">44.99</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P24DT3H28M23S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-17T21:48:33.000Z</startTime><endTime>2011-08-16T21:53:33.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/320729853551_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>220818129646</itemId><title>NEW
459
+ Harry Potter Hogwarts Hermione Granger Magical Wand</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
460
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2208181296464040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/NEW-Harry-Potter-Hogwarts-Hermione-Granger-Magical-Wand-/220818129646?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>518000</postalCode><location>Hong
461
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">15.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
462
+ currencyId="USD">0.95</currentPrice><convertedCurrentPrice currencyId="USD">0.95</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT5H23M11S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T23:48:21.000Z</startTime><endTime>2011-07-23T23:48:21.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/220818129646_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>220816238895</itemId><title>Harry
463
+ Potter and the Order of the Phoenix, J.K. Rowling</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
464
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/2208162388954040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-J-K-Rowling-/220816238895?pt=US_Childrens_Books</viewItemURL><productId
465
+ type="ReferenceID">2327833</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>USA</location><country>US</country><shippingInfo><shippingServiceCost
466
+ currencyId="USD">4.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
467
+ currencyId="USD">3.99</currentPrice><convertedCurrentPrice currencyId="USD">3.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT5H23M14S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T23:48:24.000Z</startTime><endTime>2011-07-23T23:48:24.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>6000</conditionId><conditionDisplayName>Acceptable</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>260821634083</itemId><title>HARRY
468
+ POTTER Anime Hermione Granger magic Wand NIB H66</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>29798</categoryId><categoryName>Harry
469
+ Potter</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/2608216340834040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/HARRY-POTTER-Anime-Hermione-Granger-magic-Wand-NIB-H66-/260821634083?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
470
+ Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">12.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
471
+ currencyId="USD">7.99</currentPrice><convertedCurrentPrice currencyId="USD">7.99</convertedCurrentPrice><bidCount>1</bidCount><sellingState>Active</sellingState><timeLeft>P0DT5H35M2S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-21T00:00:12.000Z</startTime><endTime>2011-07-24T00:00:12.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/260821634083_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item></searchResult><paginationOutput><pageNumber>1</pageNumber><entriesPerPage>100</entriesPerPage><totalPages>377</totalPages><totalEntries>37659</totalEntries></paginationOutput><itemSearchURL>http://shop.ebay.com/i.html?LH_SellerWithStore=1&amp;_nkw=harry+potter&amp;_ddo=1&amp;_exmaitems=1&amp;_ipg=100&amp;_pgn=1</itemSearchURL></findItemsIneBayStoresResponse>
472
+ http_version: '1.1'