我想获得一个按ItemID筛选的产品列表吗?我使用Ebay SDK上的GetSellerList调用成功检索到了一个按日期筛选的产品列表。我看到有一种getItem方法,但它似乎只返回一个项。有没有一种方法可以在不多次调用getItem API方法的情况下做到这一点?
https://developer.ebay.com/DevZone/shopping/docs/CallRef/GetMultipleItems.html
I think You are looking for GetMultipleItems() method from ebaysdk.shopping as above.
You can retrieve maximum 20 items per one query.