导读:获取商品基本信息接口名称 jingdong.ware.baseproduct.getAPI用户授权类型不需要系统级别输入参数应用级输入参数返回结果Pr
获取商品基本信息
接口名称
jingdong.ware.baseproduct.get
API用户授权类型
不需要
系统级别输入参数
应用级输入参数
返回结果
ProductBase属性
返回示例
JSON数据格式
{
"jingdong_ware_baseproduct_get_response":{
"product_base":[{
"size_sequence":"0",
"model":"12支装",
"weight":"单位:千克,
因JOS平台对double类型的处理上是给默认值,所以每次请求其他参数时(如name),也会返回weight:0。不是接口原因,请忽略此状况",
"wserve":"无、无质保、1年质保、3年质保",
"color_sequence":"0",
"state":"0、下柜,1、上柜,2、可上柜(基本信息完备,采销没有正式上柜),10、POPSKU删除",
"is_delete":"0无效,1有效",
"brand_name":"雅诗兰黛",
"value_weight":"单位:千克",
"allnum":"0、未设置标签,1、新品,2、热卖",
"height":"单位:毫米",
"name":"雅诗兰黛紧致眼霜",
"length":"单位:毫米",
"sku_id":"500200",
"sale_date":"如果当前商品状态是上柜,saleDate为上柜日期;反之为下柜日期",
"value_pay_first":"0否,1是",
"cbrand":"21赫兹",
"width":"单位:毫米",
"brand_id":"11516",
"cid2":"0",
"ebrand":"21hz",
"size":"175/96A/M",
"category":"652;654;833",
"color":"灰色",
"product_area":"北京",
"image_path":"http://img13.360buyimg.com/n1/3013/3c478d95-bfae-4776-b962-f866033580b0.jpg",
}]
}
}
SDK调用示例
public JdClient client=new
DefaultJdClient(SERVER_URL,accessToken,appKey,appSecret);
WareBaseproductGetRequest request=new
WareBaseproductGetRequest();
request.setIds( "123,234,345" );
request.setBase( "jingdong,yanfa,pop" );
WareBaseproductGetResponse
response=client.execute(request);