agent_cooper 0.0.6 → 0.0.7.pre
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +0 -1
- data/.rvmrc +1 -0
- data/.travis.yml +2 -0
- data/README.md +6 -4
- data/Rakefile +2 -0
- data/agent_cooper.gemspec +16 -14
- data/features/finder.feature +1 -1
- data/features/support/env.rb +1 -5
- data/features/support/vcr.rb +2 -6
- data/lib/agent_cooper.rb +13 -15
- data/lib/agent_cooper/builder.rb +46 -0
- data/lib/agent_cooper/config.rb +6 -1
- data/lib/agent_cooper/request.rb +54 -30
- data/lib/agent_cooper/requests/finder.rb +12 -15
- data/lib/agent_cooper/requests/merchandiser.rb +15 -16
- data/lib/agent_cooper/requests/shopper.rb +14 -14
- data/lib/agent_cooper/response.rb +9 -10
- data/lib/agent_cooper/synchrony.rb +22 -9
- data/lib/agent_cooper/version.rb +1 -1
- data/spec/agent_cooper/config_spec.rb +36 -0
- data/spec/agent_cooper/request_spec.rb +17 -106
- data/spec/agent_cooper/requests/finder_spec.rb +11 -8
- data/spec/agent_cooper/requests/merchandiser_spec.rb +13 -7
- data/spec/agent_cooper/requests/shopper_spec.rb +12 -7
- data/spec/agent_cooper/response_spec.rb +21 -53
- data/spec/agent_cooper_spec.rb +5 -2
- data/spec/fixtures/cassettes/finder/find_items_advanced/0612b88aa6d3bcece0d88b587267b6de.yml +590 -0
- data/spec/fixtures/cassettes/finder/find_items_by_category/e782300f74c9c6669d5c0d9719d03853.yml +420 -0
- data/spec/fixtures/cassettes/finder/find_items_by_keywords/a6e74b4aff9c701b73db82def8b31bc8.yml +632 -0
- data/spec/fixtures/cassettes/finder/find_items_by_product/9dd9b3128cbf3cda22e027207825c4c0.yml +684 -0
- data/spec/fixtures/cassettes/finder/find_items_in_ebay_stores/6514aa6b1db3f9fbddcfbb32b58fb67e.yml +464 -0
- data/spec/fixtures/cassettes/finder/get_histograms/{80bd04d96cd529af4148866a2d28f079.yml → 1cc52302ce2de278051c3b6be90ccd36.yml} +11 -11
- data/spec/fixtures/cassettes/finder/get_search_keywords_recommendation/{ec96bf3af091373de08550ff46f86c87.yml → 85a972f0b32d1e011b2c8b74fff19261.yml} +6 -6
- data/spec/fixtures/cassettes/merchandiser/get_most_watched_items/66600b7c4cb52b32e517f3e5563463e1.yml +51 -0
- data/spec/fixtures/cassettes/merchandiser/get_related_category_items/{c949e90fb2bd975020df657a4348328d.yml → c74a3e3dff9ffb3e5a84c057d1a88bf3.yml} +6 -6
- data/spec/fixtures/cassettes/merchandiser/get_similar_items/{56c2c41a60135db83d359053778a065f.yml → 943af1f951bf437e72a0d6325bc167af.yml} +6 -6
- data/spec/fixtures/cassettes/merchandiser/get_top_selling_products/323d900971616df3712c8bc7737a70f1.yml +51 -0
- data/spec/fixtures/cassettes/shopper/find_half_products/{77ad8a2ade8e4efadef07346677e43a9.yml → 7bf13f5c5fad44a19d46d68168dc05a3.yml} +15 -15
- data/spec/fixtures/cassettes/shopper/find_popular_items/67c26e00c0be5bfa5994b1ae408517f7.yml +258 -0
- data/spec/fixtures/cassettes/shopper/find_popular_searches/{6db9b375ea610e870e7a4ca4e20974ec.yml → bcf07f2cb90cae7cb40f2252dde126a6.yml} +8 -8
- data/spec/fixtures/cassettes/shopper/find_products/{3fd6d6000037cd409ab1ef18a6075257.yml → b1001bc7a19381f533b36d7b40daedd7.yml} +16 -16
- data/spec/fixtures/cassettes/shopper/find_reviews_and_guides/{8586a984e122cb84136d3cc0bb8bec77.yml → ceb14bd40e2371d3e58e9c4645e857f2.yml} +16 -16
- data/spec/fixtures/cassettes/shopper/get_item_status/{f34cf10c602f9fec7a388297888b4299.yml → 83876f24642637642979b09a6475b475.yml} +8 -8
- data/spec/fixtures/cassettes/shopper/get_multiple_items/{c1183c23add6cad9afbb73f986c2692e.yml → 1f42d0c0fe105f8c0ad79d08f1900738.yml} +8 -8
- data/spec/fixtures/cassettes/shopper/get_shipping_costs/{e7de18031f266637414155639797c097.yml → 9ca24c61a943a3f6647e45b0ae30261f.yml} +8 -8
- data/spec/fixtures/cassettes/shopper/get_single_item/{d4a895de6b214907c47a0b32ab630b9a.yml → d50997fefbf6099325c3c01ef2a4cb51.yml} +8 -8
- data/spec/fixtures/cassettes/shopper/get_user_profile/{dccabbf426bfeba4d898ca546e17dd4b.yml → a5a8fd7e8aeaea9a16dc09c6cb8f3092.yml} +8 -8
- data/spec/spec_helper.rb +2 -1
- data/spec/support/shared/request.rb +67 -0
- metadata +83 -92
- data/lib/agent_cooper/nokogiri_decorator.rb +0 -47
- data/spec/fixtures/cassettes/finder/find_items_advanced/d49218a9522a4a055e31fc6b88c3a2b5.yml +0 -528
- data/spec/fixtures/cassettes/finder/find_items_by_category/85e07de9993e68d09e895f1b01234c5a.yml +0 -463
- data/spec/fixtures/cassettes/finder/find_items_by_keywords/91d7d9b4b62b82877604465a20f9ffa9.yml +0 -668
- data/spec/fixtures/cassettes/finder/find_items_by_product/59ee1391b6dfc2a93e30c8911942fc71.yml +0 -744
- data/spec/fixtures/cassettes/finder/find_items_in_ebay_stores/c7d658804b6353fda03809c21b183af2.yml +0 -472
- data/spec/fixtures/cassettes/merchandiser/get_most_watched_items/3c0cb6fb7bb94b384cae15be175e9640.yml +0 -51
- data/spec/fixtures/cassettes/merchandiser/get_top_selling_products/a82dcb1f094754e54f2a5de191818c3f.yml +0 -53
- data/spec/fixtures/cassettes/shopper/find_popular_items/532fcb32fee187bdc6cc5fb7e4336992.yml +0 -258
- data/spec/fixtures/ebay.yml.sample +0 -1
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
- !ruby/struct:VCR::HTTPInteraction
|
|
3
|
-
request: !ruby/struct:VCR::Request
|
|
4
|
-
method: :get
|
|
5
|
-
uri: http://svcs.ebay.com:80/MerchandisingService?CONSUMER-ID=YOUR-APP-ID&OPERATION-NAME=getMostWatchedItems&RESPONSE-DATA-FORMAT=XML&REST-PAYLOAD=&SERVICE-NAME=MerchandisingService&SERVICE-VERSION=1.4.0&maxResults=3
|
|
6
|
-
body: !!null
|
|
7
|
-
headers: !!null
|
|
8
|
-
response: !ruby/struct:VCR::Response
|
|
9
|
-
status: !ruby/struct:VCR::ResponseStatus
|
|
10
|
-
code: 200
|
|
11
|
-
message: OK
|
|
12
|
-
headers:
|
|
13
|
-
content-type:
|
|
14
|
-
- text/xml;charset=UTF-8
|
|
15
|
-
server:
|
|
16
|
-
- Apache-Coyote/1.1
|
|
17
|
-
x-ebay-esb-endpointurl:
|
|
18
|
-
- /Root/ESBFunctions/Services/Ports/7003/profile/ns/v1/MerchandisingService/destination_default/address_synapse
|
|
19
|
-
x-ebay-esb-guid:
|
|
20
|
-
- urn:uuid:14EB01C54D7CDDC2FA1311501196128
|
|
21
|
-
x-ebay-soa-locale-list:
|
|
22
|
-
- en-US_US
|
|
23
|
-
x-ebay-soa-message-protocol:
|
|
24
|
-
- NONE
|
|
25
|
-
x-ebay-soa-operation-name:
|
|
26
|
-
- getMostWatchedItems
|
|
27
|
-
x-ebay-soa-request-id:
|
|
28
|
-
- 131583e6-d870-a0a3-d821-8521fffe777d!MerchandisingService!10.10.61.130!v3soa1core[]
|
|
29
|
-
x-ebay-soa-response-data-format:
|
|
30
|
-
- XML
|
|
31
|
-
x-ebay-soa-service-name:
|
|
32
|
-
- ! '{http://www.ebay.com/marketplace/services}MerchandisingService'
|
|
33
|
-
x-ebay-soa-service-version:
|
|
34
|
-
- 1.4.0
|
|
35
|
-
date:
|
|
36
|
-
- Sat, 23 Jul 2011 18:25:10 GMT
|
|
37
|
-
transfer-encoding:
|
|
38
|
-
- chunked
|
|
39
|
-
body: <?xml version='1.0' encoding='UTF-8'?><getMostWatchedItemsResponse xmlns="http://www.ebay.com/marketplace/services"><ack>Success</ack><version>1.4.0</version><timestamp>2011-07-23T18:25:11.622Z</timestamp><itemRecommendations><item><itemId>390120901957</itemId><title>Wireless
|
|
40
|
-
Spy Nanny Mini Micro Camera FULL SYSTEM!</title><viewItemURL>http://cgi.ebay.com/Wireless-Spy-Nanny-Mini-Micro-Camera-FULL-SYSTEM-/390120901957?_trksid=m8&_trkparms=algo%3DMW%26itu%3DUCC%26otn%3D3%26ps%3D50</viewItemURL><globalId>EBAY-US</globalId><timeLeft>P19DT4H43M37S</timeLeft><primaryCategoryId>293</primaryCategoryId><primaryCategoryName>Consumer
|
|
41
|
-
Electronics</primaryCategoryName><subtitle>NEW 2011 MODEL WITH 4 CHANNEL FREQUENCY
|
|
42
|
-
SELECTOR!!</subtitle><buyItNowPrice currencyId="USD">39.99</buyItNowPrice><country>US</country><imageURL>http://thumbs2.ebaystatic.com/m/mdci5SsHo-pBCzix3IGaamg/80.jpg</imageURL><shippingCost
|
|
43
|
-
currencyId="USD">0.0</shippingCost><shippingType>Flat</shippingType><watchCount>4333</watchCount></item><item><itemId>280479498575</itemId><title>Sexy
|
|
44
|
-
Black Corset Embroidered Cap Sleeve Top, S M L XL</title><viewItemURL>http://cgi.ebay.com/Sexy-Black-Corset-Embroidered-Cap-Sleeve-Top-S-M-L-XL-/280479498575?_trksid=m8&_trkparms=algo%3DMW%26itu%3DUCC%26otn%3D3%26ps%3D50</viewItemURL><originalPrice
|
|
45
|
-
currencyId="USD">26.65</originalPrice><globalId>EBAY-US</globalId><timeLeft>P15DT14H21M52S</timeLeft><primaryCategoryId>11450</primaryCategoryId><primaryCategoryName>Clothing,
|
|
46
|
-
Shoes & Accessories</primaryCategoryName><buyItNowPrice currencyId="USD">23.99</buyItNowPrice><country>HK</country><imageURL>http://thumbs4.ebaystatic.com/m/mqqbDLi1lyHsd9YFn1n-DEQ/80.jpg</imageURL><shippingCost
|
|
47
|
-
currencyId="USD">0.0</shippingCost><shippingType>Flat</shippingType><watchCount>4003</watchCount></item><item><itemId>380226410093</itemId><title>NEW
|
|
48
|
-
1TB USB Mini 2.5" External Portable Hard Drive 1 TB</title><viewItemURL>http://cgi.ebay.com/NEW-1TB-USB-Mini-2-5-External-Portable-Hard-Drive-1-TB-/380226410093?_trksid=m8&_trkparms=algo%3DMW%26itu%3DUCC%26otn%3D3%26ps%3D50</viewItemURL><globalId>EBAY-US</globalId><timeLeft>P21DT2H45M45S</timeLeft><primaryCategoryId>58058</primaryCategoryId><primaryCategoryName>Computers
|
|
49
|
-
& Networking</primaryCategoryName><subtitle>2 YEAR WARRANTY~BRAND NEW~SPECIAL
|
|
50
|
-
EXCLUSIVE EBAY OFFER</subtitle><buyItNowPrice currencyId="USD">119.95</buyItNowPrice><country>US</country><imageURL>http://thumbs2.ebaystatic.com/m/mJaLLIkvPVN8XNsfGda6jCQ/80.jpg</imageURL><shippingType>CalculatedDomesticFlatInternational</shippingType><watchCount>3806</watchCount></item></itemRecommendations></getMostWatchedItemsResponse>
|
|
51
|
-
http_version: '1.1'
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
- !ruby/struct:VCR::HTTPInteraction
|
|
3
|
-
request: !ruby/struct:VCR::Request
|
|
4
|
-
method: :get
|
|
5
|
-
uri: http://svcs.ebay.com:80/MerchandisingService?CONSUMER-ID=YOUR-APP-ID&OPERATION-NAME=getTopSellingProducts&RESPONSE-DATA-FORMAT=XML&REST-PAYLOAD=&SERVICE-NAME=MerchandisingService&SERVICE-VERSION=1.4.0&maxResults=3
|
|
6
|
-
body: !!null
|
|
7
|
-
headers: !!null
|
|
8
|
-
response: !ruby/struct:VCR::Response
|
|
9
|
-
status: !ruby/struct:VCR::ResponseStatus
|
|
10
|
-
code: 200
|
|
11
|
-
message: OK
|
|
12
|
-
headers:
|
|
13
|
-
content-type:
|
|
14
|
-
- text/xml;charset=UTF-8
|
|
15
|
-
server:
|
|
16
|
-
- Apache-Coyote/1.1
|
|
17
|
-
x-ebay-esb-endpointurl:
|
|
18
|
-
- /Root/ESBFunctions/Services/Ports/7002/profile/ns/v1/MerchandisingService/destination_default/address_synapse
|
|
19
|
-
x-ebay-esb-guid:
|
|
20
|
-
- urn:uuid:3F2AA1A7B9FFBFE29E1312047893311
|
|
21
|
-
x-ebay-soa-locale-list:
|
|
22
|
-
- en-US_US
|
|
23
|
-
x-ebay-soa-message-protocol:
|
|
24
|
-
- NONE
|
|
25
|
-
x-ebay-soa-operation-name:
|
|
26
|
-
- getTopSellingProducts
|
|
27
|
-
x-ebay-soa-request-id:
|
|
28
|
-
- 131583e6-ebf0-a0a3-d754-7284fffe7cf0!MerchandisingService!10.10.61.117!v3soa1core[]
|
|
29
|
-
x-ebay-soa-response-data-format:
|
|
30
|
-
- XML
|
|
31
|
-
x-ebay-soa-service-name:
|
|
32
|
-
- ! '{http://www.ebay.com/marketplace/services}MerchandisingService'
|
|
33
|
-
x-ebay-soa-service-version:
|
|
34
|
-
- 1.4.0
|
|
35
|
-
date:
|
|
36
|
-
- Sat, 23 Jul 2011 18:25:11 GMT
|
|
37
|
-
transfer-encoding:
|
|
38
|
-
- chunked
|
|
39
|
-
body: ! '<?xml version=''1.0'' encoding=''UTF-8''?><getTopSellingProductsResponse
|
|
40
|
-
xmlns="http://www.ebay.com/marketplace/services"><ack>Success</ack><version>1.4.0</version><timestamp>2011-07-23T18:25:11.871Z</timestamp><productRecommendations><product><productId
|
|
41
|
-
type="Reference">100105036</productId><title>True Blood: The Complete Third
|
|
42
|
-
Season (DVD, 2011, 5-Disc Set)</title><productURL>http://www.ebay.com/ctg/100105036?_pcatid=1&_tab=2&_trksid=m108&_trkparms=algo%3DMETSP%26otn%3D3%26pmod%3D0%26ps%3D51</productURL><catalogName>US
|
|
43
|
-
Muze Movies</catalogName><imageURL>http://i.ebayimg.com/00/$(KGrHqIOKp0E3uZ2)By!BOC!1ZyPE!~~_0.JPG?set_id=89040003C1</imageURL><reviewCount>117</reviewCount><priceRangeMin
|
|
44
|
-
currencyId="USD">9.99</priceRangeMin><priceRangeMax currencyId="USD">250.0</priceRangeMax></product><product><productId
|
|
45
|
-
type="Reference">3425338</productId><title>The Lion King (DVD, 2003, 2-Disc
|
|
46
|
-
Set, Platinum Edition; Features an All-New Song)</title><productURL>http://www.ebay.com/ctg/3425338?_pcatid=1&_tab=2&_trksid=m108&_trkparms=algo%3DMETSP%26otn%3D3%26pmod%3D0%26ps%3D51</productURL><catalogName>US
|
|
47
|
-
Muze Movies</catalogName><imageURL>http://i.ebayimg.com/15/!!eBm)0QEGM~$(KGrHqR,!hIE0fgV1UVwBNQyQKRT1g~~_0.JPG?set_id=89040003C1</imageURL><reviewCount>1932</reviewCount><priceRangeMin
|
|
48
|
-
currencyId="USD">6.97</priceRangeMin><priceRangeMax currencyId="USD">100000.0</priceRangeMax></product><product><productId
|
|
49
|
-
type="Reference">53039031</productId><title>The Little Mermaid (DVD, 2006, 2-Disc
|
|
50
|
-
Set, Platinum Edition)</title><productURL>http://www.ebay.com/ctg/53039031?_pcatid=1&_tab=2&_trksid=m108&_trkparms=algo%3DMETSP%26otn%3D3%26pmod%3D0%26ps%3D51</productURL><catalogName>US
|
|
51
|
-
Muze Movies</catalogName><imageURL>http://i.ebayimg.com/23/!!eB)4NwBGM~$(KGrHqJ,!hgE0fnpVpE0BNQ4)r8(Pw~~_0.JPG?set_id=89040003C1</imageURL><reviewCount>897</reviewCount><priceRangeMin
|
|
52
|
-
currencyId="USD">6.5</priceRangeMin><priceRangeMax currencyId="USD">139.99</priceRangeMax></product></productRecommendations></getTopSellingProductsResponse>'
|
|
53
|
-
http_version: '1.1'
|
data/spec/fixtures/cassettes/shopper/find_popular_items/532fcb32fee187bdc6cc5fb7e4336992.yml
DELETED
|
@@ -1,258 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
- !ruby/struct:VCR::HTTPInteraction
|
|
3
|
-
request: !ruby/struct:VCR::Request
|
|
4
|
-
method: :get
|
|
5
|
-
uri: http://open.api.ebay.com:80/shopping?APPID=YOUR-APP-ID&CALLNAME=FindPopularItems&QueryKeywords=harry%20original&RESPONSEENCODING=XML&SITEID=0&VERSION=717
|
|
6
|
-
body: !!null
|
|
7
|
-
headers: !!null
|
|
8
|
-
response: !ruby/struct:VCR::Response
|
|
9
|
-
status: !ruby/struct:VCR::ResponseStatus
|
|
10
|
-
code: 200
|
|
11
|
-
message: OK
|
|
12
|
-
headers:
|
|
13
|
-
content-type:
|
|
14
|
-
- text/xml;charset=utf-8
|
|
15
|
-
cache-control:
|
|
16
|
-
- no-cache
|
|
17
|
-
expires:
|
|
18
|
-
- Sat, 25 Dec 1999 00:00:00 GMT
|
|
19
|
-
last-modified:
|
|
20
|
-
- Sat, 23 Jul 2011 18:25:12 GMT
|
|
21
|
-
pragma:
|
|
22
|
-
- no-cache
|
|
23
|
-
server:
|
|
24
|
-
- Apache-Coyote/1.1
|
|
25
|
-
x-ebay-api-build-tag:
|
|
26
|
-
- E731_CORE_BUNDLED_13527319_R1
|
|
27
|
-
x-ebay-api-pool-name:
|
|
28
|
-
- ___cDRidW9rdDdlaHFg
|
|
29
|
-
x-ebay-api-server-name:
|
|
30
|
-
- ___dW0ucm43Nyg/MzZxcXNiKjc3LTMoMTorPjM5PTY/Mw==
|
|
31
|
-
x-ebay-esb-guid:
|
|
32
|
-
- urn:uuid:5CD0BB9874BFF7D9EB27285028445811427-498799087
|
|
33
|
-
date:
|
|
34
|
-
- Sat, 23 Jul 2011 18:25:12 GMT
|
|
35
|
-
transfer-encoding:
|
|
36
|
-
- chunked
|
|
37
|
-
body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\n <FindPopularItemsResponse
|
|
38
|
-
xmlns=\"urn:ebay:apis:eBLBaseComponents\">\n <Timestamp>2011-07-23T18:25:12.972Z</Timestamp>\n
|
|
39
|
-
\ <Ack>Success</Ack>\n <Build>E731_CORE_BUNDLED_13527319_R1</Build>\n <Version>731</Version>\n
|
|
40
|
-
\ <ItemArray>\n <Item>\n <ItemID>180695226180</ItemID>\n <EndTime>2011-07-25T04:49:00.000Z</EndTime>\n
|
|
41
|
-
\ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/Tonner-HERMIONE-GRANGER-Doll-Harry-Potter-ORIGINAL-Box-/180695226180</ViewItemURLForNaturalSearch>\n
|
|
42
|
-
\ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs1.ebaystatic.com/pict/1806952261808080_1.jpg</GalleryURL>\n
|
|
43
|
-
\ <PrimaryCategoryID>29798</PrimaryCategoryID>\n <PrimaryCategoryName>Collectibles:Fantasy,
|
|
44
|
-
Mythical & Magic:Harry Potter</PrimaryCategoryName>\n <BidCount>18</BidCount>\n
|
|
45
|
-
\ <ConvertedCurrentPrice currencyID=\"USD\">190.0</ConvertedCurrentPrice>\n
|
|
46
|
-
\ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P1DT10H23M48S</TimeLeft>\n
|
|
47
|
-
\ <Title>Tonner HERMIONE GRANGER Doll Harry Potter ORIGINAL Box</Title>\n
|
|
48
|
-
\ <ShippingCostSummary>\n <ShippingType>Calculated</ShippingType>\n
|
|
49
|
-
\ </ShippingCostSummary>\n <WatchCount>49</WatchCount>\n </Item>\n
|
|
50
|
-
\ <Item>\n <ItemID>270540814077</ItemID>\n <EndTime>2011-07-26T16:52:00.000Z</EndTime>\n
|
|
51
|
-
\ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/HARRY-POTTER-SORCERERS-STONE-ORIGINAL-THEATRICAL-POSTER-/270540814077</ViewItemURLForNaturalSearch>\n
|
|
52
|
-
\ <ListingType>FixedPriceItem</ListingType>\n <GalleryURL>http://thumbs2.ebaystatic.com/pict/2705408140778080_3.jpg</GalleryURL>\n
|
|
53
|
-
\ <PrimaryCategoryID>61104</PrimaryCategoryID>\n <PrimaryCategoryName>Entertainment
|
|
54
|
-
Memorabilia:Movie Memorabilia:Posters:Originals-United States:2000-Now</PrimaryCategoryName>\n
|
|
55
|
-
\ <BidCount>13</BidCount>\n <ConvertedCurrentPrice currencyID=\"USD\">60.0</ConvertedCurrentPrice>\n
|
|
56
|
-
\ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P2DT22H26M48S</TimeLeft>\n
|
|
57
|
-
\ <Title>HARRY POTTER SORCERERS STONE ORIGINAL THEATRICAL POSTER</Title>\n
|
|
58
|
-
\ <ShippingCostSummary>\n <ShippingServiceCost currencyID=\"USD\">0.0</ShippingServiceCost>\n
|
|
59
|
-
\ <ShippingType>FlatDomesticCalculatedInternational</ShippingType>\n <ListedShippingServiceCost
|
|
60
|
-
currencyID=\"USD\">0.0</ListedShippingServiceCost>\n </ShippingCostSummary>\n
|
|
61
|
-
\ <WatchCount>23</WatchCount>\n </Item>\n <Item>\n <ItemID>260818392519</ItemID>\n
|
|
62
|
-
\ <EndTime>2011-07-25T03:38:20.000Z</EndTime>\n <ViewItemURLForNaturalSearch>http://cgi.ebay.com/ORIGINAL-U-S-M-C-R-DOG-TAGS-HARRY-EDWIN-SHILLING-Jr-/260818392519</ViewItemURLForNaturalSearch>\n
|
|
63
|
-
\ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs4.ebaystatic.com/pict/2608183925198080_1.jpg</GalleryURL>\n
|
|
64
|
-
\ <PrimaryCategoryID>4726</PrimaryCategoryID>\n <PrimaryCategoryName>Collectibles:Militaria:WW
|
|
65
|
-
II (1939-45):Original Period Items:United States:Personal Gear</PrimaryCategoryName>\n
|
|
66
|
-
\ <BidCount>4</BidCount>\n <ConvertedCurrentPrice currencyID=\"USD\">20.5</ConvertedCurrentPrice>\n
|
|
67
|
-
\ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P1DT9H13M8S</TimeLeft>\n
|
|
68
|
-
\ <Title>ORIGINAL U.S.M.C.R. DOG TAGS OF HARRY EDWIN SHILLING Jr</Title>\n
|
|
69
|
-
\ <ShippingCostSummary>\n <ShippingServiceCost currencyID=\"USD\">3.0</ShippingServiceCost>\n
|
|
70
|
-
\ <ShippingType>FlatDomesticCalculatedInternational</ShippingType>\n <ListedShippingServiceCost
|
|
71
|
-
currencyID=\"USD\">3.0</ListedShippingServiceCost>\n </ShippingCostSummary>\n
|
|
72
|
-
\ <WatchCount>21</WatchCount>\n </Item>\n <Item>\n <ItemID>260817949790</ItemID>\n
|
|
73
|
-
\ <EndTime>2011-07-24T09:57:01.000Z</EndTime>\n <ViewItemURLForNaturalSearch>http://cgi.ebay.com/Harry-J-Allstars-Liquidator-Original-LP-1st-Press-/260817949790</ViewItemURLForNaturalSearch>\n
|
|
74
|
-
\ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs3.ebaystatic.com/pict/2608179497908080_1.jpg</GalleryURL>\n
|
|
75
|
-
\ <PrimaryCategoryID>1581</PrimaryCategoryID>\n <PrimaryCategoryName>Music:Records:Albums/
|
|
76
|
-
LPs:Dance:Other Dance</PrimaryCategoryName>\n <BidCount>5</BidCount>\n <ConvertedCurrentPrice
|
|
77
|
-
currencyID=\"USD\">8.97</ConvertedCurrentPrice>\n <ListingStatus>Active</ListingStatus>\n
|
|
78
|
-
\ <TimeLeft>PT15H31M49S</TimeLeft>\n <Title>Harry J Allstars - Liquidator
|
|
79
|
-
- Original LP - 1st Press</Title>\n <ShippingCostSummary>\n <ShippingServiceCost
|
|
80
|
-
currencyID=\"USD\">14.66</ShippingServiceCost>\n <ShippingType>Flat</ShippingType>\n
|
|
81
|
-
\ <ListedShippingServiceCost currencyID=\"GBP\">8.99</ListedShippingServiceCost>\n
|
|
82
|
-
\ </ShippingCostSummary>\n <WatchCount>16</WatchCount>\n </Item>\n
|
|
83
|
-
\ <Item>\n <ItemID>320729434665</ItemID>\n <EndTime>2011-07-27T09:23:21.000Z</EndTime>\n
|
|
84
|
-
\ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/HARRY-POTTER-DEATHLY-HALLOWS-2-Original-Cinema-Poster-/320729434665</ViewItemURLForNaturalSearch>\n
|
|
85
|
-
\ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs2.ebaystatic.com/pict/3207294346658080_1.jpg</GalleryURL>\n
|
|
86
|
-
\ <PrimaryCategoryID>29798</PrimaryCategoryID>\n <PrimaryCategoryName>Collectables:Fantasy/
|
|
87
|
-
Myth/ Magic:Harry Potter</PrimaryCategoryName>\n <BidCount>7</BidCount>\n
|
|
88
|
-
\ <ConvertedCurrentPrice currencyID=\"USD\">17.13</ConvertedCurrentPrice>\n
|
|
89
|
-
\ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P3DT14H58M9S</TimeLeft>\n
|
|
90
|
-
\ <Title>HARRY POTTER DEATHLY HALLOWS 2 Original Cinema Poster </Title>\n
|
|
91
|
-
\ <ShippingCostSummary>\n <ShippingServiceCost currencyID=\"USD\">8.16</ShippingServiceCost>\n
|
|
92
|
-
\ <ShippingType>Flat</ShippingType>\n <ListedShippingServiceCost currencyID=\"GBP\">5.0</ListedShippingServiceCost>\n
|
|
93
|
-
\ </ShippingCostSummary>\n <WatchCount>15</WatchCount>\n </Item>\n
|
|
94
|
-
\ <Item>\n <ItemID>200631598855</ItemID>\n <EndTime>2011-07-24T21:39:20.000Z</EndTime>\n
|
|
95
|
-
\ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/Original-Lawman-Leather-Dirty-Harry-holster-/200631598855</ViewItemURLForNaturalSearch>\n
|
|
96
|
-
\ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs4.ebaystatic.com/pict/2006315988558080_1.jpg</GalleryURL>\n
|
|
97
|
-
\ <PrimaryCategoryID>73966</PrimaryCategoryID>\n <PrimaryCategoryName>Sporting
|
|
98
|
-
Goods:Outdoor Sports:Hunting:Holsters & Pouches:Holsters, Standard</PrimaryCategoryName>\n
|
|
99
|
-
\ <BidCount>11</BidCount>\n <ConvertedCurrentPrice currencyID=\"USD\">242.5</ConvertedCurrentPrice>\n
|
|
100
|
-
\ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P1DT3H14M8S</TimeLeft>\n
|
|
101
|
-
\ <Title>Original Lawman Leather Dirty Harry holster</Title>\n <ShippingCostSummary>\n
|
|
102
|
-
\ <ShippingServiceCost currencyID=\"USD\">6.0</ShippingServiceCost>\n <ShippingType>Flat</ShippingType>\n
|
|
103
|
-
\ <ListedShippingServiceCost currencyID=\"USD\">6.0</ListedShippingServiceCost>\n
|
|
104
|
-
\ </ShippingCostSummary>\n <WatchCount>14</WatchCount>\n </Item>\n
|
|
105
|
-
\ <Item>\n <ItemID>150577340912</ItemID>\n <EndTime>2011-08-12T06:20:54.000Z</EndTime>\n
|
|
106
|
-
\ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/HARRY-CHAPIN-ORIGINAL-ALBUM-SERiES-5CD-/150577340912</ViewItemURLForNaturalSearch>\n
|
|
107
|
-
\ <ListingType>FixedPriceItem</ListingType>\n <GalleryURL>http://thumbs1.ebaystatic.com/pict/1505773409128080_1.jpg</GalleryURL>\n
|
|
108
|
-
\ <PrimaryCategoryID>307</PrimaryCategoryID>\n <PrimaryCategoryName>Music:CDs</PrimaryCategoryName>\n
|
|
109
|
-
\ <BidCount>16</BidCount>\n <ConvertedCurrentPrice currencyID=\"USD\">23.0</ConvertedCurrentPrice>\n
|
|
110
|
-
\ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P19DT11H55M42S</TimeLeft>\n
|
|
111
|
-
\ <Title>HARRY CHAPIN - ORIGINAL ALBUM SERiES 5CD</Title>\n <ShippingCostSummary>\n
|
|
112
|
-
\ <ShippingServiceCost currencyID=\"USD\">0.0</ShippingServiceCost>\n <ShippingType>Flat</ShippingType>\n
|
|
113
|
-
\ <ListedShippingServiceCost currencyID=\"USD\">0.0</ListedShippingServiceCost>\n
|
|
114
|
-
\ </ShippingCostSummary>\n <WatchCount>14</WatchCount>\n </Item>\n
|
|
115
|
-
\ <Item>\n <ItemID>250857136762</ItemID>\n <EndTime>2011-07-24T18:07:50.000Z</EndTime>\n
|
|
116
|
-
\ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/ORIGINAL-ACEO-sketch-HARRY-POTTER-Emma-Watson-HERMIONE-/250857136762</ViewItemURLForNaturalSearch>\n
|
|
117
|
-
\ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs3.ebaystatic.com/pict/2508571367628080_1.jpg</GalleryURL>\n
|
|
118
|
-
\ <PrimaryCategoryID>73570</PrimaryCategoryID>\n <PrimaryCategoryName>Collectables:Trading
|
|
119
|
-
Cards/ CCG:Films:Harry Potter</PrimaryCategoryName>\n <BidCount>4</BidCount>\n
|
|
120
|
-
\ <ConvertedCurrentPrice currencyID=\"USD\">12.23</ConvertedCurrentPrice>\n
|
|
121
|
-
\ <ListingStatus>Active</ListingStatus>\n <TimeLeft>PT23H42M38S</TimeLeft>\n
|
|
122
|
-
\ <Title>ORIGINAL ACEO sketch HARRY POTTER Emma Watson HERMIONE</Title>\n
|
|
123
|
-
\ <ShippingCostSummary>\n <ShippingServiceCost currencyID=\"USD\">3.26</ShippingServiceCost>\n
|
|
124
|
-
\ <ShippingType>Flat</ShippingType>\n <ListedShippingServiceCost currencyID=\"GBP\">2.0</ListedShippingServiceCost>\n
|
|
125
|
-
\ </ShippingCostSummary>\n <WatchCount>13</WatchCount>\n </Item>\n
|
|
126
|
-
\ <Item>\n <ItemID>120607932528</ItemID>\n <EndTime>2011-08-07T01:54:50.000Z</EndTime>\n
|
|
127
|
-
\ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/Harry-Potter-Deathly-Hallows-Original-D-S-Movie-Posters-/120607932528</ViewItemURLForNaturalSearch>\n
|
|
128
|
-
\ <ListingType>StoresFixedPrice</ListingType>\n <GalleryURL>http://thumbs1.ebaystatic.com/pict/1206079325288080_1.jpg</GalleryURL>\n
|
|
129
|
-
\ <PrimaryCategoryID>18828</PrimaryCategoryID>\n <PrimaryCategoryName>Movies:Movie
|
|
130
|
-
Memorabilia:Posters</PrimaryCategoryName>\n <BidCount>3</BidCount>\n <ConvertedCurrentPrice
|
|
131
|
-
currencyID=\"USD\">108.52</ConvertedCurrentPrice>\n <ListingStatus>Active</ListingStatus>\n
|
|
132
|
-
\ <TimeLeft>P14DT7H29M38S</TimeLeft>\n <Title>Harry Potter Deathly Hallows
|
|
133
|
-
Original D/S Movie Posters</Title>\n <ShippingCostSummary>\n <ShippingServiceCost
|
|
134
|
-
currencyID=\"USD\">22.8</ShippingServiceCost>\n <ShippingType>Flat</ShippingType>\n
|
|
135
|
-
\ <ListedShippingServiceCost currencyID=\"AUD\">21.0</ListedShippingServiceCost>\n
|
|
136
|
-
\ </ShippingCostSummary>\n <WatchCount>13</WatchCount>\n </Item>\n
|
|
137
|
-
\ <Item>\n <ItemID>370474163490</ItemID>\n <EndTime>2011-08-08T21:48:28.000Z</EndTime>\n
|
|
138
|
-
\ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/HARRY-POTTER-1st-MOVIE-ORIGINAL-POSTER-/370474163490</ViewItemURLForNaturalSearch>\n
|
|
139
|
-
\ <ListingType>StoresFixedPrice</ListingType>\n <GalleryURL>http://thumbs3.ebaystatic.com/pict/3704741634908080_1.jpg</GalleryURL>\n
|
|
140
|
-
\ <PrimaryCategoryID>61108</PrimaryCategoryID>\n <PrimaryCategoryName>Entertainment
|
|
141
|
-
Memorabilia:Movie Memorabilia:Posters:Originals-International:2000-Now</PrimaryCategoryName>\n
|
|
142
|
-
\ <BidCount>1</BidCount>\n <ConvertedCurrentPrice currencyID=\"USD\">19.99</ConvertedCurrentPrice>\n
|
|
143
|
-
\ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P16DT3H23M16S</TimeLeft>\n
|
|
144
|
-
\ <Title>HARRY POTTER 1st MOVIE ORIGINAL POSTER</Title>\n <ShippingCostSummary>\n
|
|
145
|
-
\ <ShippingServiceCost currencyID=\"USD\">5.0</ShippingServiceCost>\n <ShippingType>Flat</ShippingType>\n
|
|
146
|
-
\ <ListedShippingServiceCost currencyID=\"USD\">5.0</ListedShippingServiceCost>\n
|
|
147
|
-
\ </ShippingCostSummary>\n <WatchCount>9</WatchCount>\n </Item>\n
|
|
148
|
-
\ <Item>\n <ItemID>280711804615</ItemID>\n <EndTime>2011-07-26T00:55:59.000Z</EndTime>\n
|
|
149
|
-
\ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/Lego-Harry-Potter-4733-Dueling-Club-Original-Box-/280711804615</ViewItemURLForNaturalSearch>\n
|
|
150
|
-
\ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs4.ebaystatic.com/pict/2807118046158080_1.jpg</GalleryURL>\n
|
|
151
|
-
\ <PrimaryCategoryID>58727</PrimaryCategoryID>\n <PrimaryCategoryName>Toys
|
|
152
|
-
& Hobbies:Building Toys:LEGO:Sets:Harry Potter</PrimaryCategoryName>\n <BidCount>3</BidCount>\n
|
|
153
|
-
\ <ConvertedCurrentPrice currencyID=\"USD\">21.5</ConvertedCurrentPrice>\n
|
|
154
|
-
\ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P2DT6H30M47S</TimeLeft>\n
|
|
155
|
-
\ <Title>Lego Harry Potter 4733 Dueling Club In Original Box</Title>\n <ShippingCostSummary>\n
|
|
156
|
-
\ <ShippingServiceCost currencyID=\"USD\">6.0</ShippingServiceCost>\n <ShippingType>Flat</ShippingType>\n
|
|
157
|
-
\ <ListedShippingServiceCost currencyID=\"USD\">6.0</ListedShippingServiceCost>\n
|
|
158
|
-
\ </ShippingCostSummary>\n <WatchCount>8</WatchCount>\n </Item>\n
|
|
159
|
-
\ <Item>\n <ItemID>170670155611</ItemID>\n <EndTime>2011-07-26T04:25:34.000Z</EndTime>\n
|
|
160
|
-
\ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/LEGO-PROFESSOR-DUMBLEDORE-HARRY-POTTER-ORIGINAL-MINIFIG-/170670155611</ViewItemURLForNaturalSearch>\n
|
|
161
|
-
\ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs4.ebaystatic.com/pict/1706701556118080_1.jpg</GalleryURL>\n
|
|
162
|
-
\ <PrimaryCategoryID>58727</PrimaryCategoryID>\n <PrimaryCategoryName>Toys
|
|
163
|
-
& Hobbies:Building Toys:LEGO:Sets:Harry Potter</PrimaryCategoryName>\n <BidCount>2</BidCount>\n
|
|
164
|
-
\ <ConvertedCurrentPrice currencyID=\"USD\">2.25</ConvertedCurrentPrice>\n
|
|
165
|
-
\ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P2DT10H22S</TimeLeft>\n
|
|
166
|
-
\ <Title>LEGO PROFESSOR DUMBLEDORE HARRY POTTER ORIGINAL MINIFIG</Title>\n
|
|
167
|
-
\ <ShippingCostSummary>\n <ShippingServiceCost currencyID=\"USD\">1.5</ShippingServiceCost>\n
|
|
168
|
-
\ <ShippingType>Flat</ShippingType>\n <ListedShippingServiceCost currencyID=\"USD\">1.5</ListedShippingServiceCost>\n
|
|
169
|
-
\ </ShippingCostSummary>\n <WatchCount>8</WatchCount>\n </Item>\n
|
|
170
|
-
\ <Item>\n <ItemID>160557542835</ItemID>\n <EndTime>2011-08-07T20:23:10.000Z</EndTime>\n
|
|
171
|
-
\ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/HARRY-CHAPIN-ORIGINAL-ALBUM-SERIES-BOX-SET-NEW-5-CD-/160557542835</ViewItemURLForNaturalSearch>\n
|
|
172
|
-
\ <ListingType>StoresFixedPrice</ListingType>\n <GalleryURL>http://thumbs4.ebaystatic.com/pict/1605575428358080_1.jpg</GalleryURL>\n
|
|
173
|
-
\ <PrimaryCategoryID>307</PrimaryCategoryID>\n <PrimaryCategoryName>Music:CDs</PrimaryCategoryName>\n
|
|
174
|
-
\ <BidCount>4</BidCount>\n <ConvertedCurrentPrice currencyID=\"USD\">29.99</ConvertedCurrentPrice>\n
|
|
175
|
-
\ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P15DT1H57M58S</TimeLeft>\n
|
|
176
|
-
\ <Title>HARRY CHAPIN *ORIGINAL ALBUM SERIES* BOX SET NEW 5 CD</Title>\n
|
|
177
|
-
\ <ShippingCostSummary>\n <ShippingServiceCost currencyID=\"USD\">2.95</ShippingServiceCost>\n
|
|
178
|
-
\ <ShippingType>Flat</ShippingType>\n <ListedShippingServiceCost currencyID=\"USD\">2.95</ListedShippingServiceCost>\n
|
|
179
|
-
\ </ShippingCostSummary>\n <WatchCount>7</WatchCount>\n </Item>\n
|
|
180
|
-
\ <Item>\n <ItemID>230554268969</ItemID>\n <EndTime>2011-08-20T16:32:00.000Z</EndTime>\n
|
|
181
|
-
\ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/DIRTY-HARRY-NINTENDO-GAME-SYSTEM-ORIGINAL-NES-HQ-/230554268969</ViewItemURLForNaturalSearch>\n
|
|
182
|
-
\ <ListingType>StoresFixedPrice</ListingType>\n <GalleryURL>http://thumbs2.ebaystatic.com/pict/2305542689698080_2.jpg</GalleryURL>\n
|
|
183
|
-
\ <PrimaryCategoryID>139973</PrimaryCategoryID>\n <PrimaryCategoryName>Video
|
|
184
|
-
Games:Games</PrimaryCategoryName>\n <BidCount>11</BidCount>\n <ConvertedCurrentPrice
|
|
185
|
-
currencyID=\"USD\">8.0</ConvertedCurrentPrice>\n <ListingStatus>Active</ListingStatus>\n
|
|
186
|
-
\ <TimeLeft>P27DT22H6M48S</TimeLeft>\n <Title>DIRTY HARRY NINTENDO GAME
|
|
187
|
-
SYSTEM ORIGINAL NES HQ</Title>\n <ShippingCostSummary>\n <ShippingServiceCost
|
|
188
|
-
currencyID=\"USD\">0.0</ShippingServiceCost>\n <ShippingType>Flat</ShippingType>\n
|
|
189
|
-
\ <ListedShippingServiceCost currencyID=\"USD\">0.0</ListedShippingServiceCost>\n
|
|
190
|
-
\ </ShippingCostSummary>\n <WatchCount>7</WatchCount>\n </Item>\n
|
|
191
|
-
\ <Item>\n <ItemID>380355358534</ItemID>\n <EndTime>2011-07-24T18:09:03.000Z</EndTime>\n
|
|
192
|
-
\ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/ORIGINAL-ACEO-sketch-HARRY-POTTER-R-Fiennes-VOLDERMORT-/380355358534</ViewItemURLForNaturalSearch>\n
|
|
193
|
-
\ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs3.ebaystatic.com/pict/3803553585348080_1.jpg</GalleryURL>\n
|
|
194
|
-
\ <PrimaryCategoryID>73570</PrimaryCategoryID>\n <PrimaryCategoryName>Collectables:Trading
|
|
195
|
-
Cards/ CCG:Films:Harry Potter</PrimaryCategoryName>\n <BidCount>1</BidCount>\n
|
|
196
|
-
\ <ConvertedCurrentPrice currencyID=\"USD\">4.08</ConvertedCurrentPrice>\n
|
|
197
|
-
\ <ListingStatus>Active</ListingStatus>\n <TimeLeft>PT23H43M51S</TimeLeft>\n
|
|
198
|
-
\ <Title>ORIGINAL ACEO sketch HARRY POTTER R. Fiennes VOLDERMORT</Title>\n
|
|
199
|
-
\ <ShippingCostSummary>\n <ShippingServiceCost currencyID=\"USD\">3.26</ShippingServiceCost>\n
|
|
200
|
-
\ <ShippingType>Flat</ShippingType>\n <ListedShippingServiceCost currencyID=\"GBP\">2.0</ListedShippingServiceCost>\n
|
|
201
|
-
\ </ShippingCostSummary>\n <WatchCount>6</WatchCount>\n </Item>\n
|
|
202
|
-
\ <Item>\n <ItemID>190507079462</ItemID>\n <EndTime>2011-07-28T09:01:24.000Z</EndTime>\n
|
|
203
|
-
\ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/Harry-Potter-Original-Costume-and-Quidditch-Costume-/190507079462</ViewItemURLForNaturalSearch>\n
|
|
204
|
-
\ <ListingType>StoresFixedPrice</ListingType>\n <GalleryURL>http://thumbs3.ebaystatic.com/pict/1905070794628080002_5.jpg</GalleryURL>\n
|
|
205
|
-
\ <PrimaryCategoryID>80913</PrimaryCategoryID>\n <PrimaryCategoryName>Clothing,
|
|
206
|
-
Shoes, Accessories:Costumes:Full Outfits:Boys</PrimaryCategoryName>\n <BidCount>1</BidCount>\n
|
|
207
|
-
\ <ConvertedCurrentPrice currencyID=\"USD\">45.6</ConvertedCurrentPrice>\n
|
|
208
|
-
\ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P4DT14H36M12S</TimeLeft>\n
|
|
209
|
-
\ <Title>Harry Potter Original Costume and Quidditch Costume</Title>\n <ShippingCostSummary>\n
|
|
210
|
-
\ <ShippingServiceCost currencyID=\"USD\">39.36</ShippingServiceCost>\n
|
|
211
|
-
\ <ShippingType>FlatDomesticCalculatedInternational</ShippingType>\n <ListedShippingServiceCost
|
|
212
|
-
currencyID=\"AUD\">36.25</ListedShippingServiceCost>\n </ShippingCostSummary>\n
|
|
213
|
-
\ <WatchCount>6</WatchCount>\n </Item>\n <Item>\n <ItemID>200555089925</ItemID>\n
|
|
214
|
-
\ <EndTime>2011-08-11T22:44:49.000Z</EndTime>\n <ViewItemURLForNaturalSearch>http://cgi.ebay.com/HARRY-POTTER-ORIGINAL-BOOSTER-BOX-36-PACKS-SEALED-/200555089925</ViewItemURLForNaturalSearch>\n
|
|
215
|
-
\ <ListingType>StoresFixedPrice</ListingType>\n <GalleryURL>http://thumbs2.ebaystatic.com/pict/2005550899258080_1.jpg</GalleryURL>\n
|
|
216
|
-
\ <PrimaryCategoryID>22727</PrimaryCategoryID>\n <PrimaryCategoryName>Toys
|
|
217
|
-
& Hobbies:Trading Card Games:Harry Potter</PrimaryCategoryName>\n <BidCount>11</BidCount>\n
|
|
218
|
-
\ <ConvertedCurrentPrice currencyID=\"USD\">23.95</ConvertedCurrentPrice>\n
|
|
219
|
-
\ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P19DT4H19M37S</TimeLeft>\n
|
|
220
|
-
\ <Title>HARRY POTTER ORIGINAL BOOSTER BOX 36 PACKS SEALED</Title>\n <ShippingCostSummary>\n
|
|
221
|
-
\ <ShippingServiceCost currencyID=\"USD\">10.95</ShippingServiceCost>\n
|
|
222
|
-
\ <ShippingType>Flat</ShippingType>\n <ListedShippingServiceCost currencyID=\"USD\">10.95</ListedShippingServiceCost>\n
|
|
223
|
-
\ </ShippingCostSummary>\n <WatchCount>6</WatchCount>\n </Item>\n
|
|
224
|
-
\ <Item>\n <ItemID>370413086448</ItemID>\n <EndTime>2011-08-21T03:38:58.000Z</EndTime>\n
|
|
225
|
-
\ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/Original-Harry-Willard-Poster-Window-Card-/370413086448</ViewItemURLForNaturalSearch>\n
|
|
226
|
-
\ <ListingType>StoresFixedPrice</ListingType>\n <GalleryURL>http://thumbs1.ebaystatic.com/pict/3704130864488080_3.jpg</GalleryURL>\n
|
|
227
|
-
\ <PrimaryCategoryID>35877</PrimaryCategoryID>\n <PrimaryCategoryName>Collectibles:Fantasy,
|
|
228
|
-
Mythical & Magic:Magic:Posters, Prints</PrimaryCategoryName>\n <BidCount>1</BidCount>\n
|
|
229
|
-
\ <ConvertedCurrentPrice currencyID=\"USD\">35.0</ConvertedCurrentPrice>\n
|
|
230
|
-
\ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P28DT9H13M46S</TimeLeft>\n
|
|
231
|
-
\ <Title>Original Harry Willard Poster/Window Card</Title>\n <ShippingCostSummary>\n
|
|
232
|
-
\ <ShippingServiceCost currencyID=\"USD\">5.0</ShippingServiceCost>\n <ShippingType>Flat</ShippingType>\n
|
|
233
|
-
\ <ListedShippingServiceCost currencyID=\"USD\">5.0</ListedShippingServiceCost>\n
|
|
234
|
-
\ </ShippingCostSummary>\n <WatchCount>6</WatchCount>\n </Item>\n
|
|
235
|
-
\ <Item>\n <ItemID>270771641695</ItemID>\n <EndTime>2011-07-23T23:33:08.000Z</EndTime>\n
|
|
236
|
-
\ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/HARRY-POTTER-PHILOSPHER-STONE-ORIGINAL-MOVIE-POSTER-/270771641695</ViewItemURLForNaturalSearch>\n
|
|
237
|
-
\ <ListingType>FixedPriceItem</ListingType>\n <GalleryURL>http://thumbs4.ebaystatic.com/pict/2707716416958080_2.jpg</GalleryURL>\n
|
|
238
|
-
\ <PrimaryCategoryID>61104</PrimaryCategoryID>\n <PrimaryCategoryName>Entertainment
|
|
239
|
-
Memorabilia:Movie Memorabilia:Posters:Originals-United States:2000-Now</PrimaryCategoryName>\n
|
|
240
|
-
\ <BidCount>1</BidCount>\n <ConvertedCurrentPrice currencyID=\"USD\">25.0</ConvertedCurrentPrice>\n
|
|
241
|
-
\ <ListingStatus>Active</ListingStatus>\n <TimeLeft>PT5H7M56S</TimeLeft>\n
|
|
242
|
-
\ <Title>HARRY POTTER PHILOSPHER STONE ORIGINAL MOVIE POSTER</Title>\n <ShippingCostSummary>\n
|
|
243
|
-
\ <ShippingServiceCost currencyID=\"USD\">0.0</ShippingServiceCost>\n <ShippingType>FlatDomesticCalculatedInternational</ShippingType>\n
|
|
244
|
-
\ <ListedShippingServiceCost currencyID=\"USD\">0.0</ListedShippingServiceCost>\n
|
|
245
|
-
\ </ShippingCostSummary>\n <WatchCount>5</WatchCount>\n </Item>\n
|
|
246
|
-
\ <Item>\n <ItemID>280711969543</ItemID>\n <EndTime>2011-07-26T12:45:11.000Z</EndTime>\n
|
|
247
|
-
\ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/Harry-Potter-Severus-Snape-Original-Figure-NIB-MINT-/280711969543</ViewItemURLForNaturalSearch>\n
|
|
248
|
-
\ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs4.ebaystatic.com/pict/2807119695438080_1.jpg</GalleryURL>\n
|
|
249
|
-
\ <PrimaryCategoryID>29798</PrimaryCategoryID>\n <PrimaryCategoryName>Collectibles:Fantasy,
|
|
250
|
-
Mythical & Magic:Harry Potter</PrimaryCategoryName>\n <BidCount>1</BidCount>\n
|
|
251
|
-
\ <ConvertedCurrentPrice currencyID=\"USD\">12.99</ConvertedCurrentPrice>\n
|
|
252
|
-
\ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P2DT18H19M59S</TimeLeft>\n
|
|
253
|
-
\ <Title>Harry Potter Severus Snape Original Figure - NIB MINT</Title>\n
|
|
254
|
-
\ <ShippingCostSummary>\n <ShippingServiceCost currencyID=\"USD\">9.99</ShippingServiceCost>\n
|
|
255
|
-
\ <ShippingType>Flat</ShippingType>\n <ListedShippingServiceCost currencyID=\"USD\">9.99</ListedShippingServiceCost>\n
|
|
256
|
-
\ </ShippingCostSummary>\n <WatchCount>5</WatchCount>\n </Item>\n
|
|
257
|
-
\ </ItemArray>\n </FindPopularItemsResponse>\n "
|
|
258
|
-
http_version: '1.1'
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
app_id: YOUR_APP_ID
|