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().
2022-03-14 16:22:09 282KB amazon mws sp-api selling-partner-api
1
亚马逊 SP-API(Amazon Selling Partner API) 依赖包
2021-08-03 09:10:19 16.3MB SP-API AmazonSellingP 亚马逊
1