亚马逊订单 API 节流率是多少
What are the Amazon Order API throttling rates
我找不到有关 MWS 订单的任何文件 API 节流率。
编辑: 以前在这里链接的PDF文件好像没有了。链接现在转到新的 HTML 文档
MWS Developer Guide 中描述了节流算法。 API 次和调用之间的请求配额不同。
产品 API 有一个单独的页面描述配额:
所有其他 API 在每个调用的 "Description" 部分列出配额和回收率:
- MWS Orders API Reference - Example ListOrders - 注意还有一个旧版本 API
- MWS Sellers API Reference - Example ListMarketplaceParticipations
- MWS Reports API Reference - Example RequestReport
- MWS Feeds API Reference - Example SubmitFeed
- MWS Inbound Shipment API Reference - Example GetInboundGuidanceForSKU
- MWS Inventory API Reference - Example ListInventorySupply
- MWS Outbound Shipment API Reference - Example GetFulfillmentPreview
- MWS Finances API Reference - Example ListFinancialEventGroups
- MWS Merchant Fulfillment API Reference - Example GetEligibleShippingServices
- MWS Recommendations API Reference - Example GetLastUpdatedTimeForRecommendations
- MWS Subscriptions API Reference - Example RegisterDestination
订单 API 文档中描述了节流算法。
http://docs.developer.amazonservices.com/en_US/orders-2013-09-01/Orders_Overview.html
请求配额在 API 秒和调用之间变化。
以下是截至 2016 年 12 月的一些常见调用及其相关限制。
The ListOrders and ListOrdersByNextToken operations together share a
maximum request quota of six and a restore rate of one request every
minute.
The GetOrder operation has a maximum request quota of six and a
restore rate of one request every minute.
The ListOrderItems and ListOrderItemsByNextToken operations together
share a maximum request quota of 30 and a restore rate of one request
every two seconds.
我找不到有关 MWS 订单的任何文件 API 节流率。
编辑: 以前在这里链接的PDF文件好像没有了。链接现在转到新的 HTML 文档
MWS Developer Guide 中描述了节流算法。 API 次和调用之间的请求配额不同。
产品 API 有一个单独的页面描述配额:
所有其他 API 在每个调用的 "Description" 部分列出配额和回收率:
- MWS Orders API Reference - Example ListOrders - 注意还有一个旧版本 API
- MWS Sellers API Reference - Example ListMarketplaceParticipations
- MWS Reports API Reference - Example RequestReport
- MWS Feeds API Reference - Example SubmitFeed
- MWS Inbound Shipment API Reference - Example GetInboundGuidanceForSKU
- MWS Inventory API Reference - Example ListInventorySupply
- MWS Outbound Shipment API Reference - Example GetFulfillmentPreview
- MWS Finances API Reference - Example ListFinancialEventGroups
- MWS Merchant Fulfillment API Reference - Example GetEligibleShippingServices
- MWS Recommendations API Reference - Example GetLastUpdatedTimeForRecommendations
- MWS Subscriptions API Reference - Example RegisterDestination
订单 API 文档中描述了节流算法。
http://docs.developer.amazonservices.com/en_US/orders-2013-09-01/Orders_Overview.html
请求配额在 API 秒和调用之间变化。
以下是截至 2016 年 12 月的一些常见调用及其相关限制。
The ListOrders and ListOrdersByNextToken operations together share a maximum request quota of six and a restore rate of one request every minute.
The GetOrder operation has a maximum request quota of six and a restore rate of one request every minute.
The ListOrderItems and ListOrderItemsByNextToken operations together share a maximum request quota of 30 and a restore rate of one request every two seconds.