简体   繁体   English

如何在 Python 中使用 Amazon Product Advertising API 5?

[英]How to use Amazon Product Advertising API 5 with Python?

Amazon has updated its API to version 5 recently, so previous versions will stop working on January 2020. If you're still using the previous API version, it better to upgrade soon to avoid future disasters.亚马逊最近将其 API 更新到版本 5,因此之前的版本将在 2020 年 1 月停止工作。如果您仍在使用之前的 API 版本,最好尽快升级以避免未来的灾难。 But how can we use this new API version?但是我们如何使用这个新的 API 版本呢?

I've made a Python module that allows using the new Amazon Product Advertising API 5 in a very easy way.我制作了一个 Python 模块,允许以非常简单的方式使用新的亚马逊产品广告 API 5。 You can install it with PIP and start working with it inmediatelly.您可以使用 PIP 安装它并立即开始使用它。 It's still under development, so you can expect changes and new functionalities in the future.它仍在开发中,因此您可以期待未来的变化和新功能。

https://github.com/sergioteula/python-amazon-paapi5 https://github.com/sergioteula/python-amazon-paapi5

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用Amazon Product Advertising API搜索图书 - Python - Searching for books with the Amazon Product Advertising API - Python 亚马逊产品广告API签名 - Amazon Product Advertising API Signature 使用Bottlenose python Amazon产品广告API缓存URL - Caching urls with Bottlenose python Amazon product advertising API 如何使用Python Amazon Simple Product API来获取产品的价格 - How to use Python Amazon Simple Product API to get price of a product 此Amazon Product Advertising API查询有什么问题 - What is wrong with this Amazon Product Advertising API query 从Python Amazon Product Advertising API获取产品的销售排名-ItemSearch - Get Sales Rank of Product From Python Amazon Product Advertising API - ItemSearch 在Python Amazon Simple Product API中使用存储的凭证 - Use stored credentials in Python Amazon Simple Product API 我们如何下载 Amazon Advertising Api 报告? - How do we download Amazon Advertising Api reports? 有没有办法在亚马逊的新产品广告API中查找客户的所有评论? - Is there a way to lookup all reviews of a customer in Amazon's new Product Advertising API? 使用Amazon Product Advertising API作为后端数据库创建一个简单的Django驱动的在线商店引擎 - Creating a simple Django driven online shop engine using Amazon Product Advertising API as backend database
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM