导读:获取商品大字段信息接口名称jingdong.ware.productbigfield.get API用户授权类型不需要系统级别输入参数应用级输入参数返
获取商品大字段信息
接口名称
jingdong.ware.productbigfield.get
API用户授权类型
不需要
系统级别输入参数
应用级输入参数
返回结果
返回示例
JSON数据格式
{
"jingdong_ware_productbigfield_get_response":{
"prop_code":"",
"wdis":"",
"ware_qd":"",
"shou_hou":""
}
}
SDK调用示例
public JdClient client=new
DefaultJdClient(SERVER_URL,accessToken,appKey,appSecret);
WareProductbigfieldGetRequest request=new
WareProductbigfieldGetRequest();
request.setSkuId( "jingdong" );
request.setField( "jingdong,yanfa,pop" );
WareProductbigfieldGetResponse
response=client.execute(request);