Do the Amazon web service APIs support barcode/UPC queries?

爷,独闯天下 提交于 2019-11-28 05:01:45
quickcel

Here is a page from the e-commerce service docs which shows how you can use the ItemLookup method to find a specific product by UPC.

Note that default IdType for the ItemLookup is ASIN, but you can change it to something else like UPC if you need to

Matthias K.

Be carefull if you want to use the Amazon web services API on a mobile device !

We've found this in the Amazon.com Product Advertising API License Agreement:

4) Usage Requirements

(e) You will not, without our express prior written approval, use any Product Advertising Content on or in connection with any site or application designed or intended for use with a mobile phone or other handheld device, or any television set-top box ....

Link to Amazon.com Product Advertising API License Agreement

Any Ideas for an alternative ItemLookup method to find a specific product by UPC/Barcode ?

Tim

Yes sure, the Amazon web service APIs does support barcode/UPC queries. Any information / documentation are to be found here.

If you want to generate barcodes, maybe this helps?

Cheers, Tim

With IdType request parameters ( see documentation here ) not only for upc, but also support ean and isbn query

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