eBay API GetOrders call not returning all orders as requested

前端 未结 1 787
盖世英雄少女心
盖世英雄少女心 2021-01-27 21:47

I am trying to fetch orders created in a specific period of dates using a php script. This is a most basic request that i am making to ebay:



        
相关标签:
1条回答
  • 2021-01-27 22:09

    You'll need to set the pagination attribute. eBay can only return 100 Orders per Response/Page. For 2648 orders you'll need to do 27 calls.

    See eBay documentation for correct syntax:

    http://developer.ebay.com/devzone/xml/docs/reference/ebay/GetOrders.html#Request.Pagination

    0 讨论(0)
提交回复
热议问题