tmall.item.add.simpleschema.get( 天猫发布商品规则获取 )
¥开放平台免费API必须用户授权
通过商家信息获取商品发布字段和规则。
公共参数
请求地址:
HTTP地址
公共请求参数:
公共响应参数:
点击获取key和secret
请求示例
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
TmallItemAddSimpleschemaGetRequest req = new TmallItemAddSimpleschemaGetRequest();
TmallItemAddSimpleschemaGetResponse rsp = client.execute(req, sessionKey);
System.out.println(rsp.getBody());
响应示例
<tmall_item_add_simpleschema_get_response><result><rules><field id="title" type="input" required="true"><name>标题</name><value type="text"/></field></rules></result>
</tmall_item_add_simpleschema_get_response>
异常示例
<error_response><code>50</code><msg>Remote service error</msg><sub_code>isv.invalid-parameter</sub_code><sub_msg>非法参数</sub_msg>
</error_response>
发布者:admin,转转请注明出处:http://www.yc00.com/news/1690703999a402775.html
评论列表(0条)