1<?xml version="1.0" encoding="UTF-8"?>
2<ItemLookupResponse xmlns="http://webservices.amazon.com/AWSECommerceService/2007-01-15">
3  <Items>
4    <Item>
5      <ASIN>0439784549</ASIN>
6      <SalesRank>232</SalesRank>
7      <ItemAttributes>
8        <Author>J.K. Rowling</Author>
9        <Binding>Hardcover</Binding>
10        <Creator Role="Illustrator">Mary GrandPré</Creator>
11        <EAN>9780439784542</EAN>
12        <ISBN>0439784549</ISBN>
13        <Label>Scholastic, Inc.</Label>
14        <ListPrice>
15          <Amount>2999</Amount>
16          <CurrencyCode>USD</CurrencyCode>
17          <FormattedPrice>$29.99</FormattedPrice>
18        </ListPrice>
19        <Manufacturer>Scholastic, Inc.</Manufacturer>
20        <NumberOfItems>1</NumberOfItems>
21        <NumberOfPages>652</NumberOfPages>
22        <PackageDimensions>
23          <Height Units="hundredths-inches">187</Height>
24          <Length Units="hundredths-inches">978</Length>
25          <Weight Units="hundredths-pounds">235</Weight>
26          <Width Units="hundredths-inches">636</Width>
27        </PackageDimensions>
28        <ProductGroup>Book</ProductGroup>
29        <PublicationDate>2005-07-16</PublicationDate>
30        <Publisher>Scholastic, Inc.</Publisher>
31        <ReadingLevel>Ages 9-12</ReadingLevel>
32        <ReleaseDate>2005-07-16</ReleaseDate>
33        <Studio>Scholastic, Inc.</Studio>
34        <Title>Harry Potter and the Half-Blood Prince (Book 6)</Title>
35      </ItemAttributes>
36      <OfferSummary>
37        <LowestNewPrice>
38          <Amount>998</Amount>
39          <CurrencyCode>USD</CurrencyCode>
40          <FormattedPrice>$9.98</FormattedPrice>
41        </LowestNewPrice>
42        <LowestUsedPrice>
43          <Amount>226</Amount>
44          <CurrencyCode>USD</CurrencyCode>
45          <FormattedPrice>$2.26</FormattedPrice>
46        </LowestUsedPrice>
47        <LowestCollectiblePrice>
48          <Amount>2999</Amount>
49          <CurrencyCode>USD</CurrencyCode>
50          <FormattedPrice>$29.99</FormattedPrice>
51        </LowestCollectiblePrice>
52        <TotalNew>136</TotalNew>
53        <TotalUsed>301</TotalUsed>
54        <TotalCollectible>73</TotalCollectible>
55        <TotalRefurbished>0</TotalRefurbished>
56      </OfferSummary>
57    </Item>
58  </Items>
59</ItemLookupResponse>
60