¥开放平台免费API必须用户授权
Schema方式编辑天猫商品时,编辑商品规则获取
公共参数
请求地址:
HTTP地址
http://gw.api.taobao.com/router/rest
公共请求参数:
公共响应参数:
点击获取key和secret
请求示例
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
TmallItemUpdateSchemaGetRequest req = new TmallItemUpdateSchemaGetRequest();
req.setItemId(2100529818899L);
req.setCategoryId(1512L);
req.setProductId(12314L);
TmallItemUpdateSchemaGetResponse rsp = client.execute(req, sessionKey);
System.out.println(rsp.getBody());
响应示例
异常示例
50
Remote service error