如何从亚马逊获取ASIN和价格

发布于 2024-12-02 10:06:52 字数 70 浏览 0 评论 0原文

我有书籍的详细信息,包括 ISBN、书名和作者,是否可以获取 ASIN 和价格,以便我可以直接链接到亚马逊上的产品页面?谢谢。

I have the detail information of books including ISBN, title, and author, is there anyway to get ASIN and the price so that i could make links to the product page on amazon directly?Thanks.

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

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

发布评论

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

评论(1

北陌 2024-12-09 10:06:52

如果您有 10 位 ISBN 编号,则 ASIN 编号实际上是相同的。

什么是 UPC、EAN、ISBN。和 ASIN?

亚马逊标准识别码 (ASIN) 是由 10 个组成的唯一块
识别项目的字母和/或数字。您可以在以下位置找到 ASIN:
Amazon.com 上该商品的产品信息页面。 对于图书,ASIN
与 ISBN 号相同
,但对于所有其他产品,新的 ASIN
当项目上传到我们的目录时创建。

如何获取 ASIN 编号?

在 Amazon.com 上销售的每件产品都有一个唯一的 ASIN。 对于书籍
对于 10 位 ISBN,ASIN 和 ISBN 相同。
图书
没有 ISBN,其他产品也会分配 ASIN。

已知 ASIN 后,您可以使用 ItemLookup Amazon API 命令检索价格。

If you have 10 digit ISBN numbers, the ASIN number is actually the same.

What are UPCs, EANs, ISBNs. and ASINs?

Amazon Standard Identification Numbers (ASINs) are unique blocks of 10
letters and/or numbers that identify items. You can find the ASIN on
the item's product information page at Amazon.com. For books, the ASIN
is the same as the ISBN number
, but for all other products a new ASIN
is created when the item is uploaded to our catalogue.

how do i get an ASIN number?

Each product sold on Amazon.com is given a unique ASIN. For books
with 10-digit ISBN, the ASIN and the ISBN are the same.
Books
without an ISBN and other products are also assigned ASINs.

With the ASIN known, you can then use the ItemLookup Amazon API command to retrieve the price.

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