Docs button. Alternatively,
you can click the Technical Documentation link and then click the link of the latest documentation
version. You can download the documentation in PDF format, or you can read it online
at http://docs.amazonwebservices.com/AWSEcommerceService/2006-09-13/.
In the AWS documentation, you will find the response groups details in the ???API Reference,
Response Groups??? section. Here??™s the description for the five response groups used in the previous
example:
??? The Request response group is a default response group in every kind of operation, and
it returns the list of name-value pairs you used to make the request.
??? The Sales Rank response group returns data about the current Amazon.com sales rank
of the product.
??? The Small response group returns general item data (ASIN, item name, URL, and so on)
about items included in the response. This is a default response group for an ItemLookup
operation (like we have in this example).
??? The Images response group gives you the addresses for the three pictures (small, medium,
and large) for each item in the response.
??? The VariationSummary response group provides detailed price information (lowest price,
highest price, lowest sale price, and highest sale price) for each item in the response.
Let??™s continue by learning how to make a REST request from PHP. To populate the future
Amazon T-Shirts department, you??™ll search the Amazon.
Pages:
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786