如何获取指定亚马逊产品的价格?
我正在网站上列出待售的特定亚马逊产品。它在不同的亚马逊地区出售,我想在我的网站上列出这些商品的正确价格。
我基本上想输入 ASIN/ISBN 号并获取价格。
因此输入将是$isan = "0123456789"
输出会是这样的从亚马逊英国购买:15 英镑
和 从美国亚马逊购买:30 美元
我该怎么做? API 文档很混乱。
I'm listing a specific Amazon product for sale on a site. It's for sale from different Amazon locales, and I would like to list the correct price for these items on my site.
I basically want to input the ASIN/ISBN number and get the price back.
So the input would be$isan = "0123456789"
And the output would be something likeBuy from Amazon UK: £15
andBuy from Amazon US: $30
How can I do this? The API documentation is confusing.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)