问题描述
我浏览了他们的文档,一开始觉得有点不知所措.我知道您可以通过输入 UPC(一维条形码下方的数字)来搜索商品,但我在 API 中找不到相关字词.
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 couldn't find a word about it in the API.
我想做的是在扫描条形码后通过 UPC 搜索来执行产品查找.
What I want to do is perform a product lookup by doing a UPC search after scanning a barcode.
推荐答案
这是 https://webservices.amazon.com/paapi5/documentation/use-cases/search-with-external-identifiers.html 展示了如何使用 ItemLookup 方法查找特定产品由 UPC.
Here is a page from the https://webservices.amazon.com/paapi5/documentation/use-cases/search-with-external-identifiers.html which shows how you can use the ItemLookup method to find a specific product by UPC.
请注意,ItemLookup 的默认 IdType 是 ASIN,但如果需要,您可以将其更改为其他类似 UPC 的内容
Note that default IdType for the ItemLookup is ASIN, but you can change it to something else like UPC if you need to
这篇关于亚马逊网络服务 API 是否支持条形码/UPC 查询?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!