我如何获得MPN?

时间:2012-09-25 06:58:29

标签: c# ebay-api

在玩eBay .NET SDK时,我遇到了一个问题。我找不到我注意到的一些字段,例如EAN, Model, Brand, ASIN,尤其是MPN

我用作信息类的类是eBay.Service.Core.Soap.ItemType。要获取有关我所做产品的信息

GetItemCall call = new GetItemCall(_context);
call .DetailLevelList.Add(DetailLevelCodeType.ReturnAll);
item = apicall.GetItem(itemID.ToString());

我如何获得这些字段?