亚马逊网络服务 API 是否支持条形码/UPC 查询?

发布于 2024-11-10 16:20:05 字数 124 浏览 1 评论 0 原文

我浏览了他们的文档,一开始发现它有点让人不知所措。我知道您可以通过输入 UPC(一维条形码下方的数字)来搜索商品,但我在 API 中找不到任何相关信息。

我想要做的是在扫描条形码后通过执行 UPC 搜索来执行产品查找。

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.

What I want to do is perform a product lookup by doing a UPC search after scanning a barcode.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

意犹 2024-11-17 16:20:05

这是 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

冷︶言冷语的世界 2024-11-17 16:20:05

如果您想在移动设备上使用亚马逊网络服务 API,请务必小心!

我们在 Amazon.com 产品广告 API 许可协议中找到了这一点:

4)使用要求

(e) 未经我们事先明确书面批准,您不得使用
任何网站上或与之相关的任何产品广告内容或
应用程序设计或旨在与移动电话或
其他手持设备,
或任何电视机顶盒....

对于通过 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:

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 ?

情栀口红 2024-11-17 16:20:05

是的,亚马逊网络服务 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

满地尘埃落定 2024-11-17 16:20:05

使用 IdType 请求参数(请参阅此处的文档)不仅适用于 upc ,还支持ean和isbn查询

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文