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

前端 未结 4 822
萌比男神i
萌比男神i 2020-12-08 05:18

I skimmed through their documentation and found it a bit overwhelming at first. I know you can search for items by entering a UPC (the number below a 1D barcode), but I coul

4条回答
  •  抹茶落季
    2020-12-08 05:37

    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

提交回复
热议问题