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.
- data/.gitignore +1 -1
- data/README.md +13 -4
- data/Rakefile +0 -3
- data/agent_cooper.gemspec +12 -13
- data/features/finder.feature +4 -6
- data/features/merchandiser.feature +1 -2
- data/features/shopper.feature +2 -2
- data/features/support/env.rb +5 -5
- data/features/support/vcr.rb +10 -0
- data/lib/agent_cooper.rb +17 -4
- data/lib/agent_cooper/config.rb +3 -9
- data/lib/agent_cooper/nokogiri_decorator.rb +47 -0
- data/lib/agent_cooper/request.rb +36 -13
- data/lib/agent_cooper/requests/finder.rb +25 -0
- data/lib/agent_cooper/requests/merchandiser.rb +25 -0
- data/lib/agent_cooper/requests/shopper.rb +23 -0
- data/lib/agent_cooper/response.rb +3 -4
- data/lib/agent_cooper/synchrony.rb +34 -0
- data/lib/agent_cooper/version.rb +1 -1
- data/spec/agent_cooper/request_spec.rb +91 -6
- data/spec/agent_cooper/requests/finder_spec.rb +13 -0
- data/spec/agent_cooper/requests/merchandiser_spec.rb +13 -0
- data/spec/agent_cooper/requests/shopper_spec.rb +13 -0
- data/spec/agent_cooper/response_spec.rb +51 -1
- data/spec/agent_cooper_spec.rb +12 -0
- data/spec/fixtures/cassettes/finder/find_items_advanced/d49218a9522a4a055e31fc6b88c3a2b5.yml +528 -0
- data/spec/fixtures/cassettes/finder/find_items_by_category/85e07de9993e68d09e895f1b01234c5a.yml +463 -0
- data/spec/fixtures/cassettes/finder/find_items_by_keywords/91d7d9b4b62b82877604465a20f9ffa9.yml +668 -0
- data/spec/fixtures/cassettes/finder/find_items_by_product/59ee1391b6dfc2a93e30c8911942fc71.yml +744 -0
- data/spec/fixtures/cassettes/finder/find_items_in_ebay_stores/c7d658804b6353fda03809c21b183af2.yml +472 -0
- data/spec/fixtures/cassettes/finder/get_histograms/80bd04d96cd529af4148866a2d28f079.yml +46 -0
- data/spec/fixtures/cassettes/finder/get_search_keywords_recommendation/ec96bf3af091373de08550ff46f86c87.yml +41 -0
- data/spec/fixtures/cassettes/merchandiser/get_most_watched_items/3c0cb6fb7bb94b384cae15be175e9640.yml +51 -0
- data/spec/fixtures/cassettes/merchandiser/get_related_category_items/c949e90fb2bd975020df657a4348328d.yml +41 -0
- data/spec/fixtures/cassettes/merchandiser/get_similar_items/56c2c41a60135db83d359053778a065f.yml +41 -0
- data/spec/fixtures/cassettes/merchandiser/get_top_selling_products/a82dcb1f094754e54f2a5de191818c3f.yml +53 -0
- data/spec/fixtures/cassettes/shopper/find_half_products/77ad8a2ade8e4efadef07346677e43a9.yml +55 -0
- data/spec/fixtures/cassettes/shopper/find_popular_items/532fcb32fee187bdc6cc5fb7e4336992.yml +258 -0
- data/spec/fixtures/cassettes/shopper/find_popular_searches/6db9b375ea610e870e7a4ca4e20974ec.yml +45 -0
- data/spec/fixtures/cassettes/shopper/find_products/3fd6d6000037cd409ab1ef18a6075257.yml +52 -0
- data/spec/fixtures/cassettes/shopper/find_reviews_and_guides/8586a984e122cb84136d3cc0bb8bec77.yml +174 -0
- data/spec/fixtures/cassettes/shopper/get_item_status/f34cf10c602f9fec7a388297888b4299.yml +45 -0
- data/spec/fixtures/cassettes/shopper/get_multiple_items/c1183c23add6cad9afbb73f986c2692e.yml +46 -0
- data/spec/fixtures/cassettes/shopper/get_shipping_costs/e7de18031f266637414155639797c097.yml +45 -0
- data/spec/fixtures/cassettes/shopper/get_single_item/d4a895de6b214907c47a0b32ab630b9a.yml +44 -0
- data/spec/fixtures/cassettes/shopper/get_user_profile/dccabbf426bfeba4d898ca546e17dd4b.yml +47 -0
- data/spec/{support → fixtures}/ebay.yml.sample +0 -0
- data/spec/spec_helper.rb +4 -0
- metadata +141 -177
- data/lib/agent_cooper/finder.rb +0 -21
- data/lib/agent_cooper/merchandiser.rb +0 -24
- data/lib/agent_cooper/shopper.rb +0 -22
- data/spec/agent_cooper/config_spec.rb +0 -21
- data/spec/agent_cooper/finder_spec.rb +0 -19
- data/spec/agent_cooper/merchandiser_spec.rb +0 -18
- data/spec/agent_cooper/shopper_spec.rb +0 -18
data/spec/fixtures/cassettes/finder/find_items_by_category/85e07de9993e68d09e895f1b01234c5a.yml
ADDED
@@ -0,0 +1,463 @@
|
|
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=findItemsByCategory&RESPONSE-DATA-FORMAT=XML&REST-PAYLOAD=&SECURITY-APPNAME=YOUR-APP-ID&SECURITY-VERSION=1.9.0&categoryId=10181
|
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:E12F691CADD474FC0D1311805076239
|
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
|
+
- findItemsByCategory
|
27
|
+
x-ebay-soa-request-id:
|
28
|
+
- 131583e6-57b0-a0aa-15d1-bfd1fff66f8b!FindingService!10.10.161.93!v3apifindingcore[!FindItemService!10.10.161.93!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''?><findItemsByCategoryResponse
|
40
|
+
xmlns="http://www.ebay.com/marketplace/search/v1/services"><ack>Success</ack><version>1.11.0</version><timestamp>2011-07-23T18:25:09.640Z</timestamp><searchResult
|
41
|
+
count="100"><item><itemId>320729090185</itemId><title>125 NEW SAXOPHONE BODY
|
42
|
+
POSTS-MANY KINDS & SIZES</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>47097</categoryId><categoryName>Parts
|
43
|
+
& Accessories</categoryName></primaryCategory><secondaryCategory><categoryId>119030</categoryId><categoryName>Vintage
|
44
|
+
(Pre-1980)</categoryName></secondaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/3207290901854040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/125-NEW-SAXOPHONE-BODY-POSTS-MANY-KINDS-SIZES-/320729090185?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>10036</postalCode><location>New
|
45
|
+
York,NY,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
46
|
+
currencyId="USD">7.0</shippingServiceCost><shippingType>FlatDomesticCalculatedInternational</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>10</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
47
|
+
currencyId="USD">24.99</currentPrice><convertedCurrentPrice currencyId="USD">24.99</convertedCurrentPrice><bidCount>2</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H0M40S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T18:25:49.000Z</startTime><endTime>2011-07-23T18:25:49.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>300580405248</itemId><title>NEW
|
48
|
+
SILVER ENGRAVED CONCERT BAND FLUTE</title><globalId>EBAY-US</globalId><subtitle>GREAT
|
49
|
+
PLAYING FLUTE!! PERFECT FOR SCHOOL BANDS!!!!!!!</subtitle><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/3005804052484040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/NEW-SILVER-ENGRAVED-CONCERT-BAND-FLUTE-/300580405248?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>38663</postalCode><location>Ripley,MS,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
50
|
+
currencyId="USD">0.0</shippingServiceCost><shippingType>FlatDomesticCalculatedInternational</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
51
|
+
currencyId="USD">99.99</currentPrice><convertedCurrentPrice currencyId="USD">99.99</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P28DT20H56M25S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T15:16:34.000Z</startTime><endTime>2011-08-21T15:21:34.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>230649913393</itemId><title>GLASS
|
52
|
+
FLUTE Custom Hand made by David Porter- 21" Long</title><globalId>EBAY-US</globalId><subtitle>One-of-a-Kind
|
53
|
+
Custom made Glass Flute by David Porter</subtitle><primaryCategory><categoryId>4174</categoryId><categoryName>Other</categoryName></primaryCategory><secondaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></secondaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/2306499133934040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/GLASS-FLUTE-Custom-Hand-made-David-Porter-21-Long-/230649913393?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>32713</postalCode><location>Debary,FL,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
54
|
+
currencyId="USD">15.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
55
|
+
currencyId="USD">55.0</currentPrice><convertedCurrentPrice currencyId="USD">55.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H3M29S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T18:28:38.000Z</startTime><endTime>2011-07-23T18:28:38.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>280710692177</itemId><title>FLUTE
|
56
|
+
Enjoyable backing CD - includes POULENC Sonata!: </title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/2807106921774040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/FLUTE-Enjoyable-backing-CD-includes-POULENC-Sonata-/280710692177?pt=UK_Woodwind_Instruments</viewItemURL><paymentMethod>MOCC</paymentMethod><paymentMethod>PayPal</paymentMethod><paymentMethod>PersonalCheck</paymentMethod><autoPay>false</autoPay><location>United
|
57
|
+
Kingdom</location><country>GB</country><shippingInfo><shippingServiceCost currencyId="USD">4.08</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
58
|
+
currencyId="GBP">4.95</currentPrice><convertedCurrentPrice currencyId="USD">8.07</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H3M34S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T18:28:43.000Z</startTime><endTime>2011-07-23T18:28:43.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>280710226157</itemId><title>Student
|
59
|
+
Brand New Blue Bb Clarinet + Case + More</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>47098</categoryId><categoryName>Bb
|
60
|
+
Soprano</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/2807102261574040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Student-Brand-New-Blue-Bb-Clarinet-Case-More-/280710226157?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>true</autoPay><postalCode>91761</postalCode><location>Ontario,CA,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
61
|
+
currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
62
|
+
currencyId="USD">119.95</currentPrice><convertedCurrentPrice currencyId="USD">119.95</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H3M55S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
|
63
|
+
currencyId="USD">149.95</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">149.95</convertedBuyItNowPrice><startTime>2011-07-16T18:29:04.000Z</startTime><endTime>2011-07-23T18:29:04.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>290589500405</itemId><title>FLUTE-NEW
|
64
|
+
INTERMEDIATE SILVER WEIMAR BAND FLUTES-MINT</title><globalId>EBAY-US</globalId><subtitle>BAND
|
65
|
+
APROVED!!!!!!! MONEY BACK GUARANTEE!!!! FAST SHIP!</subtitle><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/2905895004054040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/FLUTE-NEW-INTERMEDIATE-SILVER-WEIMAR-BAND-FLUTES-MINT-/290589500405?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>38663</postalCode><location>Ripley,MS,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
66
|
+
currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
67
|
+
currencyId="USD">101.99</currentPrice><convertedCurrentPrice currencyId="USD">101.99</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P26DT22H44M49S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T17:04:58.000Z</startTime><endTime>2011-08-19T17:09:58.000Z</endTime><listingType>StoreInventory</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/290589500405_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>320727798464</itemId><title>70s
|
68
|
+
Vintage Hungarian porcelain cock flute instrument</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/3207277984644040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/70s-Vintage-Hungarian-porcelain-cock-flute-instrument-/320727798464?pt=UK_Woodwind_Instruments</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hungary</location><country>HU</country><shippingInfo><shippingServiceCost
|
69
|
+
currencyId="USD">11.4</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
70
|
+
currencyId="GBP">7.99</currentPrice><convertedCurrentPrice currencyId="USD">13.03</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H4M20S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-13T18:29:29.000Z</startTime><endTime>2011-07-23T18:29:29.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>320729081237</itemId><title>25
|
71
|
+
NEW & VINTAGE CONN 10M - 6M SAXOPHONE ROLLERS</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>47097</categoryId><categoryName>Parts
|
72
|
+
& Accessories</categoryName></primaryCategory><secondaryCategory><categoryId>119030</categoryId><categoryName>Vintage
|
73
|
+
(Pre-1980)</categoryName></secondaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/3207290812374040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/25-NEW-VINTAGE-CONN-10M-6M-SAXOPHONE-ROLLERS-/320729081237?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>10036</postalCode><location>New
|
74
|
+
York,NY,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
75
|
+
currencyId="USD">5.0</shippingServiceCost><shippingType>FlatDomesticCalculatedInternational</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>10</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
76
|
+
currencyId="USD">36.0</currentPrice><convertedCurrentPrice currencyId="USD">36.0</convertedCurrentPrice><bidCount>7</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H5M44S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T18:30:53.000Z</startTime><endTime>2011-07-23T18:30:53.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>130550154520</itemId><title>Gemeinhardt
|
77
|
+
2SP used silver plated flute L@@K!</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/1305501545204040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Gemeinhardt-2SP-used-silver-plated-flute-L-K-/130550154520?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>92071</postalCode><location>Santee,CA,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
78
|
+
currencyId="USD">99.0</currentPrice><convertedCurrentPrice currencyId="USD">99.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H6M50S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T18:31:59.000Z</startTime><endTime>2011-07-23T18:31:59.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>3000</conditionId><conditionDisplayName>Used</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>370496322396</itemId><title>NEW
|
79
|
+
NICKEL/SILVER SCHOOL BAND STUDENT C FLUTE w/Split E</title><globalId>EBAY-US</globalId><subtitle>FREE
|
80
|
+
STAND+BOOK+$39 TUNER+CARE KIT~Instructors Approved</subtitle><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/3704963223964040_2.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/NEW-NICKEL-SILVER-SCHOOL-BAND-STUDENT-C-FLUTE-w-Split-E-/370496322396?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><paymentMethod>VisaMC</paymentMethod><paymentMethod>Discover</paymentMethod><autoPay>false</autoPay><postalCode>91744</postalCode><location>La
|
81
|
+
Puente,CA,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
82
|
+
currencyId="USD">19.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>true</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>AU</shipToLocations><shipToLocations>Americas</shipToLocations><shipToLocations>Europe</shipToLocations><shipToLocations>Asia</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
83
|
+
currencyId="USD">89.95</currentPrice><convertedCurrentPrice currencyId="USD">89.95</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P0DT4H26M20S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-03-25T22:46:29.000Z</startTime><endTime>2011-07-23T22:51:29.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>160623559585</itemId><title>Stencil
|
84
|
+
Vintage Paul Dupre Wood Bb Clarinet-Beautiful!</title><globalId>EBAY-US</globalId><subtitle>Effiel
|
85
|
+
Tower Stamp! C. 1930''s</subtitle><primaryCategory><categoryId>47098</categoryId><categoryName>Bb
|
86
|
+
Soprano</categoryName></primaryCategory><secondaryCategory><categoryId>119029</categoryId><categoryName>Vintage
|
87
|
+
(Pre-1980)</categoryName></secondaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/1606235595854040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Stencil-Vintage-Paul-Dupre-Wood-Bb-Clarinet-Beautiful-/160623559585?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>true</autoPay><location>USA</location><country>US</country><shippingInfo><shippingServiceCost
|
88
|
+
currencyId="USD">10.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
89
|
+
currencyId="USD">50.0</currentPrice><convertedCurrentPrice currencyId="USD">50.0</convertedCurrentPrice><bidCount>1</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H8M57S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T18:34:06.000Z</startTime><endTime>2011-07-23T18:34:06.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/160623559585_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>3000</conditionId><conditionDisplayName>Used</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>320729079061</itemId><title>2
|
90
|
+
NEW WOOD LEBLANC ESPRIT SONATA CLARINET BARRELS</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>47098</categoryId><categoryName>Bb
|
91
|
+
Soprano</categoryName></primaryCategory><secondaryCategory><categoryId>47097</categoryId><categoryName>Parts
|
92
|
+
& Accessories</categoryName></secondaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/3207290790614040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/2-NEW-WOOD-LEBLANC-ESPRIT-SONATA-CLARINET-BARRELS-/320729079061?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>10036</postalCode><location>New
|
93
|
+
York,NY,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
94
|
+
currencyId="USD">7.0</shippingServiceCost><shippingType>FlatDomesticCalculatedInternational</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>10</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
95
|
+
currencyId="USD">45.0</currentPrice><convertedCurrentPrice currencyId="USD">45.0</convertedCurrentPrice><bidCount>5</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H10M49S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T18:35:58.000Z</startTime><endTime>2011-07-23T18:35:58.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>320730278948</itemId><title>Tibet
|
96
|
+
Silver Jade Handmade Dragon Phoenix FluteA614 </title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/3207302789484040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Tibet-Silver-Jade-Handmade-Dragon-Phoenix-FluteA614-/320730278948?pt=UK_Woodwind_Instruments</viewItemURL><paymentMethod>PayPal</paymentMethod><paymentMethod>PaymentSeeDescription</paymentMethod><autoPay>false</autoPay><location>China</location><country>CN</country><shippingInfo><shippingServiceCost
|
97
|
+
currencyId="USD">21.19</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
98
|
+
currencyId="GBP">0.1</currentPrice><convertedCurrentPrice currencyId="USD">0.16</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H13M10S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T18:38:19.000Z</startTime><endTime>2011-07-23T18:38:19.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>110712108775</itemId><title>TWIGG
|
99
|
+
Tenor Sax Reeds (#1.5, Box of 25)</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>16234</categoryId><categoryName>Tenor</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/1107121087754040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/TWIGG-Tenor-Sax-Reeds-1-5-Box-25-/110712108775?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>45171</postalCode><location>Sardinia,OH,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
100
|
+
currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
101
|
+
currencyId="USD">16.99</currentPrice><convertedCurrentPrice currencyId="USD">16.99</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P13DT21H14M45S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-07T15:39:54.000Z</startTime><endTime>2011-08-06T15:39: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>160621289479</itemId><title>Alto
|
102
|
+
Saxophone - Selmer Bundy II Student Level</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>16232</categoryId><categoryName>Alto</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/1606212894794040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Alto-Saxophone-Selmer-Bundy-II-Student-Level-/160621289479?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>07726</postalCode><location>Englishtown,NJ,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
103
|
+
currencyId="USD">150.0</currentPrice><convertedCurrentPrice currencyId="USD">150.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H15M36S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
|
104
|
+
currencyId="USD">350.0</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">350.0</convertedBuyItNowPrice><startTime>2011-07-16T19:40:46.000Z</startTime><endTime>2011-07-23T18:40:45.000Z</endTime><listingType>AuctionWithBIN</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>3000</conditionId><conditionDisplayName>Used</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>220814904622</itemId><title>80
|
105
|
+
NOS CONN 12M BARITONE SAX PARTS & KEYS- TECHS LOOK</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>47097</categoryId><categoryName>Parts
|
106
|
+
& Accessories</categoryName></primaryCategory><secondaryCategory><categoryId>119030</categoryId><categoryName>Vintage
|
107
|
+
(Pre-1980)</categoryName></secondaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2208149046224040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/80-NOS-CONN-12M-BARITONE-SAX-PARTS-KEYS-TECHS-LOOK-/220814904622?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>10036</postalCode><location>New
|
108
|
+
York,NY,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
109
|
+
currencyId="USD">13.0</shippingServiceCost><shippingType>FlatDomesticCalculatedInternational</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>10</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
110
|
+
currencyId="USD">82.01</currentPrice><convertedCurrentPrice currencyId="USD">82.01</convertedCurrentPrice><bidCount>10</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H15M46S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T18:40:55.000Z</startTime><endTime>2011-07-23T18:40:55.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>230648165327</itemId><title>Buffet
|
111
|
+
E11 E-11 Intermediate Clarinet</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>47098</categoryId><categoryName>Bb
|
112
|
+
Soprano</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/2306481653274040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Buffet-E11-E-11-Intermediate-Clarinet-/230648165327?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>15239</postalCode><location>Pittsburgh,PA,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
113
|
+
currencyId="USD">15.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
114
|
+
currencyId="USD">425.0</currentPrice><convertedCurrentPrice currencyId="USD">425.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H16M41S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
|
115
|
+
currencyId="USD">475.0</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">475.0</convertedBuyItNowPrice><startTime>2011-07-16T18:41:50.000Z</startTime><endTime>2011-07-23T18:41:50.000Z</endTime><listingType>AuctionWithBIN</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>3000</conditionId><conditionDisplayName>Used</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>190556216171</itemId><title>Scottish
|
116
|
+
Wooden Flute NEW in Display Box</title><globalId>EBAY-GB</globalId><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/1905562161714040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Scottish-Wooden-Flute-NEW-Display-Box-/190556216171?pt=UK_Woodwind_Instruments</viewItemURL><paymentMethod>PayPal</paymentMethod><paymentMethod>CCAccepted</paymentMethod><autoPay>false</autoPay><postalCode>EH11TB</postalCode><location>United
|
117
|
+
Kingdom</location><country>GB</country><shippingInfo><shippingServiceCost currencyId="USD">6.51</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>true</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
118
|
+
currencyId="GBP">29.99</currentPrice><convertedCurrentPrice currencyId="USD">48.92</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P23DT21H23M9S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>true</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-17T15:43:18.000Z</startTime><endTime>2011-08-16T15:48:18.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>260819250896</itemId><title>Maxam
|
119
|
+
Alto Saxophone</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>16232</categoryId><categoryName>Alto</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2608192508964040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Maxam-Alto-Saxophone-/260819250896?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>34986</postalCode><location>Port
|
120
|
+
Saint Lucie,FL,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
121
|
+
currencyId="USD">14.5</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>5</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
122
|
+
currencyId="USD">269.95</currentPrice><convertedCurrentPrice currencyId="USD">269.95</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H18M29S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
|
123
|
+
currencyId="USD">299.95</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">299.95</convertedBuyItNowPrice><startTime>2011-07-16T18:44:39.000Z</startTime><endTime>2011-07-23T18:43:38.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>320729051372</itemId><title>100
|
124
|
+
NOS KING SUPER 20 SAX PARTS & KEYS-ALTO & TENOR SAX</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>47097</categoryId><categoryName>Parts
|
125
|
+
& Accessories</categoryName></primaryCategory><secondaryCategory><categoryId>119030</categoryId><categoryName>Vintage
|
126
|
+
(Pre-1980)</categoryName></secondaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/3207290513724040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/100-NOS-KING-SUPER-20-SAX-PARTS-KEYS-ALTO-TENOR-SAX-/320729051372?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>10036</postalCode><location>New
|
127
|
+
York,NY,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
128
|
+
currencyId="USD">13.0</shippingServiceCost><shippingType>FlatDomesticCalculatedInternational</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>10</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
129
|
+
currencyId="USD">78.0</currentPrice><convertedCurrentPrice currencyId="USD">78.0</convertedCurrentPrice><bidCount>13</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H20M43S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T18:45:52.000Z</startTime><endTime>2011-07-23T18:45:52.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>110716250262</itemId><title>Simba
|
130
|
+
Flute Case</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><viewItemURL>http://cgi.ebay.com/Simba-Flute-Case-/110716250262?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>18330</postalCode><location>Effort,PA,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
131
|
+
currencyId="USD">10.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>5</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
132
|
+
currencyId="USD">20.0</currentPrice><convertedCurrentPrice currencyId="USD">20.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H21M46S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
|
133
|
+
currencyId="USD">30.0</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">30.0</convertedBuyItNowPrice><startTime>2011-07-16T18:47:56.000Z</startTime><endTime>2011-07-23T18:46:55.000Z</endTime><listingType>AuctionWithBIN</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>330388706445</itemId><title>New
|
134
|
+
Closed C FLUTE Lazarro~Purple,Blue,Pink,Black,Green</title><globalId>EBAY-US</globalId><subtitle>10
|
135
|
+
Colors~GOLD & SILVER Keys~High Quality~AMAZING SOUND</subtitle><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/3303887064454040_19.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/New-Closed-C-FLUTE-Lazarro-Purple-Blue-Pink-Black-Green-/330388706445?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>USA</location><country>US</country><shippingInfo><shippingServiceCost
|
136
|
+
currencyId="USD">19.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
137
|
+
currencyId="USD">79.99</currentPrice><convertedCurrentPrice currencyId="USD">79.99</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P20DT1H13M29S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2009-12-20T19:33:38.000Z</startTime><endTime>2011-08-12T19:38:38.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>260819252757</itemId><title>ARTLEY
|
138
|
+
17S CLARINET EXCELLENT CONDITION</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>47098</categoryId><categoryName>Bb
|
139
|
+
Soprano</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/2608192527574040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/ARTLEY-17S-CLARINET-EXCELLENT-CONDITION-/260819252757?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>92821</postalCode><location>Brea,CA,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
140
|
+
currencyId="USD">15.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>5</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
141
|
+
currencyId="USD">79.0</currentPrice><convertedCurrentPrice currencyId="USD">79.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H22M10S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T18:47:20.000Z</startTime><endTime>2011-07-23T18:47:19.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>270783296820</itemId><title>Transverse/Side
|
142
|
+
Blown Shakuhachi Flute Key Of D</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2707832968204040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Transverse-Side-Blown-Shakuhachi-Flute-Key-D-/270783296820?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>91733</postalCode><location>South
|
143
|
+
El Monte,CA,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
144
|
+
currencyId="USD">20.0</currentPrice><convertedCurrentPrice currencyId="USD">20.0</convertedCurrentPrice><bidCount>5</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H23M52S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T18:49:01.000Z</startTime><endTime>2011-07-23T18:49:01.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>220814861320</itemId><title>3
|
145
|
+
NEW LEBLANC WOOD CLARINET BELLS-WILL FIT OTHER BRANDS</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>47098</categoryId><categoryName>Bb
|
146
|
+
Soprano</categoryName></primaryCategory><secondaryCategory><categoryId>47097</categoryId><categoryName>Parts
|
147
|
+
& Accessories</categoryName></secondaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2208148613204040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/3-NEW-LEBLANC-WOOD-CLARINET-BELLS-WILL-FIT-OTHER-BRANDS-/220814861320?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>10036</postalCode><location>New
|
148
|
+
York,NY,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
149
|
+
currencyId="USD">13.0</shippingServiceCost><shippingType>FlatDomesticCalculatedInternational</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>10</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
150
|
+
currencyId="USD">51.0</currentPrice><convertedCurrentPrice currencyId="USD">51.0</convertedCurrentPrice><bidCount>5</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H25M31S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T18:50:40.000Z</startTime><endTime>2011-07-23T18:50:40.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>150634158682</itemId><title>D''Luca
|
151
|
+
Eb Alto Saxophone Brass Lacquer Student Series</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>16232</categoryId><categoryName>Alto</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/1506341586824040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/DLuca-Eb-Alto-Saxophone-Brass-Lacquer-Student-Series-/150634158682?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>91761</postalCode><location>Ontario,CA,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
152
|
+
currencyId="USD">0.0</shippingServiceCost><shippingType>FlatDomesticCalculatedInternational</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
153
|
+
currencyId="USD">349.95</currentPrice><convertedCurrentPrice currencyId="USD">349.95</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H26M0S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T18:51:09.000Z</startTime><endTime>2011-07-23T18:51:09.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>230649817496</itemId><title>BLUE
|
154
|
+
OCARINA w/ 2 numbered Zelda Songs, fingering chart</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2306498174964040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/BLUE-OCARINA-w-2-numbered-Zelda-Songs-fingering-chart-/230649817496?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>USA</location><country>US</country><shippingInfo><shippingServiceCost
|
155
|
+
currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>CA</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
156
|
+
currencyId="USD">10.95</currentPrice><convertedCurrentPrice currencyId="USD">10.95</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P3DT20H24M22S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T14:49:31.000Z</startTime><endTime>2011-07-27T14:49:31.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>150634158686</itemId><title>D’Luca
|
157
|
+
Silver Plated 16 Closed Hole C Key Flute~W/Case</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/1506341586864040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/D-Luca-Silver-Plated-16-Closed-Hole-C-Key-Flute-W-Case-/150634158686?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>91761</postalCode><location>Ontario,CA,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
158
|
+
currencyId="USD">0.0</shippingServiceCost><shippingType>FlatDomesticCalculatedInternational</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
159
|
+
currencyId="USD">125.95</currentPrice><convertedCurrentPrice currencyId="USD">125.95</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H26M0S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
|
160
|
+
currencyId="USD">139.95</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">139.95</convertedBuyItNowPrice><startTime>2011-07-18T18:51:09.000Z</startTime><endTime>2011-07-23T18:51:09.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>160622635494</itemId><title>Student
|
161
|
+
Standard C Flute Closed Hole Red~Case</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/1606226354944040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Student-Standard-C-Flute-Closed-Hole-Red-Case-/160622635494?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>91761</postalCode><location>Ontario,CA,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
162
|
+
currencyId="USD">0.0</shippingServiceCost><shippingType>FlatDomesticCalculatedInternational</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
163
|
+
currencyId="USD">119.95</currentPrice><convertedCurrentPrice currencyId="USD">119.95</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H26M0S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T18:51:09.000Z</startTime><endTime>2011-07-23T18:51:09.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>270781837638</itemId><title>1.8
|
164
|
+
Ji Nashi Nobe Shakuhachi Bamboo Flute Key Of D</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2707818376384040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/1-8-Ji-Nashi-Nobe-Shakuhachi-Bamboo-Flute-Key-D-/270781837638?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>true</autoPay><postalCode>91733</postalCode><location>South
|
165
|
+
El Monte,CA,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
166
|
+
currencyId="USD">0.0</shippingServiceCost><shippingType>Calculated</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
167
|
+
currencyId="USD">231.5</currentPrice><convertedCurrentPrice currencyId="USD">231.5</convertedCurrentPrice><bidCount>18</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H26M3S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-13T18:51:12.000Z</startTime><endTime>2011-07-23T18:51:12.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>200633511027</itemId><title>Rico
|
168
|
+
Reeds RCA1025 Bb Clarinet #2.5</title><globalId>EBAY-US</globalId><subtitle>Fast
|
169
|
+
Free Shipping - Huge Selection - Authorized Dealer</subtitle><primaryCategory><categoryId>47097</categoryId><categoryName>Parts
|
170
|
+
& Accessories</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/2006335110274040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Rico-Reeds-RCA1025-Bb-Clarinet-2-5-/200633511027?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>true</autoPay><location>USA</location><country>US</country><shippingInfo><shippingServiceCost
|
171
|
+
currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
172
|
+
currencyId="USD">12.99</currentPrice><convertedCurrentPrice currencyId="USD">12.99</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P29DT18H1M13S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-23T12:26:22.000Z</startTime><endTime>2011-08-22T12:26:22.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>220814856076</itemId><title>5
|
173
|
+
NEW OLD STOCK ALTO SAX NECK BLANKS - GREAT FOR TECHS</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>47097</categoryId><categoryName>Parts
|
174
|
+
& Accessories</categoryName></primaryCategory><secondaryCategory><categoryId>119030</categoryId><categoryName>Vintage
|
175
|
+
(Pre-1980)</categoryName></secondaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2208148560764040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/5-NEW-OLD-STOCK-ALTO-SAX-NECK-BLANKS-GREAT-TECHS-/220814856076?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>10036</postalCode><location>New
|
176
|
+
York,NY,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
177
|
+
currencyId="USD">13.0</shippingServiceCost><shippingType>FlatDomesticCalculatedInternational</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>10</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
178
|
+
currencyId="USD">55.1</currentPrice><convertedCurrentPrice currencyId="USD">55.1</convertedCurrentPrice><bidCount>5</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H30M18S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T18:55:27.000Z</startTime><endTime>2011-07-23T18:55:27.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>260820443585</itemId><title>Vito
|
179
|
+
113 Flute with Case </title><globalId>EBAY-US</globalId><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/2608204435854040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Vito-113-Flute-Case-/260820443585?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>87527</postalCode><location>Dixon,NM,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
180
|
+
currencyId="USD">49.99</currentPrice><convertedCurrentPrice currencyId="USD">49.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H33M56S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
|
181
|
+
currencyId="USD">180.0</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">180.0</convertedBuyItNowPrice><startTime>2011-07-18T18:59:05.000Z</startTime><endTime>2011-07-23T18:59:05.000Z</endTime><listingType>AuctionWithBIN</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>3000</conditionId><conditionDisplayName>Used</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>160620610124</itemId><title>Bessler
|
182
|
+
Alto Sax in hard black case ^</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>16232</categoryId><categoryName>Alto</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/1606206101244040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Bessler-Alto-Sax-hard-black-case-/160620610124?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>80013</postalCode><location>Aurora,CO,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
183
|
+
currencyId="USD">19.95</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>5</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
184
|
+
currencyId="USD">239.99</currentPrice><convertedCurrentPrice currencyId="USD">239.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H34M53S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T19:00:02.000Z</startTime><endTime>2011-07-23T19:00: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>260802733650</itemId><title>30
|
185
|
+
Vandoren Alto Saxophone ZZ Reeds #3</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>47097</categoryId><categoryName>Parts
|
186
|
+
& Accessories</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2608027336504040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/30-Vandoren-Alto-Saxophone-ZZ-Reeds-3-/260802733650?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>85262</postalCode><location>Scottsdale,AZ,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
187
|
+
currencyId="USD">3.95</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
188
|
+
currencyId="USD">39.95</currentPrice><convertedCurrentPrice currencyId="USD">39.95</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P23DT0H59M29S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-06-16T19:19:38.000Z</startTime><endTime>2011-08-15T19:24:38.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>160621248884</itemId><title>Armstrong
|
189
|
+
Elkhart-IND Tenor Saxophone</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>16234</categoryId><categoryName>Tenor</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/1606212488844040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Armstrong-Elkhart-IND-Tenor-Saxophone-/160621248884?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>73129</postalCode><location>Oklahoma
|
190
|
+
City,OK,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
191
|
+
currencyId="USD">20.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>4</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
192
|
+
currencyId="USD">152.59</currentPrice><convertedCurrentPrice currencyId="USD">152.59</convertedCurrentPrice><bidCount>14</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H35M41S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T19:00:50.000Z</startTime><endTime>2011-07-23T19:00:50.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/160621248884_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>3000</conditionId><conditionDisplayName>Used</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>320729026347</itemId><title>1000
|
193
|
+
NEW YAMAHA FLUTE ADJUSTING PAPER SHIMS OR WASHERS</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>47097</categoryId><categoryName>Parts
|
194
|
+
& Accessories</categoryName></primaryCategory><secondaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></secondaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/3207290263474040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/1000-NEW-YAMAHA-FLUTE-ADJUSTING-PAPER-SHIMS-WASHERS-/320729026347?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>10036</postalCode><location>New
|
195
|
+
York,NY,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
196
|
+
currencyId="USD">5.0</shippingServiceCost><shippingType>FlatDomesticCalculatedInternational</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>10</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
197
|
+
currencyId="USD">24.99</currentPrice><convertedCurrentPrice currencyId="USD">24.99</convertedCurrentPrice><bidCount>1</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H35M47S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T19:00:56.000Z</startTime><endTime>2011-07-23T19:00:56.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>150633166403</itemId><title>YAMAHA
|
198
|
+
YAS-23 ALTO SAXOPHONE - EXCELLENT SHAPE - CASE</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>16232</categoryId><categoryName>Alto</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/1506331664034040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/YAMAHA-YAS-23-ALTO-SAXOPHONE-EXCELLENT-SHAPE-CASE-/150633166403?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><paymentMethod>VisaMC</paymentMethod><paymentMethod>AmEx</paymentMethod><paymentMethod>Discover</paymentMethod><autoPay>false</autoPay><postalCode>75216</postalCode><location>Dallas,TX,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
199
|
+
currencyId="USD">400.0</currentPrice><convertedCurrentPrice currencyId="USD">400.0</convertedCurrentPrice><bidCount>16</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H39M50S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T19:04:59.000Z</startTime><endTime>2011-07-23T19:04:59.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>110570603056</itemId><title>NEW
|
200
|
+
MENDINI PURPLE ALTO SAXOPHONE+10 REEDS+$39 TUNER</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>16232</categoryId><categoryName>Alto</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/1105706030564040_3.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/NEW-MENDINI-PURPLE-ALTO-SAXOPHONE-10-REEDS-39-TUNER-/110570603056?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><paymentMethod>VisaMC</paymentMethod><paymentMethod>Discover</paymentMethod><autoPay>false</autoPay><postalCode>91744</postalCode><location>La
|
201
|
+
Puente,CA,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
202
|
+
currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>true</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>AU</shipToLocations><shipToLocations>Americas</shipToLocations><shipToLocations>Europe</shipToLocations><shipToLocations>Asia</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
203
|
+
currencyId="USD">268.99</currentPrice><convertedCurrentPrice currencyId="USD">268.99</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P10DT6H3M27S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2010-08-08T00:23:36.000Z</startTime><endTime>2011-08-03T00:28:36.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>220814927737</itemId><title>5
|
204
|
+
NEW OLD STOCK SELMER MARK VI ALTO TENONS</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>47097</categoryId><categoryName>Parts
|
205
|
+
& Accessories</categoryName></primaryCategory><secondaryCategory><categoryId>119030</categoryId><categoryName>Vintage
|
206
|
+
(Pre-1980)</categoryName></secondaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/2208149277374040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/5-NEW-OLD-STOCK-SELMER-MARK-VI-ALTO-TENONS-/220814927737?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>10036</postalCode><location>New
|
207
|
+
York,NY,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
208
|
+
currencyId="USD">7.0</shippingServiceCost><shippingType>FlatDomesticCalculatedInternational</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>10</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
209
|
+
currencyId="USD">36.99</currentPrice><convertedCurrentPrice currencyId="USD">36.99</convertedCurrentPrice><bidCount>4</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H40M12S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T19:05:21.000Z</startTime><endTime>2011-07-23T19:05:21.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>220814944186</itemId><title>125
|
210
|
+
NEW SAXOPHONE KEYS & LEVERS-VITO-CONN-KING-SELMER</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>47097</categoryId><categoryName>Parts
|
211
|
+
& Accessories</categoryName></primaryCategory><secondaryCategory><categoryId>119030</categoryId><categoryName>Vintage
|
212
|
+
(Pre-1980)</categoryName></secondaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2208149441864040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/125-NEW-SAXOPHONE-KEYS-LEVERS-VITO-CONN-KING-SELMER-/220814944186?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>10036</postalCode><location>New
|
213
|
+
York,NY,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
214
|
+
currencyId="USD">13.0</shippingServiceCost><shippingType>FlatDomesticCalculatedInternational</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>10</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
215
|
+
currencyId="USD">81.0</currentPrice><convertedCurrentPrice currencyId="USD">81.0</convertedCurrentPrice><bidCount>13</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H44M58S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T19:10:07.000Z</startTime><endTime>2011-07-23T19:10:07.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>280710715893</itemId><title>Emerson
|
216
|
+
ELD open hole C flute, good condition</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/2807107158934040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Emerson-ELD-open-hole-C-flute-good-condition-/280710715893?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>73401</postalCode><location>Ardmore,OK,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
217
|
+
currencyId="USD">8.5</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
218
|
+
currencyId="USD">96.0</currentPrice><convertedCurrentPrice currencyId="USD">96.0</convertedCurrentPrice><bidCount>3</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H45M32S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T19:10:41.000Z</startTime><endTime>2011-07-23T19:10:41.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>3000</conditionId><conditionDisplayName>Used</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>260561632891</itemId><title>Vandoren
|
219
|
+
Bb Clarinet Traditional Reeds #2 1/2 (2.5)</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>47097</categoryId><categoryName>Parts
|
220
|
+
& Accessories</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/2605616328914040_4.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Vandoren-Bb-Clarinet-Traditional-Reeds-2-1-2-2-5-/260561632891?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>85262</postalCode><location>Scottsdale,AZ,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
221
|
+
currencyId="USD">3.95</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
222
|
+
currencyId="USD">19.95</currentPrice><convertedCurrentPrice currencyId="USD">19.95</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P1DT4H49M54S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2010-03-01T23:10:03.000Z</startTime><endTime>2011-07-24T23:15:03.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>250856569004</itemId><title>Evett
|
223
|
+
Buffet Crampon Clarinet</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>47098</categoryId><categoryName>Bb
|
224
|
+
Soprano</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2508565690044040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Evett-Buffet-Crampon-Clarinet-/250856569004?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>24301</postalCode><location>Pulaski,VA,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
225
|
+
currencyId="USD">8.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
226
|
+
currencyId="USD">52.0</currentPrice><convertedCurrentPrice currencyId="USD">52.0</convertedCurrentPrice><bidCount>3</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H48M59S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T19:14:08.000Z</startTime><endTime>2011-07-23T19:14:08.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>3000</conditionId><conditionDisplayName>Used</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>220814949976</itemId><title>3
|
227
|
+
NEW ALTO SAXOPHONE NECKS - SELMER-OTHER - 2 KINDS </title><globalId>EBAY-US</globalId><primaryCategory><categoryId>47097</categoryId><categoryName>Parts
|
228
|
+
& Accessories</categoryName></primaryCategory><secondaryCategory><categoryId>119030</categoryId><categoryName>Vintage
|
229
|
+
(Pre-1980)</categoryName></secondaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2208149499764040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/3-NEW-ALTO-SAXOPHONE-NECKS-SELMER-OTHER-2-KINDS-/220814949976?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>10036</postalCode><location>New
|
230
|
+
York,NY,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
231
|
+
currencyId="USD">13.0</shippingServiceCost><shippingType>FlatDomesticCalculatedInternational</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>10</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
232
|
+
currencyId="USD">92.0</currentPrice><convertedCurrentPrice currencyId="USD">92.0</convertedCurrentPrice><bidCount>9</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H50M42S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T19:15:51.000Z</startTime><endTime>2011-07-23T19:15:51.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>150634172460</itemId><title>Vintage
|
233
|
+
W.T. Armstrong 104 Flute</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/1506341724604040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Vintage-W-T-Armstrong-104-Flute-/150634172460?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>95628</postalCode><location>Fair
|
234
|
+
Oaks,CA,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
235
|
+
currencyId="USD">6.95</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
236
|
+
currencyId="USD">48.99</currentPrice><convertedCurrentPrice currencyId="USD">48.99</convertedCurrentPrice><bidCount>11</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H51M21S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T19:16:30.000Z</startTime><endTime>2011-07-23T19:16:30.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>3000</conditionId><conditionDisplayName>Used</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>170666912225</itemId><title>2011
|
237
|
+
Nickel Plated Flute - Low Price Guarantee </title><globalId>EBAY-US</globalId><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/1706669122254040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/2011-Nickel-Plated-Flute-Low-Price-Guarantee-/170666912225?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>true</autoPay><location>China</location><country>CN</country><shippingInfo><shippingServiceCost
|
238
|
+
currencyId="USD">89.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
239
|
+
currencyId="USD">19.97</currentPrice><convertedCurrentPrice currencyId="USD">19.97</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P17DT22H30M35S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-11T16:55:44.000Z</startTime><endTime>2011-08-10T16:55:44.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>380354402081</itemId><title>New
|
240
|
+
Verne Q. Powell/Sonare open hole pro flute# SF 601</title><globalId>EBAY-US</globalId><subtitle>handmade
|
241
|
+
Powell Signature headjoint list prce $2,998.00</subtitle><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/3803544020814040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/New-Verne-Q-Powell-Sonare-open-hole-pro-flute-SF-601-/380354402081?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>true</autoPay><postalCode>01970</postalCode><location>Salem,MA,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
242
|
+
currencyId="USD">0.0</shippingServiceCost><shippingType>CalculatedDomesticFlatInternational</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>true</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
243
|
+
currencyId="USD">1148.0</currentPrice><convertedCurrentPrice currencyId="USD">1148.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H57M17S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
|
244
|
+
currencyId="USD">1288.0</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">1288.0</convertedBuyItNowPrice><startTime>2011-07-13T19:22:26.000Z</startTime><endTime>2011-07-23T19:22:26.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>310332461309</itemId><title>Vito
|
245
|
+
Clarinet. Easy to Play. Just serviced. Free trial</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>47098</categoryId><categoryName>Bb
|
246
|
+
Soprano</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/3103324613094040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Vito-Clarinet-Easy-Play-Just-serviced-Free-trial-/310332461309?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>49441</postalCode><location>Muskegon,MI,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
247
|
+
currencyId="USD">165.51</currentPrice><convertedCurrentPrice currencyId="USD">165.51</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H0M43S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T19:25:52.000Z</startTime><endTime>2011-07-23T19:25:52.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>370529073468</itemId><title>MENDINI
|
248
|
+
SILVER / NICKEL C FLUTE SCHOOL BAND+BOOK+STAND</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/3705290734684040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/MENDINI-SILVER-NICKEL-C-FLUTE-SCHOOL-BAND-BOOK-STAND-/370529073468?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><paymentMethod>VisaMC</paymentMethod><paymentMethod>Discover</paymentMethod><autoPay>false</autoPay><postalCode>91744</postalCode><location>La
|
249
|
+
Puente,CA,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
250
|
+
currencyId="USD">19.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>true</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>AU</shipToLocations><shipToLocations>Americas</shipToLocations><shipToLocations>Europe</shipToLocations><shipToLocations>Asia</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
251
|
+
currencyId="USD">79.95</currentPrice><convertedCurrentPrice currencyId="USD">79.95</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H4M58S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T19:30:07.000Z</startTime><endTime>2011-07-23T19:30:07.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>220813581794</itemId><title>yamaha
|
252
|
+
model 674 flute in silver 925 no reserve !!!</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2208135817944040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/yamaha-model-674-flute-silver-925-no-reserve-/220813581794?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>33125</postalCode><location>Miami,FL,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
253
|
+
currencyId="USD">30.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
254
|
+
currencyId="USD">901.0</currentPrice><convertedCurrentPrice currencyId="USD">901.0</convertedCurrentPrice><bidCount>8</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H5M31S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-13T19:30:40.000Z</startTime><endTime>2011-07-23T19:30:40.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/220813581794_1_1_1.jpg</galleryPlusPictureURL><condition><conditionId>3000</conditionId><conditionDisplayName>Used</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>220817271922</itemId><title>KING
|
255
|
+
SUPER 20 SILVERSONIC ALTO SAXOPHONE STERLING BELL</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>16232</categoryId><categoryName>Alto</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2208172719224040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/KING-SUPER-20-SILVERSONIC-ALTO-SAXOPHONE-STERLING-BELL-/220817271922?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>true</autoPay><postalCode>80516</postalCode><location>Erie,CO,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
256
|
+
currencyId="USD">65.0</shippingServiceCost><shippingType>FlatDomesticCalculatedInternational</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
257
|
+
currencyId="USD">5000.0</currentPrice><convertedCurrentPrice currencyId="USD">5000.0</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P0DT9H55M46S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>true</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-21T04:20:55.000Z</startTime><endTime>2011-07-24T04:20:55.000Z</endTime><listingType>StoreInventory</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>3000</conditionId><conditionDisplayName>Used</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>150633185078</itemId><title>Yamaha
|
258
|
+
(YAS-23) Good condition, Great for beginners.</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>16232</categoryId><categoryName>Alto</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/1506331850784040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Yamaha-YAS-23-Good-condition-Great-beginners-/150633185078?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>32259</postalCode><location>Saint
|
259
|
+
Johns,FL,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
260
|
+
currencyId="USD">25.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
261
|
+
currencyId="USD">400.0</currentPrice><convertedCurrentPrice currencyId="USD">400.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H8M17S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
|
262
|
+
currencyId="USD">800.0</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">800.0</convertedBuyItNowPrice><startTime>2011-07-16T19:34:26.000Z</startTime><endTime>2011-07-23T19:33:26.000Z</endTime><listingType>AuctionWithBIN</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>3000</conditionId><conditionDisplayName>Used</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>250856584260</itemId><title>yamaha
|
263
|
+
flute 385ii</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2508565842604040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/yamaha-flute-385ii-/250856584260?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>76135</postalCode><location>Fort
|
264
|
+
Worth,TX,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
265
|
+
currencyId="USD">13.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
266
|
+
currencyId="USD">158.49</currentPrice><convertedCurrentPrice currencyId="USD">158.49</convertedCurrentPrice><bidCount>2</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H8M22S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T19:34:31.000Z</startTime><endTime>2011-07-23T19:33:31.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>280713559875</itemId><title>NEW
|
267
|
+
BAND APRVD. Brass Alto Eb Saxophone +CASE+WARRANTY</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>16232</categoryId><categoryName>Alto</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/2807135598754040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/NEW-BAND-APRVD-Brass-Alto-Eb-Saxophone-CASE-WARRANTY-/280713559875?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>90670</postalCode><location>Santa
|
268
|
+
Fe Springs,CA,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
269
|
+
currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
270
|
+
currencyId="USD">202.49</currentPrice><convertedCurrentPrice currencyId="USD">202.49</convertedCurrentPrice><bidCount>3</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H8M56S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T19:34:05.000Z</startTime><endTime>2011-07-23T19:34:05.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>390205527053</itemId><title>☆12
|
271
|
+
HOLE ALTO C SUBMARINE OCARINA FLUTE/WOODWIND</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/3902055270534040_5.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/12-HOLE-ALTO-C-SUBMARINE-OCARINA-FLUTE-WOODWIND-/390205527053?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>true</autoPay><location>Hong
|
272
|
+
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
|
273
|
+
currencyId="USD">14.99</currentPrice><convertedCurrentPrice currencyId="USD">14.99</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P7DT8H42M29S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2010-06-06T03:02:38.000Z</startTime><endTime>2011-07-31T03:07:38.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>280710727593</itemId><title>CLARINET"
|
274
|
+
WOOD" "OTELO MILANO" Bb GREAT WOODY SOUND !!!</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>47098</categoryId><categoryName>Bb
|
275
|
+
Soprano</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/2807107275934040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/CLARINET-WOOD-OTELO-MILANO-Bb-GREAT-WOODY-SOUND-/280710727593?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>60004</postalCode><location>Arlington
|
276
|
+
Heights,IL,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
277
|
+
currencyId="USD">14.95</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
278
|
+
currencyId="USD">99.9</currentPrice><convertedCurrentPrice currencyId="USD">99.9</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H9M47S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
|
279
|
+
currencyId="USD">145.9</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">145.9</convertedBuyItNowPrice><startTime>2011-07-16T19:35:57.000Z</startTime><endTime>2011-07-23T19:34:56.000Z</endTime><listingType>AuctionWithBIN</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>2000</conditionId><conditionDisplayName>Manufacturer
|
280
|
+
refurbished</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>370527951562</itemId><title>
|
281
|
+
SUGAL 3/SAX MOUTHPIECES 4/ONE LOW PRICE </title><globalId>EBAY-US</globalId><primaryCategory><categoryId>16232</categoryId><categoryName>Alto</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/3705279515624040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/SUGAL-3-SAX-MOUTHPIECES-4-ONE-LOW-PRICE-/370527951562?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><paymentMethod>VisaMC</paymentMethod><paymentMethod>AmEx</paymentMethod><paymentMethod>Discover</paymentMethod><autoPay>false</autoPay><postalCode>02914</postalCode><location>East
|
282
|
+
Providence,RI,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
283
|
+
currencyId="USD">12.5</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
284
|
+
currencyId="USD">34.0</currentPrice><convertedCurrentPrice currencyId="USD">34.0</convertedCurrentPrice><bidCount>2</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H11M57S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T19:37:06.000Z</startTime><endTime>2011-07-23T19:37:06.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>370527951698</itemId><title>NEW
|
285
|
+
SUGAL KW I S/S MOUTHPIECE SPECIAL PIECE</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>16234</categoryId><categoryName>Tenor</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/3705279516984040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/NEW-SUGAL-KW-S-S-MOUTHPIECE-SPECIAL-PIECE-/370527951698?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><paymentMethod>VisaMC</paymentMethod><paymentMethod>AmEx</paymentMethod><paymentMethod>Discover</paymentMethod><autoPay>false</autoPay><postalCode>02914</postalCode><location>East
|
286
|
+
Providence,RI,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
287
|
+
currencyId="USD">13.5</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
288
|
+
currencyId="USD">389.99</currentPrice><convertedCurrentPrice currencyId="USD">389.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H12M51S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T19:38:00.000Z</startTime><endTime>2011-07-23T19:38:00.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>130432011445</itemId><title>NEW
|
289
|
+
SILVER 17 KEY OPEN HOLE C FLUTE Italian Pads B Foot</title><globalId>EBAY-US</globalId><subtitle>FREE
|
290
|
+
$39 TUNER~Offset G, E mechanism~Professional Flute</subtitle><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/1304320114454040_3.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/NEW-SILVER-17-KEY-OPEN-HOLE-C-FLUTE-Italian-Pads-B-Foot-/130432011445?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><paymentMethod>VisaMC</paymentMethod><paymentMethod>Discover</paymentMethod><autoPay>false</autoPay><postalCode>91744</postalCode><location>La
|
291
|
+
Puente,CA,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
292
|
+
currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>true</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>AU</shipToLocations><shipToLocations>Americas</shipToLocations><shipToLocations>Europe</shipToLocations><shipToLocations>Asia</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
293
|
+
currencyId="USD">169.99</currentPrice><convertedCurrentPrice currencyId="USD">169.99</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P18DT10H22M12S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>true</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2010-09-15T04:42:21.000Z</startTime><endTime>2011-08-11T04:47:21.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>370527951773</itemId><title>NEW
|
294
|
+
MATT FINISH SOPRANO SAX SERIES IV (HIGH G KEY)</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>16232</categoryId><categoryName>Alto</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/3705279517734040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/NEW-MATT-FINISH-SOPRANO-SAX-SERIES-IV-HIGH-G-KEY-/370527951773?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>02914</postalCode><location>East
|
295
|
+
Providence,RI,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
296
|
+
currencyId="USD">47.5</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>4</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
297
|
+
currencyId="USD">767.5</currentPrice><convertedCurrentPrice currencyId="USD">767.5</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H13M18S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T19:38:27.000Z</startTime><endTime>2011-07-23T19:38:27.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>380354406313</itemId><title>New
|
298
|
+
Verne Q. Powell/Sonare open hole pro flute SF77BEF</title><globalId>EBAY-US</globalId><subtitle>handmade
|
299
|
+
Powell Signature headjoint list prce $3,598.00</subtitle><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/3803544063134040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/New-Verne-Q-Powell-Sonare-open-hole-pro-flute-SF77BEF-/380354406313?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>true</autoPay><postalCode>01970</postalCode><location>Salem,MA,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
300
|
+
currencyId="USD">0.0</shippingServiceCost><shippingType>CalculatedDomesticFlatInternational</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>true</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
301
|
+
currencyId="USD">1748.0</currentPrice><convertedCurrentPrice currencyId="USD">1748.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H14M29S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
|
302
|
+
currencyId="USD">1988.0</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">1988.0</convertedBuyItNowPrice><startTime>2011-07-13T19:39:38.000Z</startTime><endTime>2011-07-23T19:39:38.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>260820324329</itemId><title>*BRAND NEW*
|
303
|
+
Bb CLARINET CASE & KIT BEST!</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>47098</categoryId><categoryName>Bb
|
304
|
+
Soprano</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/2608203243294040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/BRAND-NEW-Bb-CLARINET-CASE-KIT-BEST-/260820324329?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>USA</location><country>US</country><shippingInfo><shippingServiceCost
|
305
|
+
currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
306
|
+
currencyId="USD">105.0</currentPrice><convertedCurrentPrice currencyId="USD">105.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H15M22S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
|
307
|
+
currencyId="USD">125.0</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">125.0</convertedBuyItNowPrice><startTime>2011-07-22T19:40:31.000Z</startTime><endTime>2011-07-23T19:40:31.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>270775920055</itemId><title>BRAND
|
308
|
+
NEW GEMEINHARDT 2SP FLUTE WITH FREE POLISH CLOTH!</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/2707759200554040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/BRAND-NEW-GEMEINHARDT-2SP-FLUTE-FREE-POLISH-CLOTH-/270775920055?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>true</autoPay><location>USA</location><country>US</country><shippingInfo><shippingServiceCost
|
309
|
+
currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
310
|
+
currencyId="USD">289.0</currentPrice><convertedCurrentPrice currencyId="USD">289.0</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P8DT8H29M21S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-02T02:49:30.000Z</startTime><endTime>2011-08-01T02:54:30.000Z</endTime><listingType>StoreInventory</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/270775920055_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>180697913286</itemId><title>Vintage
|
311
|
+
Dolnet Belair Alto Saxaphone in Case 1959-1962</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>119030</categoryId><categoryName>Vintage
|
312
|
+
(Pre-1980)</categoryName></primaryCategory><secondaryCategory><categoryId>16232</categoryId><categoryName>Alto</categoryName></secondaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/1806979132864040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Vintage-Dolnet-Belair-Alto-Saxaphone-Case-1959-1962-/180697913286?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>CashOnPickup</paymentMethod><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>21214</postalCode><location>Baltimore,MD,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
313
|
+
currencyId="USD">30.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
314
|
+
currencyId="USD">199.99</currentPrice><convertedCurrentPrice currencyId="USD">199.99</convertedCurrentPrice><bidCount>1</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H15M32S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T19:40:41.000Z</startTime><endTime>2011-07-23T19:40:41.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>140578520122</itemId><title>Yamaha
|
315
|
+
Tenor Advantage Saxophone</title><globalId>EBAY-US</globalId><subtitle>Model
|
316
|
+
YTS-200AD</subtitle><primaryCategory><categoryId>16234</categoryId><categoryName>Tenor</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/1405785201224040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Yamaha-Tenor-Advantage-Saxophone-/140578520122?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>24401</postalCode><location>Staunton,VA,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
317
|
+
currencyId="USD">39.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
318
|
+
currencyId="USD">799.99</currentPrice><convertedCurrentPrice currencyId="USD">799.99</convertedCurrentPrice><bidCount>1</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H16M53S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T19:43:03.000Z</startTime><endTime>2011-07-23T19:42:02.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/140578520122_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>3000</conditionId><conditionDisplayName>Used</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>300578331837</itemId><title>CLARINET
|
319
|
+
WOOD "OTELLO MILANO"Bb GREAT WOODY SOUND !!!</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>47098</categoryId><categoryName>Bb
|
320
|
+
Soprano</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/3005783318374040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/CLARINET-WOOD-OTELLO-MILANO-Bb-GREAT-WOODY-SOUND-/300578331837?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>60004</postalCode><location>Arlington
|
321
|
+
Heights,IL,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
322
|
+
currencyId="USD">10.95</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
323
|
+
currencyId="USD">149.9</currentPrice><convertedCurrentPrice currencyId="USD">149.9</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H16M53S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
|
324
|
+
currencyId="USD">199.9</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">199.9</convertedBuyItNowPrice><startTime>2011-07-16T19:42:02.000Z</startTime><endTime>2011-07-23T19:42:02.000Z</endTime><listingType>AuctionWithBIN</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>2500</conditionId><conditionDisplayName>Seller
|
325
|
+
refurbished</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>190557015353</itemId><title>Mendini
|
326
|
+
C Flute w/ Spilt E+Stand, Tuner & Book-6 Colors</title><globalId>EBAY-US</globalId><subtitle>With
|
327
|
+
Durable Case & Cleaning Kit~Instructors Approved</subtitle><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/1905570153534040002_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Mendini-C-Flute-w-Spilt-E-Stand-Tuner-Book-6-Colors-/190557015353?pt=LH_DefaultDomain_0&var=490022021707</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>true</autoPay><postalCode>91744</postalCode><location>La
|
328
|
+
Puente,CA,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
329
|
+
currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>true</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>CA</shipToLocations><shipToLocations>AU</shipToLocations><shipToLocations>MX</shipToLocations><shipToLocations>Europe</shipToLocations><shipToLocations>Asia</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
330
|
+
currencyId="USD">99.99</currentPrice><convertedCurrentPrice currencyId="USD">99.99</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P25DT23H36M12S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-19T17:56:21.000Z</startTime><endTime>2011-08-18T18:01:21.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>true</isMultiVariationListing></item><item><itemId>190557400680</itemId><title>Vintage
|
331
|
+
Roessler Recorder: West Germany circa 1960''s</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/1905574006804040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Vintage-Roessler-Recorder-West-Germany-circa-1960s-/190557400680?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>04950</postalCode><location>Madison,ME,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
332
|
+
currencyId="USD">10.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
333
|
+
currencyId="USD">42.99</currentPrice><convertedCurrentPrice currencyId="USD">42.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H17M1S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T19:43:11.000Z</startTime><endTime>2011-07-23T19:42:10.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>3000</conditionId><conditionDisplayName>Used</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>260819286618</itemId><title>VINTAGE
|
334
|
+
CONN SAXOPHONE USA CONN NEEDS UPDATING RESTO WK</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>16232</categoryId><categoryName>Alto</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2608192866184040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/VINTAGE-CONN-SAXOPHONE-USA-CONN-NEEDS-UPDATING-RESTO-WK-/260819286618?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>87110</postalCode><location>Albuquerque,NM,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
335
|
+
currencyId="USD">35.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
336
|
+
currencyId="USD">900.0</currentPrice><convertedCurrentPrice currencyId="USD">900.0</convertedCurrentPrice><bidCount>29</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H18M30S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T19:43:39.000Z</startTime><endTime>2011-07-23T19:43:39.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/260819286618_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>3000</conditionId><conditionDisplayName>Used</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>150635090564</itemId><title>BAND
|
337
|
+
C FLUTE - SILVER PLATED with Case & Accessories</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/1506350905644040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/BAND-C-FLUTE-SILVER-PLATED-Case-Accessories-/150635090564?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>USA</location><country>US</country><shippingInfo><shippingServiceCost
|
338
|
+
currencyId="USD">9.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
339
|
+
currencyId="USD">89.95</currentPrice><convertedCurrentPrice currencyId="USD">89.95</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H27M5S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T19:52:14.000Z</startTime><endTime>2011-07-23T19:52:14.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>190557015353</itemId><title>Mendini
|
340
|
+
C Flute w/ Spilt E+Stand, Tuner & Book-6 Colors</title><globalId>EBAY-US</globalId><subtitle>With
|
341
|
+
Durable Case & Cleaning Kit~Instructors Approved</subtitle><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/1905570153534040001_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Mendini-C-Flute-w-Spilt-E-Stand-Tuner-Book-6-Colors-/190557015353?pt=LH_DefaultDomain_0&var=490022021710</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>true</autoPay><postalCode>91744</postalCode><location>La
|
342
|
+
Puente,CA,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
343
|
+
currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>true</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>CA</shipToLocations><shipToLocations>AU</shipToLocations><shipToLocations>MX</shipToLocations><shipToLocations>Europe</shipToLocations><shipToLocations>Asia</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
344
|
+
currencyId="USD">99.99</currentPrice><convertedCurrentPrice currencyId="USD">99.99</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P25DT23H36M12S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-19T17:56:21.000Z</startTime><endTime>2011-08-18T18:01:21.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>true</isMultiVariationListing></item><item><itemId>250857629824</itemId><title>BRAND
|
345
|
+
NEW GOLDEN ALTO SAXOPHONE SAX+CASE & KIT,REEDS</title><globalId>EBAY-US</globalId><subtitle>FREE
|
346
|
+
SHIPPING!</subtitle><primaryCategory><categoryId>16232</categoryId><categoryName>Alto</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2508576298244040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/BRAND-NEW-GOLDEN-ALTO-SAXOPHONE-SAX-CASE-KIT-REEDS-/250857629824?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>USA</location><country>US</country><shippingInfo><shippingServiceCost
|
347
|
+
currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
348
|
+
currencyId="USD">239.0</currentPrice><convertedCurrentPrice currencyId="USD">239.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H30M11S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
|
349
|
+
currencyId="USD">279.0</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">279.0</convertedBuyItNowPrice><startTime>2011-07-22T19:55:20.000Z</startTime><endTime>2011-07-23T19:55:20.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>300580499227</itemId><title>MENDINI
|
350
|
+
ALTO SAX SAXOPHONE GOLD SILVER SCHOOL BAND+GIFT</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>16232</categoryId><categoryName>Alto</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/3005804992274040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/MENDINI-ALTO-SAX-SAXOPHONE-GOLD-SILVER-SCHOOL-BAND-GIFT-/300580499227?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><paymentMethod>VisaMC</paymentMethod><paymentMethod>Discover</paymentMethod><autoPay>false</autoPay><postalCode>91744</postalCode><location>La
|
351
|
+
Puente,CA,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
352
|
+
currencyId="USD">29.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>true</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>AU</shipToLocations><shipToLocations>Americas</shipToLocations><shipToLocations>Europe</shipToLocations><shipToLocations>Asia</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
353
|
+
currencyId="USD">218.95</currentPrice><convertedCurrentPrice currencyId="USD">218.95</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H35M7S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T20:00:16.000Z</startTime><endTime>2011-07-23T20:00:16.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>150634195877</itemId><title>Selmer
|
354
|
+
Signet 100 Wooden Clarinet with Selmer Case</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>47098</categoryId><categoryName>Bb
|
355
|
+
Soprano</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/1506341958774040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Selmer-Signet-100-Wooden-Clarinet-Selmer-Case-/150634195877?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>42003</postalCode><location>Paducah,KY,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>4</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
356
|
+
currencyId="USD">82.0</currentPrice><convertedCurrentPrice currencyId="USD">82.0</convertedCurrentPrice><bidCount>5</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H35M33S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T20:00:42.000Z</startTime><endTime>2011-07-23T20:00:42.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>300580499368</itemId><title>HOT
|
357
|
+
DEAL~MENDINI CONCERT CLARINET w/EVERYTHING YOU NEED</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>47098</categoryId><categoryName>Bb
|
358
|
+
Soprano</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/3005804993684040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/HOT-DEAL-MENDINI-CONCERT-CLARINET-w-EVERYTHING-YOU-NEED-/300580499368?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><paymentMethod>VisaMC</paymentMethod><paymentMethod>Discover</paymentMethod><autoPay>false</autoPay><postalCode>91744</postalCode><location>La
|
359
|
+
Puente,CA,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
360
|
+
currencyId="USD">19.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>true</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>AU</shipToLocations><shipToLocations>Americas</shipToLocations><shipToLocations>Europe</shipToLocations><shipToLocations>Asia</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
361
|
+
currencyId="USD">74.95</currentPrice><convertedCurrentPrice currencyId="USD">74.95</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H35M42S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T20:00:51.000Z</startTime><endTime>2011-07-23T20:00:51.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>190557015353</itemId><title>Mendini
|
362
|
+
C Flute w/ Spilt E+Stand, Tuner & Book-6 Colors</title><globalId>EBAY-US</globalId><subtitle>With
|
363
|
+
Durable Case & Cleaning Kit~Instructors Approved</subtitle><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/1905570153534040006_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Mendini-C-Flute-w-Spilt-E-Stand-Tuner-Book-6-Colors-/190557015353?pt=LH_DefaultDomain_0&var=490022021711</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>true</autoPay><postalCode>91744</postalCode><location>La
|
364
|
+
Puente,CA,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
365
|
+
currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>true</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>CA</shipToLocations><shipToLocations>AU</shipToLocations><shipToLocations>MX</shipToLocations><shipToLocations>Europe</shipToLocations><shipToLocations>Asia</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
366
|
+
currencyId="USD">99.99</currentPrice><convertedCurrentPrice currencyId="USD">99.99</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P25DT23H36M12S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-19T17:56:21.000Z</startTime><endTime>2011-08-18T18:01:21.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>true</isMultiVariationListing></item><item><itemId>300579767058</itemId><title>Selmer
|
367
|
+
" BUNDY " Bb Clarinet "SERVICED & READY TO PLAY</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>47098</categoryId><categoryName>Bb
|
368
|
+
Soprano</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/3005797670584040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Selmer-BUNDY-Bb-Clarinet-SERVICED-READY-PLAY-/300579767058?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>91601</postalCode><location>North
|
369
|
+
Hollywood,CA,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
370
|
+
currencyId="USD">11.5</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
371
|
+
currencyId="USD">159.0</currentPrice><convertedCurrentPrice currencyId="USD">159.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H41M17S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
|
372
|
+
currencyId="USD">175.0</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">175.0</convertedBuyItNowPrice><startTime>2011-07-20T20:06:26.000Z</startTime><endTime>2011-07-23T20:06:26.000Z</endTime><listingType>AuctionWithBIN</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>2500</conditionId><conditionDisplayName>Seller
|
373
|
+
refurbished</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>280710744018</itemId><title>Selmer
|
374
|
+
alto saxaphone model AS300 w/hardshell case</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>16232</categoryId><categoryName>Alto</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2807107440184040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Selmer-alto-saxaphone-model-AS300-w-hardshell-case-/280710744018?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>75418</postalCode><location>Bonham,TX,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
375
|
+
currencyId="USD">25.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>5</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
376
|
+
currencyId="USD">179.5</currentPrice><convertedCurrentPrice currencyId="USD">179.5</convertedCurrentPrice><bidCount>4</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H45M10S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T20:11:20.000Z</startTime><endTime>2011-07-23T20:10:19.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/280710744018_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>3000</conditionId><conditionDisplayName>Used</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>300579769843</itemId><title>Artley
|
377
|
+
Flute Usa</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/3005797698434040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Artley-Flute-Usa-/300579769843?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>60025</postalCode><location>Glenview,IL,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
378
|
+
currencyId="USD">10.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
379
|
+
currencyId="USD">51.54</currentPrice><convertedCurrentPrice currencyId="USD">51.54</convertedCurrentPrice><bidCount>3</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H48M59S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T20:14:08.000Z</startTime><endTime>2011-07-23T20:14: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>190557015353</itemId><title>Mendini
|
380
|
+
C Flute w/ Spilt E+Stand, Tuner & Book-6 Colors</title><globalId>EBAY-US</globalId><subtitle>With
|
381
|
+
Durable Case & Cleaning Kit~Instructors Approved</subtitle><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/1905570153534040005_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Mendini-C-Flute-w-Spilt-E-Stand-Tuner-Book-6-Colors-/190557015353?pt=LH_DefaultDomain_0&var=490022021712</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>true</autoPay><postalCode>91744</postalCode><location>La
|
382
|
+
Puente,CA,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
383
|
+
currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>true</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>CA</shipToLocations><shipToLocations>AU</shipToLocations><shipToLocations>MX</shipToLocations><shipToLocations>Europe</shipToLocations><shipToLocations>Asia</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
384
|
+
currencyId="USD">99.99</currentPrice><convertedCurrentPrice currencyId="USD">99.99</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P25DT23H36M12S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-19T17:56:21.000Z</startTime><endTime>2011-08-18T18:01:21.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>true</isMultiVariationListing></item><item><itemId>110716290476</itemId><title>Otto
|
385
|
+
Link 5 Star Metal Tenor Sax Mouthpiece</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>16234</categoryId><categoryName>Tenor</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/1107162904764040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Otto-Link-5-Star-Metal-Tenor-Sax-Mouthpiece-/110716290476?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>89142</postalCode><location>Las
|
386
|
+
Vegas,NV,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
387
|
+
currencyId="USD">6.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
388
|
+
currencyId="USD">148.5</currentPrice><convertedCurrentPrice currencyId="USD">148.5</convertedCurrentPrice><bidCount>9</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H49M13S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T20:14:22.000Z</startTime><endTime>2011-07-23T20:14:22.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>3000</conditionId><conditionDisplayName>Used</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>300578348407</itemId><title>GEMEINHARDT
|
389
|
+
2SP FLUTE - WONDERFUL STUDENT FLUTE</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/3005783484074040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/GEMEINHARDT-2SP-FLUTE-WONDERFUL-STUDENT-FLUTE-/300578348407?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>35983</postalCode><location>Leesburg,AL,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
390
|
+
currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
391
|
+
currencyId="USD">179.0</currentPrice><convertedCurrentPrice currencyId="USD">179.0</convertedCurrentPrice><bidCount>1</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H56M24S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T20:21:33.000Z</startTime><endTime>2011-07-23T20:21:33.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>2500</conditionId><conditionDisplayName>Seller
|
392
|
+
refurbished</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>160621355218</itemId><title>Selmer
|
393
|
+
Bundy II Alto Sax-- Sweet Sound NICE!!!</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>16232</categoryId><categoryName>Alto</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/1606213552184040_2.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Selmer-Bundy-II-Alto-Sax-Sweet-Sound-NICE-/160621355218?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>04062</postalCode><location>Windham,ME,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>5</handlingTime><shipToLocations>Americas</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
394
|
+
currencyId="USD">250.0</currentPrice><convertedCurrentPrice currencyId="USD">250.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H58M57S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T20:24:06.000Z</startTime><endTime>2011-07-23T20:24:06.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>3000</conditionId><conditionDisplayName>Used</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>190526521177</itemId><title>Bb
|
395
|
+
CLARINET Lazarro+TUNER,12 REEDS,BOOK,CASE,CARE KIT</title><globalId>EBAY-US</globalId><subtitle>12
|
396
|
+
COLORS~GOLD or SILVER Keys~AMAZING SOUND~Warranty</subtitle><primaryCategory><categoryId>47098</categoryId><categoryName>Bb
|
397
|
+
Soprano</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/1905265211774040_2.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Bb-CLARINET-Lazarro-TUNER-12-REEDS-BOOK-CASE-CARE-KIT-/190526521177?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>USA</location><country>US</country><shippingInfo><shippingServiceCost
|
398
|
+
currencyId="USD">19.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
399
|
+
currencyId="USD">79.99</currentPrice><convertedCurrentPrice currencyId="USD">79.99</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P0DT11H46M24S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-04-25T06:06:33.000Z</startTime><endTime>2011-07-24T06:11:33.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>300578349480</itemId><title>ARMSTRONG
|
400
|
+
FLUTE - MODEL 90 - SOLID SILVER </title><globalId>EBAY-US</globalId><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/3005783494804040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/ARMSTRONG-FLUTE-MODEL-90-SOLID-SILVER-/300578349480?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>35983</postalCode><location>Leesburg,AL,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
401
|
+
currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
402
|
+
currencyId="USD">399.0</currentPrice><convertedCurrentPrice currencyId="USD">399.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H59M20S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
|
403
|
+
currencyId="USD">449.0</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">449.0</convertedBuyItNowPrice><startTime>2011-07-16T20:24:29.000Z</startTime><endTime>2011-07-23T20:24:29.000Z</endTime><listingType>AuctionWithBIN</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>2500</conditionId><conditionDisplayName>Seller
|
404
|
+
refurbished</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>300578350539</itemId><title>GEMEINHARDT
|
405
|
+
SOLID SILVER 2S FLUTE EXCELLENT!</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/3005783505394040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/GEMEINHARDT-SOLID-SILVER-2S-FLUTE-EXCELLENT-/300578350539?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>35983</postalCode><location>Leesburg,AL,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
406
|
+
currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
407
|
+
currencyId="USD">399.0</currentPrice><convertedCurrentPrice currencyId="USD">399.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT2H2M10S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
|
408
|
+
currencyId="USD">459.0</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">459.0</convertedBuyItNowPrice><startTime>2011-07-16T20:27:19.000Z</startTime><endTime>2011-07-23T20:27:19.000Z</endTime><listingType>AuctionWithBIN</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>2500</conditionId><conditionDisplayName>Seller
|
409
|
+
refurbished</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>110716295835</itemId><title>USED
|
410
|
+
Selmer Bundy Bb Clarinet w/Case</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>47098</categoryId><categoryName>Bb
|
411
|
+
Soprano</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/1107162958354040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/USED-Selmer-Bundy-Bb-Clarinet-w-Case-/110716295835?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>65441</postalCode><location>Bourbon,MO,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
412
|
+
currencyId="USD">14.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
413
|
+
currencyId="USD">11.5</currentPrice><convertedCurrentPrice currencyId="USD">11.5</convertedCurrentPrice><bidCount>6</bidCount><sellingState>Active</sellingState><timeLeft>P0DT2H2M33S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T20:27:42.000Z</startTime><endTime>2011-07-23T20:27:42.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>7000</conditionId><conditionDisplayName>For
|
414
|
+
parts or not working</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>190557015353</itemId><title>Mendini
|
415
|
+
C Flute w/ Spilt E+Stand, Tuner & Book-6 Colors</title><globalId>EBAY-US</globalId><subtitle>With
|
416
|
+
Durable Case & Cleaning Kit~Instructors Approved</subtitle><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/1905570153534040003_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Mendini-C-Flute-w-Spilt-E-Stand-Tuner-Book-6-Colors-/190557015353?pt=LH_DefaultDomain_0&var=490022021708</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>true</autoPay><postalCode>91744</postalCode><location>La
|
417
|
+
Puente,CA,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
418
|
+
currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>true</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>CA</shipToLocations><shipToLocations>AU</shipToLocations><shipToLocations>MX</shipToLocations><shipToLocations>Europe</shipToLocations><shipToLocations>Asia</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
419
|
+
currencyId="USD">99.99</currentPrice><convertedCurrentPrice currencyId="USD">99.99</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P25DT23H36M12S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-19T17:56:21.000Z</startTime><endTime>2011-08-18T18:01:21.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>true</isMultiVariationListing></item><item><itemId>330591246050</itemId><title>12
|
420
|
+
Holes Alto Clay Ceramic Ocarina Flute Collectible</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/3305912460504040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/12-Holes-Alto-Clay-Ceramic-Ocarina-Flute-Collectible-/330591246050?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>Hong
|
421
|
+
Kong</location><country>HK</country><shippingInfo><shippingServiceCost currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>CA</shipToLocations><shipToLocations>Europe</shipToLocations><shipToLocations>Asia</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
422
|
+
currencyId="USD">22.99</currentPrice><convertedCurrentPrice currencyId="USD">22.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT2H4M4S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T20:29:13.000Z</startTime><endTime>2011-07-23T20:29:13.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>200631136247</itemId><title>Alto
|
423
|
+
Saxaphone Antigua Winds</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>16232</categoryId><categoryName>Alto</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/2006311362474040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Alto-Saxaphone-Antigua-Winds-/200631136247?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>USA</location><country>US</country><shippingInfo><shippingServiceCost
|
424
|
+
currencyId="USD">13.49</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
425
|
+
currencyId="USD">104.49</currentPrice><convertedCurrentPrice currencyId="USD">104.49</convertedCurrentPrice><bidCount>14</bidCount><sellingState>Active</sellingState><timeLeft>P0DT2H5M13S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T20:30:22.000Z</startTime><endTime>2011-07-23T20:30:22.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/200631136247_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>3000</conditionId><conditionDisplayName>Used</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>300578347664</itemId><title>BUNDY
|
426
|
+
Resonite by SELMER Clarinet with_Case_and_Mpc</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>47098</categoryId><categoryName>Bb
|
427
|
+
Soprano</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/3005783476644040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/BUNDY-Resonite-SELMER-Clarinet-with-Case-and-Mpc-/300578347664?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>60950</postalCode><location>Manteno,IL,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
428
|
+
currencyId="USD">18.0</currentPrice><convertedCurrentPrice currencyId="USD">18.0</convertedCurrentPrice><bidCount>17</bidCount><sellingState>Active</sellingState><timeLeft>P0DT2H5M16S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T20:30:25.000Z</startTime><endTime>2011-07-23T20:30:25.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>190557015353</itemId><title>Mendini
|
429
|
+
C Flute w/ Spilt E+Stand, Tuner & Book-6 Colors</title><globalId>EBAY-US</globalId><subtitle>With
|
430
|
+
Durable Case & Cleaning Kit~Instructors Approved</subtitle><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/1905570153534040004_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Mendini-C-Flute-w-Spilt-E-Stand-Tuner-Book-6-Colors-/190557015353?pt=LH_DefaultDomain_0&var=490022021709</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>true</autoPay><postalCode>91744</postalCode><location>La
|
431
|
+
Puente,CA,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
432
|
+
currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>true</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>CA</shipToLocations><shipToLocations>AU</shipToLocations><shipToLocations>MX</shipToLocations><shipToLocations>Europe</shipToLocations><shipToLocations>Asia</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
433
|
+
currencyId="USD">99.99</currentPrice><convertedCurrentPrice currencyId="USD">99.99</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P25DT23H36M12S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-19T17:56:21.000Z</startTime><endTime>2011-08-18T18:01:21.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>true</isMultiVariationListing></item><item><itemId>230648213332</itemId><title>Antique
|
434
|
+
Selmer B Flat Clarinet</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>47098</categoryId><categoryName>Bb
|
435
|
+
Soprano</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2306482133324040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Antique-Selmer-B-Flat-Clarinet-/230648213332?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>17815</postalCode><location>Bloomsburg,PA,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
436
|
+
currencyId="USD">14.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
437
|
+
currencyId="USD">22.5</currentPrice><convertedCurrentPrice currencyId="USD">22.5</convertedCurrentPrice><bidCount>3</bidCount><sellingState>Active</sellingState><timeLeft>P0DT2H9M1S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T20:35:11.000Z</startTime><endTime>2011-07-23T20:34:10.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>3000</conditionId><conditionDisplayName>Used</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>180697933916</itemId><title>ALTO
|
438
|
+
SAX</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>16232</categoryId><categoryName>Alto</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/1806979339164040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/ALTO-SAX-/180697933916?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>73160</postalCode><location>Oklahoma
|
439
|
+
City,OK,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
440
|
+
currencyId="USD">25.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
441
|
+
currencyId="USD">99.0</currentPrice><convertedCurrentPrice currencyId="USD">99.0</convertedCurrentPrice><bidCount>1</bidCount><sellingState>Active</sellingState><timeLeft>P0DT2H10M45S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T20:35:54.000Z</startTime><endTime>2011-07-23T20:35:54.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>3000</conditionId><conditionDisplayName>Used</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>280710756049</itemId><title>Avanti-Brannen
|
442
|
+
Hand-cut Solid Silver Flute Headjoint</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/2807107560494040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Avanti-Brannen-Hand-cut-Solid-Silver-Flute-Headjoint-/280710756049?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>43334</postalCode><location>Marengo,OH,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
443
|
+
currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
444
|
+
currencyId="USD">450.0</currentPrice><convertedCurrentPrice currencyId="USD">450.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT2H15M7S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
|
445
|
+
currencyId="USD">500.0</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">500.0</convertedBuyItNowPrice><startTime>2011-07-16T20:40:16.000Z</startTime><endTime>2011-07-23T20:40:16.000Z</endTime><listingType>AuctionWithBIN</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/280710756049_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>3000</conditionId><conditionDisplayName>Used</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>370439705870</itemId><title>NEW
|
446
|
+
GOLD LACQUER BRASS Eb ALTO SAXOPHONE OUTFIT+$39GIFT</title><globalId>EBAY-US</globalId><subtitle>PRO
|
447
|
+
CASE,CARE KIT,1 YEAR WARRANTY,FREE LESSONS</subtitle><primaryCategory><categoryId>16232</categoryId><categoryName>Alto</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/3704397058704040_2.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/NEW-GOLD-LACQUER-BRASS-Eb-ALTO-SAXOPHONE-OUTFIT-39GIFT-/370439705870?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><paymentMethod>VisaMC</paymentMethod><paymentMethod>Discover</paymentMethod><autoPay>false</autoPay><postalCode>91744</postalCode><location>La
|
448
|
+
Puente,CA,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
449
|
+
currencyId="USD">29.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>true</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>AU</shipToLocations><shipToLocations>Americas</shipToLocations><shipToLocations>Europe</shipToLocations><shipToLocations>Asia</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
450
|
+
currencyId="USD">238.95</currentPrice><convertedCurrentPrice currencyId="USD">238.95</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P4DT22H50M14S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2010-10-01T17:10:23.000Z</startTime><endTime>2011-07-28T17:15:23.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/370439705870_1_1_1.jpg</galleryPlusPictureURL><condition><conditionId>1000</conditionId><conditionDisplayName>New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>220815097924</itemId><title>Old
|
451
|
+
Elkhart Buescher Alto Sax Project Vintage No Resrv</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>119030</categoryId><categoryName>Vintage
|
452
|
+
(Pre-1980)</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2208150979244040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Old-Elkhart-Buescher-Alto-Sax-Project-Vintage-No-Resrv-/220815097924?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>97214</postalCode><location>Portland,OR,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
453
|
+
currencyId="USD">30.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
454
|
+
currencyId="USD">107.5</currentPrice><convertedCurrentPrice currencyId="USD">107.5</convertedCurrentPrice><bidCount>3</bidCount><sellingState>Active</sellingState><timeLeft>P0DT2H21M46S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T20:46:55.000Z</startTime><endTime>2011-07-23T20:46:55.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>170669131392</itemId><title>SELMER
|
455
|
+
CENTERED TONE CLARINET.Vintage Q series, Nice</title><globalId>EBAY-US</globalId><subtitle>Professional
|
456
|
+
Performance grenadilla wood made in France</subtitle><primaryCategory><categoryId>47098</categoryId><categoryName>Bb
|
457
|
+
Soprano</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/1706691313924040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/SELMER-CENTERED-TONE-CLARINET-Vintage-Q-series-Nice-/170669131392?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>33594</postalCode><location>Valrico,FL,USA</location><country>US</country><shippingInfo><shippingServiceCost
|
458
|
+
currencyId="USD">35.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
459
|
+
currencyId="USD">530.0</currentPrice><convertedCurrentPrice currencyId="USD">530.0</convertedCurrentPrice><bidCount>4</bidCount><sellingState>Active</sellingState><timeLeft>P0DT2H27M59S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T20:53:08.000Z</startTime><endTime>2011-07-23T20:53:08.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/170669131392_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>3000</conditionId><conditionDisplayName>Used</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>170669133688</itemId><title>Dean
|
460
|
+
Young Amber Closed Hole Flute w/ Case NO RESERVE</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>10183</categoryId><categoryName>Flute</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/1706691336884040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Dean-Young-Amber-Closed-Hole-Flute-w-Case-NO-RESERVE-/170669133688?pt=LH_DefaultDomain_0</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>USA</location><country>US</country><shippingInfo><shippingServiceCost
|
461
|
+
currencyId="USD">13.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
|
462
|
+
currencyId="USD">70.99</currentPrice><convertedCurrentPrice currencyId="USD">70.99</convertedCurrentPrice><bidCount>15</bidCount><sellingState>Active</sellingState><timeLeft>P0DT2H34M56S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T21:00:05.000Z</startTime><endTime>2011-07-23T21:00:05.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>3000</conditionId><conditionDisplayName>Used</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item></searchResult><paginationOutput><pageNumber>1</pageNumber><entriesPerPage>100</entriesPerPage><totalPages>250</totalPages><totalEntries>24984</totalEntries></paginationOutput><itemSearchURL>http://shop.ebay.com/10181/i.html?_ddo=1&_ipg=100&_pgn=1</itemSearchURL></findItemsByCategoryResponse>'
|
463
|
+
http_version: '1.1'
|