导读:库存信息API获取库存信息列表接口名称jingdong.ware.product.stock.list.getAPI用户授权类型不需要系统级别输入参数应用级输入
库存信息API
获取库存信息列表
接口名称
jingdong.ware.product.stock.list.get
API用户授权类型
不需要
系统级别输入参数
应用级输入参数
返回结果
ProductStock属性
返回示例
JSON数据格式
{
"jingdong_ware_product_stock_list_get_response":{
"productStock":{
"flag":"",
"stockStatus":"",
"resultCode":""
}
}
}
SDK调用示例
public JdClient client=new
DefaultJdClient(SERVER_URL,accessToken,appKey,appSecret);
WareProductStockListGetRequest request=new
WareProductStockListGetRequest();
request.setSkuId( 123 );
request.setProvinceId( 123 );
request.setClient( "jingdong" );
WareProductStockListGetResponse
response=client.execute(request);