eBay FindingAPI::findItemsItemsAdvanced 至 return 商品详情

eBay FindingAPI::findItemsItemsAdvanced to return item specifics

我正在使用 eBay Finding API 的 findItemsAdvanced API。呼叫工作正常,但我需要它 return 项目细节,你知道你在 eBay 顶部看到的详细信息,例如:EAN, MPN, ISBN, Manufacturer 等。我特别感兴趣的是 MPN 字段.

默认情况下,我不会 return 编辑存储这些项目的项目属性字段。关于这个特定字段的文档似乎含糊不清(对我来说),说明它不受输出选择器控制。

如何通知 API 我想要 returned 这些字段?

非常感谢。

findItemsAdvanced 没有 return 项目细节。您可以改为使用 itemID that is returned in the search results and use this to make a separate call to GetSingleItem in the Shopping service. This call will return the item specifics as long as you pass ItemSpecifics in the IncludeSelector 字段。