Advertisement
Guest User

AWS ItemLookup Example

a guest
Jul 26th, 2012
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 35.63 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <ItemLookupResponse xmlns="http://webservices.amazon.com/AWSECommerceService/2011-08-01">
  3.   <OperationRequest>
  4.     <RequestId>6e6d8b51-9e6e-4d18-aae8-daa6e5589d09</RequestId>
  5.     <Arguments>
  6.       <Argument Name="ItemLookup.1.IdType" Value="UPC"/>
  7.       <Argument Name="ItemLookup.1.Brand"/>
  8.       <Argument Name="ItemLookup.1.SearchIndex" Value="OfficeProducts"/>
  9.       <Argument Name="Operation" Value="ItemLookup"/>
  10.       <Argument Name="Service" Value="AWSECommerceService"/>
  11.       <Argument Name="ItemLookup.1.ItemId" Value="036500101794"/>
  12.       <Argument Name="AWSAccessKeyId" Value="AKIAJA6G34WBXO5Z2JGA"/>
  13.       <Argument Name="Timestamp" Value="2012-07-26T16:10:57.812Z"/>
  14.       <Argument Name="Signature" Value="mt3fNV++7deSVrWUqCe+97e19H1wWT+OQvM/Dh23gzs="/>
  15.       <Argument Name="ItemLookup.1.Sort"/>
  16.       <Argument Name="ItemLookup.2.Keywords"/>
  17.       <Argument Name="ResponseGroup" Value="ItemAttributes,Images,OfferListings"/>
  18.       <Argument Name="ItemLookup.1.Keywords"/>
  19.       <Argument Name="Availability" Value="Available"/>
  20.       <Argument Name="ItemLookup.2.Brand"/>
  21.       <Argument Name="ItemLookup.2.IdType" Value="EAN"/>
  22.       <Argument Name="AssociateTag" Value="examplecom-20"/>
  23.       <Argument Name="ItemLookup.2.ItemId" Value="5011363525517"/>
  24.       <Argument Name="ItemLookup.1.Manufacturer"/>
  25.       <Argument Name="ItemLookup.2.SearchIndex" Value="Toys"/>
  26.       <Argument Name="ItemLookup.2.Manufacturer"/>
  27.       <Argument Name="ItemLookup.2.Sort"/>
  28.     </Arguments>
  29.     <RequestProcessingTime>0.0607150000000000</RequestProcessingTime>
  30.   </OperationRequest>
  31.   <Items>
  32.     <Request>
  33.       <IsValid>True</IsValid>
  34.       <ItemLookupRequest>
  35.         <IdType>UPC</IdType>
  36.         <ItemId>036500101794</ItemId>
  37.         <ResponseGroup>ItemAttributes</ResponseGroup>
  38.         <ResponseGroup>Images</ResponseGroup>
  39.         <ResponseGroup>OfferListings</ResponseGroup>
  40.         <SearchIndex>OfficeProducts</SearchIndex>
  41.         <VariationPage>All</VariationPage>
  42.       </ItemLookupRequest>
  43.     </Request>
  44.     <Item>
  45.       <ASIN>B004WL0L9S</ASIN>
  46.       <DetailPageURL>http://www.amazon.com/Inches-Letter-Bright-Sheets-998067R/dp/B004WL0L9S%3FSubscriptionId%3DAKIAJA6G34WBXO5Z2JGA%26tag%3Dexamplecom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB004WL0L9S</DetailPageURL>
  47.       <ItemLinks>
  48.         <ItemLink>
  49.           <Description>Technical Details</Description>
  50.           <URL>http://www.amazon.com/Inches-Letter-Bright-Sheets-998067R/dp/tech-data/B004WL0L9S%3FSubscriptionId%3DAKIAJA6G34WBXO5Z2JGA%26tag%3Dexamplecom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3DB004WL0L9S</URL>
  51.         </ItemLink>
  52.         <ItemLink>
  53.           <Description>Add To Baby Registry</Description>
  54.           <URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3DB004WL0L9S%26SubscriptionId%3DAKIAJA6G34WBXO5Z2JGA%26tag%3Dexamplecom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3DB004WL0L9S</URL>
  55.         </ItemLink>
  56.         <ItemLink>
  57.           <Description>Add To Wedding Registry</Description>
  58.           <URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3DB004WL0L9S%26SubscriptionId%3DAKIAJA6G34WBXO5Z2JGA%26tag%3Dexamplecom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3DB004WL0L9S</URL>
  59.         </ItemLink>
  60.         <ItemLink>
  61.           <Description>Add To Wishlist</Description>
  62.           <URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3DB004WL0L9S%26SubscriptionId%3DAKIAJA6G34WBXO5Z2JGA%26tag%3Dexamplecom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3DB004WL0L9S</URL>
  63.         </ItemLink>
  64.         <ItemLink>
  65.           <Description>Tell A Friend</Description>
  66.           <URL>http://www.amazon.com/gp/pdp/taf/B004WL0L9S%3FSubscriptionId%3DAKIAJA6G34WBXO5Z2JGA%26tag%3Dexamplecom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3DB004WL0L9S</URL>
  67.         </ItemLink>
  68.         <ItemLink>
  69.           <Description>All Customer Reviews</Description>
  70.           <URL>http://www.amazon.com/review/product/B004WL0L9S%3FSubscriptionId%3DAKIAJA6G34WBXO5Z2JGA%26tag%3Dexamplecom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3DB004WL0L9S</UR
  71. L>
  72.         </ItemLink>
  73.         <ItemLink>
  74.           <Description>All Offers</Description>
  75.           <URL>http://www.amazon.com/gp/offer-listing/B004WL0L9S%3FSubscriptionId%3DAKIAJA6G34WBXO5Z2JGA%26tag%3Dexamplecom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3DB004WL0L9S</\URL>
  76.         </ItemLink>
  77.       </ItemLinks>
  78.       <SmallImage>
  79.         <URL>http://ecx.images-amazon.com/images/I/41cY6vAR1WL._SL75_.jpg</URL>
  80.         <Height Units="pixels">75</Height>
  81.         <Width Units="pixels">58</Width>
  82.       </SmallImage>
  83.       <MediumImage>
  84.         <URL>http://ecx.images-amazon.com/images/I/41cY6vAR1WL._SL160_.jpg</URL>
  85.         <Height Units="pixels">160</Height>
  86.         <Width Units="pixels">124</Width>
  87.       </MediumImage>
  88.       <LargeImage>
  89.         <URL>http://ecx.images-amazon.com/images/I/41cY6vAR1WL.jpg</URL>
  90.         <Height Units="pixels">500</Height>
  91.         <Width Units="pixels">386</Width>
  92.       </LargeImage>
  93.       <ImageSets>
  94.         <ImageSet Category="primary">
  95.           <SwatchImage>
  96.             <URL>http://ecx.images-amazon.com/images/I/41cY6vAR1WL._SL30_.jpg</URL>
  97.             <Height Units="pixels">30</Height>
  98.             <Width Units="pixels">23</Width>
  99.           </SwatchImage>
  100.           <SmallImage>
  101.             <URL>http://ecx.images-amazon.com/images/I/41cY6vAR1WL._SL75_.jpg</URL>
  102.             <Height Units="pixels">75</Height>
  103.             <Width Units="pixels">58</Width>
  104.           </SmallImage>
  105.           <ThumbnailImage>
  106.             <URL>http://ecx.images-amazon.com/images/I/41cY6vAR1WL._SL75_.jpg</URL>
  107.             <Height Units="pixels">75</Height>
  108.             <Width Units="pixels">58</Width>
  109.           </ThumbnailImage>
  110.           <TinyImage>
  111.             <URL>http://ecx.images-amazon.com/images/I/41cY6vAR1WL._SL110_.jpg</URL>
  112.             <Height Units="pixels">110</Height>
  113.             <Width Units="pixels">85</Width>
  114.           </TinyImage>
  115.           <MediumImage>
  116.             <URL>http://ecx.images-amazon.com/images/I/41cY6vAR1WL._SL160_.jpg</URL>
  117.             <Height Units="pixels">160</Height>
  118.             <Width Units="pixels">124</Width>
  119.           </MediumImage>
  120.           <LargeImage>
  121.             <URL>http://ecx.images-amazon.com/images/I/41cY6vAR1WL.jpg</URL>
  122.             <Height Units="pixels">500</Height>
  123.             <Width Units="pixels">386</Width>
  124.           </LargeImage>
  125.         </ImageSet>
  126.       </ImageSets>
  127.       <ItemAttributes>
  128.         <Binding>Office Product</Binding>
  129.         <Brand>Georgia-Pacific</Brand>
  130.         <Color>White</Color>
  131.         <EAN>0036500101794</EAN>
  132.         <EANList>
  133.           <EANListElement>0036500101794</EANListElement>
  134.         </EANList>
  135.         <Feature>92 bright white, 20 lb standard weight</Feature>
  136.         <Feature>8.5 x 11 Inches letter size paper, Ream of 500 sheets</Feature>
  137.         <Feature>Acid free for archivability</Feature>
  138.         <Feature>Sustainable Forestry Initiative Certified - Fiber Sourcing Standard</Feature>
  139.         <Label>Pyle</Label>
  140.         <Manufacturer>Pyle</Manufacturer>
  141.         <Model>998067R</Model>
  142.         <MPN>998067R</MPN>
  143.         <NumberOfItems>1</NumberOfItems>
  144.         <PackageDimensions>
  145.           <Height Units="hundredths-inches">200</Height>
  146.           <Length Units="hundredths-inches">1120</Length>
  147.           <Weight Units="hundredths-pounds">585</Weight>
  148.           <Width Units="hundredths-inches">860</Width>
  149.         </PackageDimensions>
  150.         <PackageQuantity>1</PackageQuantity>
  151.         <PartNumber>998067R</PartNumber>
  152.         <ProductGroup>Office Product</ProductGroup>
  153.         <ProductTypeName>PAPER_PRODUCT</ProductTypeName>
  154.         <Publisher>Pyle</Publisher>
  155.         <SKU>AM-GP Copy &amp; Print</SKU>
  156.         <Studio>Pyle</Studio>
  157.         <Title>GP Copy &amp; Print Paper, 8.5 x 11 Inches Letter Size, 92 Bright White, 20 Lb, Ream of 500 Sheets (998067R)</Title>
  158.         <UPC>036500101794</UPC>
  159.         <UPCList>
  160.           <UPCListElement>036500101794</UPCListElement>
  161.         </UPCList>
  162.       </ItemAttributes>
  163.       <Offers>
  164.         <TotalOffers>1</TotalOffers>
  165.         <TotalOfferPages>1</TotalOfferPages>
  166.         <MoreOffersUrl>http://www.amazon.com/gp/offer-listing/B004WL0L9S%3FSubscriptionId%3DAKIAJA6G34WBXO5Z2JGA%26tag%3Dexamplecom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3DB004\WL0L9S</MoreOffersUrl>
  167.         <Offer>
  168.           <OfferAttributes>
  169.             <Condition>New</Condition>
  170.           </OfferAttributes>
  171.           <OfferListing>
  172.             <OfferListingId>4aO2A%2BYNUzkCVIepMPZbZxzeXpaoLYjauBE2EsL8%2BXFym%2BISy8V4cZK%2FLBeQB0WsSsLYkweYtkQZ4T8pUuuqUupOSocameXB4MWiXw1MTQtalL9bB5%2BMOw%3D%3D</OfferListingId>
  173.             <Price>
  174.               <Amount>469</Amount>
  175.               <CurrencyCode>USD</CurrencyCode>
  176.               <FormattedPrice>$4.69</FormattedPrice>
  177.             </Price>
  178.             <Availability>Usually ships in 24 hours</Availability>
  179.             <AvailabilityAttributes>
  180.               <AvailabilityType>now</AvailabilityType>
  181.               <MinimumHours>0</MinimumHours>
  182.               <MaximumHours>0</MaximumHours>
  183.             </AvailabilityAttributes>
  184.             <IsEligibleForSuperSaverShipping>1</IsEligibleForSuperSaverShipping>
  185.           </OfferListing>
  186.         </Offer>
  187.       </Offers>
  188.     </Item>
  189.   </Items>
  190.   <Items>
  191.     <Request>
  192.       <IsValid>True</IsValid>
  193.       <ItemLookupRequest>
  194.         <IdType>EAN</IdType>
  195.         <ItemId>5011363525517</ItemId>
  196.         <ResponseGroup>ItemAttributes</ResponseGroup>
  197.         <ResponseGroup>Images</ResponseGroup>
  198.         <ResponseGroup>OfferListings</ResponseGroup>
  199.         <SearchIndex>Toys</SearchIndex>
  200.         <VariationPage>All</VariationPage>
  201.       </ItemLookupRequest>
  202.     </Request>
  203.     <Item>
  204.       <ASIN>B0042ET8OO</ASIN>
  205.       <DetailPageURL>http://www.amazon.com/Mattel-T8130-Othello-Game/dp/B0042ET8OO%3FSubscriptionId%3DAKIAJA6G34WBXO5Z2JGA%26tag%3Dexamplecom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB0042ET8OO</DetailPageURL>
  206.       <ItemLinks>
  207.         <ItemLink>
  208.           <Description>Technical Details</Description>
  209.           <URL>http://www.amazon.com/Mattel-T8130-Othello-Game/dp/tech-data/B0042ET8OO%3FSubscriptionId%3DAKIAJA6G34WBXO5Z2JGA%26tag%3Dexamplecom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3DB0042ET8OO</URL>
  210.         </ItemLink>
  211.         <ItemLink>
  212.           <Description>Add To Baby Registry</Description>
  213.           <URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3DB0042ET8OO%26SubscriptionId%3DAKIAJA6G34WBXO5Z2JGA%26tag%3Dexamplecom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3DB0042ET8OO</URL>
  214.         </ItemLink>
  215.         <ItemLink>
  216.           <Description>Add To Wedding Registry</Description>
  217.           <URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3DB0042ET8OO%26SubscriptionId%3DAKIAJA6G34WBXO5Z2JGA%26tag%3Dexamplecom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3DB0042ET8OO</URL>
  218.         </ItemLink>
  219.         <ItemLink>
  220.           <Description>Add To Wishlist</Description>
  221.           <URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3DB0042ET8OO%26SubscriptionId%3DAKIAJA6G34WBXO5Z2JGA%26tag%3Dexamplecom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3DB0042ET8OO</URL>
  222.         </ItemLink>
  223.         <ItemLink>
  224.           <Description>Tell A Friend</Description>
  225.           <URL>http://www.amazon.com/gp/pdp/taf/B0042ET8OO%3FSubscriptionId%3DAKIAJA6G34WBXO5Z2JGA%26tag%3Dexamplecom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3DB0042ET8OO</URL>
  226.         </ItemLink>
  227.         <ItemLink>
  228.           <Description>All Customer Reviews</Description>
  229.           <URL>http://www.amazon.com/review/product/B0042ET8OO%3FSubscriptionId%3DAKIAJA6G34WBXO5Z2JGA%26tag%3Dexamplecom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3DB0042ET8OO</UR
  230. L>
  231.         </ItemLink>
  232.         <ItemLink>
  233.           <Description>All Offers</Description>
  234.           <URL>http://www.amazon.com/gp/offer-listing/B0042ET8OO%3FSubscriptionId%3DAKIAJA6G34WBXO5Z2JGA%26tag%3Dexamplecom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3DB0042ET8OO</URL>
  235.         </ItemLink>
  236.       </ItemLinks>
  237.       <SmallImage>
  238.         <URL>http://ecx.images-amazon.com/images/I/41mQRTLNo6L._SL75_.jpg</URL>
  239.         <Height Units="pixels">56</Height>
  240.         <Width Units="pixels">75</Width>
  241.       </SmallImage>
  242.       <MediumImage>
  243.         <URL>http://ecx.images-amazon.com/images/I/41mQRTLNo6L._SL160_.jpg</URL>
  244.         <Height Units="pixels">120</Height>
  245.         <Width Units="pixels">160</Width>
  246.       </MediumImage>
  247.       <LargeImage>
  248.         <URL>http://ecx.images-amazon.com/images/I/41mQRTLNo6L.jpg</URL>
  249.         <Height Units="pixels">375</Height>
  250.         <Width Units="pixels">500</Width>
  251.       </LargeImage>
  252.       <ImageSets>
  253.         <ImageSet Category="primary">
  254.           <SwatchImage>
  255.             <URL>http://ecx.images-amazon.com/images/I/41mQRTLNo6L._SL30_.jpg</URL>
  256.             <Height Units="pixels">22</Height>
  257.             <Width Units="pixels">30</Width>
  258.           </SwatchImage>
  259.           <SmallImage>
  260.             <URL>http://ecx.images-amazon.com/images/I/41mQRTLNo6L._SL75_.jpg</URL>
  261.             <Height Units="pixels">56</Height>
  262.             <Width Units="pixels">75</Width>
  263.           </SmallImage>
  264.           <ThumbnailImage>
  265.             <URL>http://ecx.images-amazon.com/images/I/41mQRTLNo6L._SL75_.jpg</URL>
  266.             <Height Units="pixels">56</Height>
  267.             <Width Units="pixels">75</Width>
  268.           </ThumbnailImage>
  269.           <TinyImage>
  270.             <URL>http://ecx.images-amazon.com/images/I/41mQRTLNo6L._SL110_.jpg</URL>
  271.             <Height Units="pixels">82</Height>
  272.             <Width Units="pixels">110</Width>
  273.           </TinyImage>
  274.           <MediumImage>
  275.             <URL>http://ecx.images-amazon.com/images/I/41mQRTLNo6L._SL160_.jpg</URL>
  276.             <Height Units="pixels">120</Height>
  277.             <Width Units="pixels">160</Width>
  278.           </MediumImage>
  279.           <LargeImage>
  280.             <URL>http://ecx.images-amazon.com/images/I/41mQRTLNo6L.jpg</URL>
  281.             <Height Units="pixels">375</Height>
  282.             <Width Units="pixels">500</Width>
  283.           </LargeImage>
  284.         </ImageSet>
  285.         <ImageSet Category="variant">
  286.           <SwatchImage>
  287.             <URL>http://ecx.images-amazon.com/images/I/51g45SQOUDL._SL30_.jpg</URL>
  288.             <Height Units="pixels">22</Height>
  289.             <Width Units="pixels">30</Width>
  290.           </SwatchImage>
  291.           <SmallImage>
  292.             <URL>http://ecx.images-amazon.com/images/I/51g45SQOUDL._SL75_.jpg</URL>
  293.             <Height Units="pixels">56</Height>
  294.             <Width Units="pixels">75</Width>
  295.           </SmallImage>
  296.           <ThumbnailImage>
  297.             <URL>http://ecx.images-amazon.com/images/I/51g45SQOUDL._SL75_.jpg</URL>
  298.             <Height Units="pixels">56</Height>
  299.             <Width Units="pixels">75</Width>
  300.           </ThumbnailImage>
  301.           <TinyImage>
  302.             <URL>http://ecx.images-amazon.com/images/I/51g45SQOUDL._SL110_.jpg</URL>
  303.             <Height Units="pixels">82</Height>
  304.             <Width Units="pixels">110</Width>
  305.           </TinyImage>
  306.           <MediumImage>
  307.             <URL>http://ecx.images-amazon.com/images/I/51g45SQOUDL._SL160_.jpg</URL>
  308.             <Height Units="pixels">120</Height>
  309.             <Width Units="pixels">160</Width>
  310.           </MediumImage>
  311.           <LargeImage>
  312.             <URL>http://ecx.images-amazon.com/images/I/51g45SQOUDL.jpg</URL>
  313.             <Height Units="pixels">375</Height>
  314.             <Width Units="pixels">500</Width>
  315.           </LargeImage>
  316.         </ImageSet>
  317.         <ImageSet Category="variant">
  318.           <SwatchImage>
  319.             <URL>http://ecx.images-amazon.com/images/I/418XtpyC0rL._SL30_.jpg</URL>
  320.             <Height Units="pixels">21</Height>
  321.             <Width Units="pixels">30</Width>
  322.           </SwatchImage>
  323.           <SmallImage>
  324.             <URL>http://ecx.images-amazon.com/images/I/418XtpyC0rL._SL75_.jpg</URL>
  325.             <Height Units="pixels">51</Height>
  326.             <Width Units="pixels">75</Width>
  327.           </SmallImage>
  328.           <ThumbnailImage>
  329.             <URL>http://ecx.images-amazon.com/images/I/418XtpyC0rL._SL75_.jpg</URL>
  330.             <Height Units="pixels">51</Height>
  331.             <Width Units="pixels">75</Width>
  332.           </ThumbnailImage>
  333.           <TinyImage>
  334.             <URL>http://ecx.images-amazon.com/images/I/418XtpyC0rL._SL110_.jpg</URL>
  335.             <Height Units="pixels">75</Height>
  336.             <Width Units="pixels">110</Width>
  337.           </TinyImage>
  338.           <MediumImage>
  339.             <URL>http://ecx.images-amazon.com/images/I/418XtpyC0rL._SL160_.jpg</URL>
  340.             <Height Units="pixels">109</Height>
  341.             <Width Units="pixels">160</Width>
  342.           </MediumImage>
  343.           <LargeImage>
  344.             <URL>http://ecx.images-amazon.com/images/I/418XtpyC0rL.jpg</URL>
  345.             <Height Units="pixels">342</Height>
  346.             <Width Units="pixels">500</Width>
  347.           </LargeImage>
  348.         </ImageSet>
  349.         <ImageSet Category="variant">
  350.           <SwatchImage>
  351.             <URL>http://ecx.images-amazon.com/images/I/51gPoGoY8eL._SL30_.jpg</URL>
  352.             <Height Units="pixels">22</Height>
  353.             <Width Units="pixels">30</Width>
  354.           </SwatchImage>
  355.           <SmallImage>
  356.             <URL>http://ecx.images-amazon.com/images/I/51gPoGoY8eL._SL75_.jpg</URL>
  357.             <Height Units="pixels">56</Height>
  358.             <Width Units="pixels">75</Width>
  359.           </SmallImage>
  360.           <ThumbnailImage>
  361.             <URL>http://ecx.images-amazon.com/images/I/51gPoGoY8eL._SL75_.jpg</URL>
  362.             <Height Units="pixels">56</Height>
  363.             <Width Units="pixels">75</Width>
  364.           </ThumbnailImage>
  365.           <TinyImage>
  366.             <URL>http://ecx.images-amazon.com/images/I/51gPoGoY8eL._SL110_.jpg</URL>
  367.             <Height Units="pixels">82</Height>
  368.             <Width Units="pixels">110</Width>
  369.           </TinyImage>
  370.           <MediumImage>
  371.             <URL>http://ecx.images-amazon.com/images/I/51gPoGoY8eL._SL160_.jpg</URL>
  372.             <Height Units="pixels">120</Height>
  373.             <Width Units="pixels">160</Width>
  374.           </MediumImage>
  375.           <LargeImage>
  376.             <URL>http://ecx.images-amazon.com/images/I/51gPoGoY8eL.jpg</URL>
  377.             <Height Units="pixels">375</Height>
  378.             <Width Units="pixels">500</Width>
  379.           </LargeImage>
  380.         </ImageSet>
  381.         <ImageSet Category="variant">
  382.           <SwatchImage>
  383.             <URL>http://ecx.images-amazon.com/images/I/51DMoMDvkoL._SL30_.jpg</URL>
  384.             <Height Units="pixels">22</Height>
  385.             <Width Units="pixels">30</Width>
  386.           </SwatchImage>
  387.           <SmallImage>
  388.             <URL>http://ecx.images-amazon.com/images/I/51DMoMDvkoL._SL75_.jpg</URL>
  389.             <Height Units="pixels">56</Height>
  390.             <Width Units="pixels">75</Width>
  391.           </SmallImage>
  392.           <ThumbnailImage>
  393.             <URL>http://ecx.images-amazon.com/images/I/51DMoMDvkoL._SL75_.jpg</URL>
  394.             <Height Units="pixels">56</Height>
  395.             <Width Units="pixels">75</Width>
  396.           </ThumbnailImage>
  397.           <TinyImage>
  398.             <URL>http://ecx.images-amazon.com/images/I/51DMoMDvkoL._SL110_.jpg</URL>
  399.             <Height Units="pixels">82</Height>
  400.             <Width Units="pixels">110</Width>
  401.           </TinyImage>
  402.           <MediumImage>
  403.             <URL>http://ecx.images-amazon.com/images/I/51DMoMDvkoL._SL160_.jpg</URL>
  404.             <Height Units="pixels">120</Height>
  405.             <Width Units="pixels">160</Width>
  406.           </MediumImage>
  407.           <LargeImage>
  408.             <URL>http://ecx.images-amazon.com/images/I/51DMoMDvkoL.jpg</URL>
  409.             <Height Units="pixels">375</Height>
  410.             <Width Units="pixels">500</Width>
  411.           </LargeImage>
  412.         </ImageSet>
  413.         <ImageSet Category="variant">
  414.           <SwatchImage>
  415.             <URL>http://ecx.images-amazon.com/images/I/51PsoHDpv8L._SL30_.jpg</URL>
  416.             <Height Units="pixels">22</Height>
  417.             <Width Units="pixels">30</Width>
  418.           </SwatchImage>
  419.           <SmallImage>
  420.             <URL>http://ecx.images-amazon.com/images/I/51PsoHDpv8L._SL75_.jpg</URL>
  421.             <Height Units="pixels">56</Height>
  422.             <Width Units="pixels">75</Width>
  423.           </SmallImage>
  424.           <ThumbnailImage>
  425.             <URL>http://ecx.images-amazon.com/images/I/51PsoHDpv8L._SL75_.jpg</URL>
  426.             <Height Units="pixels">56</Height>
  427.             <Width Units="pixels">75</Width>
  428.           </ThumbnailImage>
  429.           <TinyImage>
  430.             <URL>http://ecx.images-amazon.com/images/I/51PsoHDpv8L._SL110_.jpg</URL>
  431.             <Height Units="pixels">82</Height>
  432.             <Width Units="pixels">110</Width>
  433.           </TinyImage>
  434.           <MediumImage>
  435.             <URL>http://ecx.images-amazon.com/images/I/51PsoHDpv8L._SL160_.jpg</URL>
  436.             <Height Units="pixels">120</Height>
  437.             <Width Units="pixels">160</Width>
  438.           </MediumImage>
  439.           <LargeImage>
  440.             <URL>http://ecx.images-amazon.com/images/I/51PsoHDpv8L.jpg</URL>
  441.             <Height Units="pixels">375</Height>
  442.             <Width Units="pixels">500</Width>
  443.           </LargeImage>
  444.         </ImageSet>
  445.         <ImageSet Category="variant">
  446.           <SwatchImage>
  447.             <URL>http://ecx.images-amazon.com/images/I/41yxq7%2BPHVL._SL30_.jpg</URL>
  448.             <Height Units="pixels">22</Height>
  449.             <Width Units="pixels">30</Width>
  450.           </SwatchImage>
  451.           <SmallImage>
  452.             <URL>http://ecx.images-amazon.com/images/I/41yxq7%2BPHVL._SL75_.jpg</URL>
  453.             <Height Units="pixels">56</Height>
  454.             <Width Units="pixels">75</Width>
  455.           </SmallImage>
  456.           <ThumbnailImage>
  457.             <URL>http://ecx.images-amazon.com/images/I/41yxq7%2BPHVL._SL75_.jpg</URL>
  458.             <Height Units="pixels">56</Height>
  459.             <Width Units="pixels">75</Width>
  460.           </ThumbnailImage>
  461.           <TinyImage>
  462.             <URL>http://ecx.images-amazon.com/images/I/41yxq7%2BPHVL._SL110_.jpg</URL>
  463.             <Height Units="pixels">82</Height>
  464.             <Width Units="pixels">110</Width>
  465.           </TinyImage>
  466.           <MediumImage>
  467.             <URL>http://ecx.images-amazon.com/images/I/41yxq7%2BPHVL._SL160_.jpg</URL>
  468.             <Height Units="pixels">120</Height>
  469.             <Width Units="pixels">160</Width>
  470.           </MediumImage>
  471.           <LargeImage>
  472.             <URL>http://ecx.images-amazon.com/images/I/41yxq7%2BPHVL.jpg</URL>
  473.             <Height Units="pixels">375</Height>
  474.             <Width Units="pixels">500</Width>
  475.           </LargeImage>
  476.         </ImageSet>
  477.       </ImageSets>
  478.       <ItemAttributes>
  479.         <Binding>Toy</Binding>
  480.         <Brand>Mattel</Brand>
  481.         <CatalogNumberList>
  482.           <CatalogNumberListElement>308632</CatalogNumberListElement>
  483.           <CatalogNumberListElement>T8130</CatalogNumberListElement>
  484.         </CatalogNumberList>
  485.         <EAN>5011363525517</EAN>
  486.         <EANList>
  487.           <EANListElement>5011363525517</EANListElement>
  488.           <EANListElement>0027084027686</EANListElement>
  489.           <EANListElement>0027084935622</EANListElement>
  490.         </EANList>
  491.         <Feature>Othello 35th anniversary edition with new modern board and streamlined packaging</Feature>
  492.         <Feature>This classic game of strategy takes a minute to learn, a lifetime to master</Feature>
  493.         <Feature>Its simple enough for children yet challenging for adults</Feature>
  494.         <Feature>Award winning game that is great for the entire family</Feature>
  495.         <Feature>Fun for all generations</Feature>
  496.         <IsAdultProduct>0</IsAdultProduct>
  497.         <IsAutographed>0</IsAutographed>
  498.         <IsMemorabilia>0</IsMemorabilia>
  499.         <ItemDimensions>
  500.           <Height Units="hundredths-inches">1050</Height>
  501.           <Length Units="hundredths-inches">1438</Length>
  502.           <Weight Units="hundredths-pounds">122</Weight>
  503.           <Width Units="hundredths-inches">200</Width>
  504.         </ItemDimensions>
  505.         <Label>Mattel</Label>
  506.         <ListPrice>
  507.           <Amount>1999</Amount>
  508.           <CurrencyCode>USD</CurrencyCode>
  509.           <FormattedPrice>$19.99</FormattedPrice>
  510.         </ListPrice>
  511.         <Manufacturer>Mattel</Manufacturer>
  512.         <ManufacturerMaximumAge Units="months">1188</ManufacturerMaximumAge>
  513.         <ManufacturerMinimumAge Units="months">120</ManufacturerMinimumAge>
  514.         <Model>T8130</Model>
  515.         <MPN>T8130</MPN>
  516.         <NumberOfItems>1</NumberOfItems>
  517.         <PackageDimensions>
  518.           <Height Units="hundredths-inches">180</Height>
  519.           <Length Units="hundredths-inches">1440</Length>
  520.           <Weight Units="hundredths-pounds">125</Weight>
  521.           <Width Units="hundredths-inches">1050</Width>
  522.         </PackageDimensions>
  523.         <PackageQuantity>1</PackageQuantity>
  524.         <PartNumber>T8130</PartNumber>
  525.         <ProductGroup>Toy</ProductGroup>
  526.         <ProductTypeName>TOYS_AND_GAMES</ProductTypeName>
  527.         <Publisher>Mattel</Publisher>
  528.         <ReleaseDate>2011-02-01</ReleaseDate>
  529.         <SKU>000924N</SKU>
  530.         <Studio>Mattel</Studio>
  531.         <Title>Othello Game</Title>
  532.         <UPC>027084935622</UPC>
  533.         <UPCList>
  534.           <UPCListElement>027084935622</UPCListElement>
  535.           <UPCListElement>027084027686</UPCListElement>
  536.         </UPCList>
  537.       </ItemAttributes>
  538.       <Offers>
  539.         <TotalOffers>1</TotalOffers>
  540.         <TotalOfferPages>1</TotalOfferPages>
  541.         <MoreOffersUrl>http://www.amazon.com/gp/offer-listing/B0042ET8OO%3FSubscriptionId%3DAKIAJA6G34WBXO5Z2JGA%26tag%3Dexamplecom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3DB0042ET8OO</MoreOffersUrl>
  542.         <Offer>
  543.           <OfferAttributes>
  544.             <Condition>New</Condition>
  545.           </OfferAttributes>
  546.           <OfferListing>
  547.             <OfferListingId>WgKq5adiv7NtPqIVZen3CtNg8pnj5%2BcDZTjzQ%2BDnTfASXF3%2BApmrTq9BgdD%2FaxAON2m%2FDuPYHx7TYm%2FqSS%2B1mAXApG2Ch0nPPvJ77aj6IYBwHJbtEIMEmA%3D%3D</OfferListingId>
  548.             <Price>
  549.               <Amount>1801</Amount>
  550.               <CurrencyCode>USD</CurrencyCode>
  551.               <FormattedPrice>$18.01</FormattedPrice>
  552.             </Price>
  553.             <AmountSaved>
  554.               <Amount>198</Amount>
  555.               <CurrencyCode>USD</CurrencyCode>
  556.               <FormattedPrice>$1.98</FormattedPrice>
  557.             </AmountSaved>
  558.             <PercentageSaved>10</PercentageSaved>
  559.             <Availability>Usually ships in 24 hours</Availability>
  560.             <AvailabilityAttributes>
  561.               <AvailabilityType>now</AvailabilityType>
  562.               <MinimumHours>0</MinimumHours>
  563.               <MaximumHours>0</MaximumHours>
  564.             </AvailabilityAttributes>
  565.             <IsEligibleForSuperSaverShipping>1</IsEligibleForSuperSaverShipping>
  566.           </OfferListing>
  567.         </Offer>
  568.       </Offers>
  569.     </Item>
  570.     <Item>
  571.       <ASIN>B00004TQMQ</ASIN>
  572.       <DetailPageURL>http://www.amazon.com/Mattel-B3165-Othello/dp/B00004TQMQ%3FSubscriptionId%3DAKIAJA6G34WBXO5Z2JGA%26tag%3Dexamplecom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB00004TQMQ</DetailPageURL>
  573.       <ItemLinks>
  574.         <ItemLink>
  575.           <Description>Technical Details</Description>
  576.           <URL>http://www.amazon.com/Mattel-B3165-Othello/dp/tech-data/B00004TQMQ%3FSubscriptionId%3DAKIAJA6G34WBXO5Z2JGA%26tag%3Dexamplecom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3DB00004TQMQ</URL>
  577.         </ItemLink>
  578.         <ItemLink>
  579.           <Description>Add To Baby Registry</Description>
  580.           <URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3DB00004TQMQ%26SubscriptionId%3DAKIAJA6G34WBXO5Z2JGA%26tag%3Dexamplecom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3DB00004TQMQ</URL>
  581.         </ItemLink>
  582.         <ItemLink>
  583.           <Description>Add To Wedding Registry</Description>
  584.           <URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3DB00004TQMQ%26SubscriptionId%3DAKIAJA6G34WBXO5Z2JGA%26tag%3Dexamplecom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3DB00004TQMQ</URL>
  585.         </ItemLink>
  586.         <ItemLink>
  587.           <Description>Add To Wishlist</Description>
  588.           <URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3DB00004TQMQ%26SubscriptionId%3DAKIAJA6G34WBXO5Z2JGA%26tag%3Dexamplecom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3DB00004TQMQ</URL>
  589.         </ItemLink>
  590.         <ItemLink>
  591.           <Description>Tell A Friend</Description>
  592.           <URL>http://www.amazon.com/gp/pdp/taf/B00004TQMQ%3FSubscriptionId%3DAKIAJA6G34WBXO5Z2JGA%26tag%3Dexamplecom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3DB00004TQMQ</URL>
  593.         </ItemLink>
  594.         <ItemLink>
  595.           <Description>All Customer Reviews</Description>
  596.           <URL>http://www.amazon.com/review/product/B00004TQMQ%3FSubscriptionId%3DAKIAJA6G34WBXO5Z2JGA%26tag%3Dexamplecom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3DB00004TQMQ</UR
  597. L>
  598.         </ItemLink>
  599.         <ItemLink>
  600.           <Description>All Offers</Description>
  601.           <URL>http://www.amazon.com/gp/offer-listing/B00004TQMQ%3FSubscriptionId%3DAKIAJA6G34WBXO5Z2JGA%26tag%3Dexamplecom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3DB00004TQMQ</
  602. URL>
  603.         </ItemLink>
  604.       </ItemLinks>
  605.       <SmallImage>
  606.         <URL>http://ecx.images-amazon.com/images/I/51r0e59S%2BlL._SL75_.jpg</URL>
  607.         <Height Units="pixels">64</Height>
  608.         <Width Units="pixels">75</Width>
  609.       </SmallImage>
  610.       <MediumImage>
  611.         <URL>http://ecx.images-amazon.com/images/I/51r0e59S%2BlL._SL160_.jpg</URL>
  612.         <Height Units="pixels">136</Height>
  613.         <Width Units="pixels">160</Width>
  614.       </MediumImage>
  615.       <LargeImage>
  616.         <URL>http://ecx.images-amazon.com/images/I/51r0e59S%2BlL.jpg</URL>
  617.         <Height Units="pixels">382</Height>
  618.         <Width Units="pixels">450</Width>
  619.       </LargeImage>
  620.       <ImageSets>
  621.         <ImageSet Category="primary">
  622.           <SwatchImage>
  623.             <URL>http://ecx.images-amazon.com/images/I/51r0e59S%2BlL._SL30_.jpg</URL>
  624.             <Height Units="pixels">25</Height>
  625.             <Width Units="pixels">30</Width>
  626.           </SwatchImage>
  627.           <SmallImage>
  628.             <URL>http://ecx.images-amazon.com/images/I/51r0e59S%2BlL._SL75_.jpg</URL>
  629.             <Height Units="pixels">64</Height>
  630.             <Width Units="pixels">75</Width>
  631.           </SmallImage>
  632.           <ThumbnailImage>
  633.             <URL>http://ecx.images-amazon.com/images/I/51r0e59S%2BlL._SL75_.jpg</URL>
  634.             <Height Units="pixels">64</Height>
  635.             <Width Units="pixels">75</Width>
  636.           </ThumbnailImage>
  637.           <TinyImage>
  638.             <URL>http://ecx.images-amazon.com/images/I/51r0e59S%2BlL._SL110_.jpg</URL>
  639.             <Height Units="pixels">93</Height>
  640.             <Width Units="pixels">110</Width>
  641.           </TinyImage>
  642.           <MediumImage>
  643.             <URL>http://ecx.images-amazon.com/images/I/51r0e59S%2BlL._SL160_.jpg</URL>
  644.             <Height Units="pixels">136</Height>
  645.             <Width Units="pixels">160</Width>
  646.           </MediumImage>
  647.           <LargeImage>
  648.             <URL>http://ecx.images-amazon.com/images/I/51r0e59S%2BlL.jpg</URL>
  649.             <Height Units="pixels">382</Height>
  650.             <Width Units="pixels">450</Width>
  651.           </LargeImage>
  652.         </ImageSet>
  653.       </ImageSets>
  654.       <ItemAttributes>
  655.         <Binding>Toy</Binding>
  656.         <Brand>Mattel</Brand>
  657.         <CatalogNumberList>
  658.           <CatalogNumberListElement>B3165</CatalogNumberListElement>
  659.           <CatalogNumberListElement>GPB3165</CatalogNumberListElement>
  660.           <CatalogNumberListElement>False</CatalogNumberListElement>
  661.           <CatalogNumberListElement>MATT B3165</CatalogNumberListElement>
  662.         </CatalogNumberList>
  663.         <Color>Black and White</Color>
  664.         <EAN>5011363525517</EAN>
  665.         <EANList>
  666.           <EANListElement>5011363525517</EANListElement>
  667.           <EANListElement>0027084027686</EANListElement>
  668.         </EANList>
  669.         <Feature>This classic game of strategy takes a minute to learn, a lifetime to master</Feature>
  670.         <Feature>It&apos;s simple enough for children yet challenging for adults</Feature>
  671.         <Feature>Great fun for the entire family</Feature>
  672.         <Feature>For all generations</Feature>
  673.         <Feature>Includes 64 reversible discs, one playing board, six playing board feet and instructions</Feature>
  674.         <ItemDimensions>
  675.           <Height Units="hundredths-inches">1063</Height>
  676.           <Length Units="hundredths-inches">181</Length>
  677.           <Weight Units="hundredths-pounds">125</Weight>
  678.           <Width Units="hundredths-inches">1476</Width>
  679.         </ItemDimensions>
  680.         <Label>Mattel</Label>
  681.         <ListPrice>
  682.           <Amount>1399</Amount>
  683.           <CurrencyCode>USD</CurrencyCode>
  684.           <FormattedPrice>$13.99</FormattedPrice>
  685.         </ListPrice>
  686.         <Manufacturer>Mattel</Manufacturer>
  687.         <ManufacturerMaximumAge Units="months">1188</ManufacturerMaximumAge>
  688.         <ManufacturerMinimumAge Units="months">96</ManufacturerMinimumAge>
  689.         <Model>B3165</Model>
  690.         <MPN>B3165</MPN>
  691.         <PackageDimensions>
  692.           <Height Units="hundredths-inches">180</Height>
  693.           <Length Units="hundredths-inches">1440</Length>
  694.           <Weight Units="hundredths-pounds">135</Weight>
  695.           <Width Units="hundredths-inches">1040</Width>
  696.         </PackageDimensions>
  697.         <PackageQuantity>1</PackageQuantity>
  698.         <PartNumber>B3165</PartNumber>
  699.         <ProductGroup>Toy</ProductGroup>
  700.         <ProductTypeName>TOYS_AND_GAMES</ProductTypeName>
  701.         <Publisher>Mattel</Publisher>
  702.         <SKU>000924N</SKU>
  703.         <Studio>Mattel</Studio>
  704.         <Title>Othello</Title>
  705.         <UPC>027084027686</UPC>
  706.         <UPCList>
  707.           <UPCListElement>027084027686</UPCListElement>
  708.         </UPCList>
  709.         <Warranty>N</Warranty>
  710.       </ItemAttributes>
  711.       <Offers>
  712.         <TotalOffers>1</TotalOffers>
  713.         <TotalOfferPages>1</TotalOfferPages>
  714.         <MoreOffersUrl>http://www.amazon.com/gp/offer-listing/B00004TQMQ%3FSubscriptionId%3DAKIAJA6G34WBXO5Z2JGA%26tag%3Dexamplecom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3DB00004TQMQ</MoreOffersUrl>
  715.         <Offer>
  716.           <OfferAttributes>
  717.             <Condition>New</Condition>
  718.           </OfferAttributes>
  719.           <OfferListing>
  720.             <OfferListingId>UnbtF6P2otyGBdAZgsFZDGGpJd9xP4fB9NukR3LH1LhIDlNOyzv91E9bUsk5O%2BvVnPYOAX27DS68VWmvmV%2FKoMi%2FdEibO%2BYls0Yw5jB8dlMOIEpLWBS%2FkC1o1CIkkOsWAgsAdHkV%2F7BE1mW4v%2FLU6A%3D%3D</OfferListingId>
  721.             <Price>
  722.               <Amount>2675</Amount>
  723.               <CurrencyCode>USD</CurrencyCode>
  724.               <FormattedPrice>$26.75</FormattedPrice>
  725.             </Price>
  726.             <Availability>Usually ships in 1-2 business days</Availability>
  727.             <AvailabilityAttributes>
  728.               <AvailabilityType>now</AvailabilityType>
  729.               <MinimumHours>24</MinimumHours>
  730.               <MaximumHours>48</MaximumHours>
  731.             </AvailabilityAttributes>
  732.             <IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping>
  733.           </OfferListing>
  734.         </Offer>
  735.       </Offers>
  736.     </Item>
  737.   </Items>
  738. </ItemLookupResponse>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement