在 NetSuite 中获取商品的基本价格

use*_*284 2 c# web-services netsuite

对于给定的 NonInventorySalesItem,我在 Netsuite 网站上清楚地看到设置了“基本价格”。但我在 NonInventorySalesItem 实例的任何属性中都找不到它。

我认为定价矩阵属性应该有它。没有。它是空的。而本次的底价明确定为 69 美元。所以这一直是我的圣杯。谢谢。

use*_*284 5

“pricingMatrix”属性包含我需要的所有数据。之所以为null,是因为SearchPreferences的bodyfieldsOnly属性设置为true。