亚马逊网络服务 API 是否支持条形码/UPC 查询?
我浏览了他们的文档,一开始发现它有点让人不知所措。我知道您可以通过输入 UPC(一维条形码下方的数字)来搜索商品,但我在 API 中找不到任何相关信息。
我想要做的是在扫描条形码后通过执行 UPC 搜索来执行产品查找。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
这是 https://webservices.amazon.com/paapi5/ 的页面Documentation/use-cases/search-with-external-identifiers.html 显示了如何使用 ItemLookup 方法通过 UPC 查找特定产品。
请注意,ItemLookup 的默认 IdType 是 ASIN,但如果需要,您可以将其更改为 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.
Note that default IdType for the ItemLookup is ASIN, but you can change it to something else like UPC if you need to
如果您想在移动设备上使用亚马逊网络服务 API,请务必小心!
我们在 Amazon.com 产品广告 API 许可协议中找到了这一点:
对于通过 UPC/条形码查找特定产品的替代 ItemLookup 方法有任何想法吗?
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:
Link to Amazon.com Product Advertising API License Agreement
Any Ideas for an alternative ItemLookup method to find a specific product by UPC/Barcode ?
是的,亚马逊网络服务 API 确实支持条形码/UPC 查询。任何信息/文档均可在此处找到。
如果您想生成条形码,也许这有帮助?
干杯,蒂姆
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
使用 IdType 请求参数(请参阅此处的文档)不仅适用于 upc ,还支持ean和isbn查询
With IdType request parameters ( see documentation here ) not only for upc, but also support ean and isbn query