<ProductInfo xmlns:xsi="...">
   <Details url="...">
      <Asin>2290319740</Asin>
      <ProductName>Je Parler Francais</ProductName>
      <Catalog>Book</Catalog>
      <Authors>
         <Author>David Sedaris</Author>
      </Authors>
      <ReleaseDate>January, 2003</ReleaseDate>
      <Manufacturer>J Ai Lu Editions</Manufacturer>
      <ImageUrlSmall>.../2290319740.01.THUMBZZZ.jpg</ImageUrlSmall>
      <ImageUrlMedium>.../2290319740.01.MZZZZZZZ.jpg</ImageUrlMedium>
      <ImageUrlLarge>.../2290319740.01.LZZZZZZZ.jpg</ImageUrlLarge>
      <ListPrice>$14.95</ListPrice>
      <OurPrice>$10.47</OurPrice>
   </Details>
</ProductInfo>

Example 1: XML result from fetching an Amazon.com wish list URL.

Back to Article