亚马逊 GetFeedSubmissionList
Amazon GetFeedSubmissionList
这更像是一个 'how are you dealing with this':
- SubmitFeed (_POST_PRODUCT_DATA_) - 状态 SUBMITTED
- 当 Status != "DONE" 请求 GetFeedSubmissionList(FeedSubmissionId)
- 当完成
- 请求 GetFeedSubmissionResult(FeedSubmissionId) 检查错误,如果 none 更新我们的数据库表明它已经成功。
每个请求最多可能需要 20 分钟(如果不是更多的话)。有人找到更好的方法了吗?
谢谢,
克莱尔
对于任何想知道的人:
Amazon: Due to the asynchronous nature of our Feeds API, this is the correct workflow. Thankfully all those steps can be automated.
这更像是一个 'how are you dealing with this':
- SubmitFeed (_POST_PRODUCT_DATA_) - 状态 SUBMITTED
- 当 Status != "DONE" 请求 GetFeedSubmissionList(FeedSubmissionId)
- 当完成
- 请求 GetFeedSubmissionResult(FeedSubmissionId) 检查错误,如果 none 更新我们的数据库表明它已经成功。
每个请求最多可能需要 20 分钟(如果不是更多的话)。有人找到更好的方法了吗?
谢谢,
克莱尔
对于任何想知道的人:
Amazon: Due to the asynchronous nature of our Feeds API, this is the correct workflow. Thankfully all those steps can be automated.