¥免费必须用户授权
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());
响应示例
<tmall_product_match_schema_get_response>
<match_result><rules><field id="prop_1632501" type="input" required="true"><name>货号</name><value type="text"/></field></rules></match_result>
</tmall_product_match_schema_get_response>
异常示例
<error_response>
50
Remote service error
<sub_code>isv.invalid-parameter</sub_code>
<sub_msg>非法参数</sub_msg>
</error_response>