如何使用 Amazon MWS API C# 获取 MSRP(制造商建议零售价)?

How do I get the MSRP (manufactures suggested retail price) using Amazon MWS API C#?

我可以使用 MWS API 获取大部分产品详细信息,但亚马逊建议零售价除外(大多数产品在报价之上划掉的金额)。

ChannelMax 有办法以某种方式获取它 - 如果不是通过 MWS API 也许他们正在爬行?文档好像没有提到。

我猜 "The amount crossed out at most products on top of the actual box price" 是指制造商建议零售价 (<MSRP>),它记录在 XML Documentation

GetMatchingProduct好像return一个<ListPrice>。我没试过,但它可能与 MSRP 相同。