¥免费必须用户授权
ISV发布商品前,需要先查找到产品ID,这个接口返回查找产品规则入参规则
公共参数
请求地址:
HTTP地址
http://gw.api.taobao.com/router/rest
公共请求参数:
公共响应参数:
点击获取key和secret
请求示例
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
TmallProductMatchSchemaGetRequest req = new TmallProductMatchSchemaGetRequest();
req.setCategoryId(1512L);
TmallProductMatchSchemaGetResponse rsp = client.execute(req, sessionKey);
System.out.println(rsp.getBody());
响应示例
异常示例
50
Remote service error