导读:商品详情列表API获取商品详情列表接口名称jingdong.ware.product.detail.search.list.getAPI用户授权类型不需要系统级
商品详情列表API
获取商品详情列表
接口名称
jingdong.ware.product.detail.search.list.get
API用户授权类型
不需要
系统级别输入参数
应用级输入参数
返回结果
ProductDetailList属性
ProductInfo属性
ImagePath属性
返回示例
JSON数据格式
{
"jingdong_ware_product_detail_search_list_get_responce":{
"productDetailList":{
"resultCode":"",
"productInfo":{
"imgUrlN5":"",
"wname":"",
"adword":"",
"marketPrice":"",
"averageScore":"",
"promotion":"",
"jdPrice":"",
"good":"",
"canConsultFlag":"",
"size":"",
"isbook":"",
"color":"",
"totalCount":"",
"description":"",
"skuId":"",
"secKill":"",
"directShow":"",
"showMartPrice":"",
"canFreeRead":"",
"imgUrlN1":"",
"imgurl":""
},
"imagePaths":[{
"skuId":"",
"newpath":"",
"bigpath":""
}]
}
}
}
SDK调用示例
public JdClient client=new
DefaultJdClient(SERVER_URL,accessToken,appKey,appSecret);
WareProductDetailSearchListGetRequest request=new
WareProductDetailSearchListGetRequest();
request.setSkuId( 123 );
request.setIsLoadWareScore( true );
request.setClient( "jingdong" );
WareProductDetailSearchListGetResponce
responce=client.execute(request);