Been using the API for about a week now and I can't seem to figure out how to access this data in ItemSearch.
相关问题
- Order Process of Amazon
- How do I get just the product name from Amazon'
- [removed] Equivalent of PHP's hash_hmac() with
- C# Amazon Product Advertising API
- Amazon API - Instant Video results
相关文章
- [removed] Equivalent of PHP's hash_hmac() with
- C# Amazon Product Advertising API
- Amazon API - Instant Video results
- How to sort a list by byte-order for AWS-Calls
- Amazon Product API with R
- 如何使用的preg_match来提取数据的URL()?(How to extract data fr
- Get the product category with Amazon Product Adver
- Getting landing price from amazon API
If you perform an
ItemSearch
theResponseGroup
will containIsEligibleForSuperSaverShipping
which will tell you if it is Prime eligible.The attribute
IsEligibleForPrime
tells you whether the Article is for Amazon Prime or not. It is delivered with the Response GroupOfferListings
http://docs.aws.amazon.com/AWSECommerceService/latest/DG/CHAP_response_elements.html#IsEligibleForPrime