所以我希望获得经过身份验证的用户列出的所有项目ID。
为此,我使用Trading API GetMyeBaySelling method
示例请求:
[ActiveList] => Array
(
[Include] => true
[Pagination] => Array
(
[EntriesPerPage] => 200
[PageNumber] => 89
)
[Sort] => StartTime
)
在我点击魔法第125页之前效果很好。在126,127,128之后的每一页,......都会给我第125页。
所以我只能获得25,000个房源。我没有在文档中看到它提到过。
I also found other people have same/similar issue
是否有其他选项可以获取selelr列表ID?
修改: I also asked a question on ebaydev forums
我尝试加载按时间ASC排序的125页,然后按时间DESC加载另外125页,但它不起作用。我也收到此错误
[Errors] => stdClass Object
(
[ShortMessage] => Data is truncated.
[LongMessage] => Partial data or invalid summary data is returned due to system limit. Please narrow your requested data and try again.
[ErrorCode] => 21366
[SeverityCode] => Warning
[ErrorClassification] => RequestError
)