Product Advertising API
Developer Guide (API Version 2011-08-01)
Print this pageEmail this pageGo to the ForumsView the PDFShare this page on TwitterShare this page on FacebookBookmark this page on DeliciousSubmit this page to RedditSubmit this page to DiggDid this page help you?  Yes  No   Tell us about it...

Medium Response Group

The Medium response group returns a great deal of information about the items in a response. The response group is ideally suited for creating lightweight, product detail pages.

Medium is a parent response group that returns the results of the following response groups:

For more information about what is returned by each of these response groups, refer to their sections.

Relevant Operations

Operations that can use this response group include:

Parent Response Group

The following response groups are parent response groups of Medium.

  • None

Child Response Group

The following response groups are child response groups of Medium.

Sample REST Use Case

The following request illustrates the XML response elements returned by Medium.

http://webservices.amazon.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key ID]&
Operation=ItemLookup&
ItemId=1890966533&
ResponseGroup=Medium&
Version=2011-08-01
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request Signature]

Sample Response Snippet

The following response snippet shows the elements returned by Medium.

<Item>
      <ASIN>1890966533</ASIN>
      <SalesRank>1738674</SalesRank>
      <SmallImage>
         <URL>http://ec1.images-amazon.com/images/P/1890966533.01._SCTHUMBZZZ_.jpg          </URL>
         <Height Units="pixels">60</Height>
         <Width Units="pixels">40</Width>
      </SmallImage>
      <MediumImage>
         <URL>http://ec1.images-amazon.com/images/P/1890966533.01._SCMZZZZZZZ_.jpg         </URL>
         <Height Units="pixels">140</Height>
         <Width Units="pixels">94</Width>
     </MediumImage>
     <ItemAttributes>
      <Author>Wayne G. Pardy</Author>
      <Binding>Paperback</Binding>
      <EAN>9781890966539</EAN>
      <Edition>Reprint</Edition>
      <ISBN>1890966533</ISBN>
      <ListPrice>
        <Amount>5995</Amount>
        <CurrencyCode>USD</CurrencyCode>
        <FormattedPrice>$59.95</FormattedPrice>
      </ListPrice>
      <NumberOfPages>185</NumberOfPages>
      <PackageDimensions>
        <Height Units="hundredths-inches">900</Height>
        <Length Units="hundredths-inches">75</Length>
        <Weight Units="hundredths-pounds">130</Weight>
        <Width Units="hundredths-inches">600</Width>
      </PackageDimensions>
      <ProductGroup>Book</ProductGroup>
      <PublicationDate>1999-05-19</PublicationDate>
      <Publisher>Safetycertified.Com Inc</Publisher>
      <Title>Safety Incentives: The Pros and Cons of Award and Recognition Programs (Osha Compliance)</Title>
    </ItemAttributes>
    <OfferSummary>
      <TotalNew>0</TotalNew>
      <TotalUsed>0</TotalUsed>
      <TotalCollectible>0</TotalCollectible>
      <TotalRefurbished>0</TotalRefurbished>
    </OfferSummary>
    <EditorialReviews>
      <EditorialReview>
        <Source>Book Description</Source>
        <Content>Whether you are a small business or a safety manager trying to decide whether or not awards and incentives are right for your operation, the Safety Incentives Answer Book is must reading.
        </Content>
      </EditorialReview>
    </EditorialReviews>
  </Item>