python amazon sp api:Python包装器可访问亚马逊销售合作伙伴API 源码
PYTHON-AMAZON-SP-API 亚马逊销售合作伙伴API 通过一个易于使用的界面访问Amazon的Selling Partner API的包装器。 问与答 如果您有任何疑问,请在github讨论中提问 安装 pip install python-amazon-sp-api 用法 # orders API try: res = Orders().get_orders(CreatedAfter=(datetime.utcnow() - timedelta(days=7)).isoformat()) print(res.payload) # json data except SellingApiException as ex: print(ex) # report request createReportResponse = Reports().
用户评论