Amazon Product Advertising API Developer's Manual page 201

Api version 2011-08-01
Table of Contents

Advertisement

Product Advertising API Developer Guide
Examples
The following request returns the information associated with ItemId B00008OE6I.
http://webservices.amazon.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key
Operation=ItemLookup&
ItemId=B00008OE6I
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request Signature]
The response to this request is shown in,
The following request returns an offer for a refurbished item that is not sold by Amazon.
http://webservices.amazon.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key
Operation=ItemLookup&
ItemId=B00008OE6I&
IdType=ASIN&
ResponseGroup=OfferFull&
Condition=All&
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request Signature]
In the following request, the ItemId is an SKU, which requires that you also specify the IdType .
http://webservices.amazon.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key
Operation=ItemLookup&
ItemId=[SKU]&
IdType=SKU
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request Signature]
In the following request, the ItemId is a UPC, which requires that you also specify the SearchIndex
and ItemType .
http://webservices.amazon.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key
Operation=ItemLookup&
ItemId=[UPC]&
SearchIndex=Books&
&IdType=UPC
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request Signature]
In the following request, the ItemId is an EAN, which requires that you also specify the SearchIndex
and ItemType .
ItemLookup
ID]&
Response to Sample Request (p.
ID]&
ID]&
ID]&
API Version 2011-08-01
194
167).

Advertisement

Table of Contents
loading

Table of Contents