我有搜索订单商品的代码
var p = await wc.GetProducts(new Dictionary<string, string>() {
{ "orderby", "id" }, { "filter[search]", "1884" }
});
我将此插件用于woocommerce
https://github.com/XiaoFaye/WooCommerce.NET
我需要显示来自p
的数据,我该怎么做?