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().
文件列表
python-amazon-sp-api:Python包装器可访问亚马逊销售合作伙伴API
(预估有个213文件)
productPricingV0.json
93KB
catalogItemsV0.json
63KB
shipping.json
111KB
productFeesV0.json
27KB
fulfillmentInboundV0.json
211KB
services.json
97KB
merchantFulfillmentV0.json
131KB
feeds_2020-09-04.json
50KB
notifications.json
60KB
fbaSmallandLight.json
64KB
暂无评论