| « PreviousNext » | |
![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
The Medium response group returns a great deal of information about the items in a response. The Medium response group is for demonstration purpose and is not suitable for production applications. Precise required response groups should always be used to reduce latency and response size.
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.
Operations that can use this response group include:
The following table describes the elements returned by Medium.
FormattedPrice
Medium also returns the elements that all response groups return, as described in Elements Common to All Response Groups.
The following response groups are child response groups of Medium.
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]
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>