How do I tell if a product is prime eligible in the Amazon Product Advertising API?

与世无争的帅哥 提交于 2019-12-08 08:03:45

问题


Been using the API for about a week now and I can't seem to figure out how to access this data in ItemSearch.


回答1:


If you perform an ItemSearch the ResponseGroup will contain IsEligibleForSuperSaverShipping which will tell you if it is Prime eligible.




回答2:


The attribute IsEligibleForPrime tells you whether the Article is for Amazon Prime or not. It is delivered with the Response Group OfferListings http://docs.aws.amazon.com/AWSECommerceService/latest/DG/CHAP_response_elements.html#IsEligibleForPrime



来源:https://stackoverflow.com/questions/23530977/how-do-i-tell-if-a-product-is-prime-eligible-in-the-amazon-product-advertising-a

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!