如何使用亚马逊的产品广告 API 获取发货信息
我正在使用亚马逊的产品广告 API 并获取所有产品的信息。我得到了一切,但在获取运输信息时遇到问题。我在 API 返回的 XML 中没有看到任何变量。我再次强调,我正在获取所有其他信息。我什至在浏览器中检查了 DetailPageURL
变量中的 URL,但没有运输信息。这意味着 searchindex
kitchen
可能没有任何送货信息。
现在我想问亚马逊的API是否返回运费信息?如果是这样,它返回到哪个变量中,以便我可以检查我的代码?
I am working with Amazon's Product Advertising API and getting all product's information. I am getting everything but having problem with getting the shipping info. I have not seen any variable in the XML returned by the API. Once again, I am saying that I am getting all other information. I have even checked the URLs in DetailPageURL
variable in a browser but there is no shipping info. It means the searchindex
kitchen
may not have any shipping info.
Now I want to ask If Amazon's API returns the shipping info? If so, in what variable is it returned in so that I can put a check in my code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
亚马逊的运费因地区而异,并且很可能经常变化。产品广告 API 没有此信息。
您可以在此处<找到有关亚马逊运费的更多信息< /a> 在运费和时间副标题下
Amazon's shipping charges vary by locale and most probably change frequently. The Product Advertising API does not have this info.
You can find more info about Amazon's shipping charges here under the subheading Shipping Rates and Times
尽管无法通过产品广告 API 获得该数据,但使用 Marketplace Web 服务(您可以使用此可视化工具查看它返回什么样的数据)
Even though that data is not available through the Product Advertising API, you might have better luck using the Marketplace Web Service (you can use this visualizer to see what kind of data it returns)