文档中心 > API类目 > 闲鱼已验货

alibaba.idle.isv.user.query (服务商ISV闲鱼用户信息查询)

服务商ISV闲鱼用户信息查询

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述

响应参数

名称 类型 示例值 描述
result TopResult 系统自动生成
  • data
  • IdleUserApiDo
  • true
  • data
  • └ user_nick
  • String
  • tb9343245
  • 卖家的snsNick(已经废弃,不再返回数据)
  • └ identity
  • String
  • PRO_PLAYER
  • 用户身份(GENERAL: 普通用户,PRO_PLAYER: 个人经营者)
  • support_biz_types
  • SupportBizType []
  • 具备准入权限的业务类型列表
  • └ item_biz_type
  • Number
  • 0
  • 0 已验货-不入仓,1 已验货-入仓,3 寄卖,4 品牌免检,5 官方自营,7 品牌直营,8 专业认证,9 信誉担保
  • └ encryption_seller_id
  • String
  • 2jGGzw9wRhGvQZjd7b6B6w==
  • 加密的卖家userId
  • support_cat_types
  • SupportCatType []
  • 具备准入权限的行业品类列表
  • └ sp_biz_type
  • String
  • 1
  • 1 手机,2 潮品,3 家电,8 乐器,9 数码
  • └ has_uptag
  • Boolean
  • true
  • 是否是账号独立升级用户,是否有闲鱼独立账号升级标
  • └ err_code
  • String
  • PARAM_NULL
  • 错误码
  • └ err_msg
  • String
  • 参数为空
  • 错误信息
  • └ success
  • Boolean
  • false
  • 是否成功

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlibabaIdleIsvUserQueryRequest req = new AlibabaIdleIsvUserQueryRequest();
AlibabaIdleIsvUserQueryResponse rsp = client.execute(req, sessionKey);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<alibaba_idle_isv_user_query_response>
    <result>
        <data>
            <user_nick>tb9343245</user_nick>
            <identity>PRO_PLAYER</identity>
            <support_biz_types>
                <support_biz_type>
                    <item_biz_type>0</item_biz_type>
                </support_biz_type>
            </support_biz_types>
            <encryption_seller_id>2jGGzw9wRhGvQZjd7b6B6w==</encryption_seller_id>
            <support_cat_types>
                <support_cat_type>
                    <sp_biz_type>1</sp_biz_type>
                </support_cat_type>
            </support_cat_types>
            <has_uptag>true</has_uptag>
        </data>
        <err_code>PARAM_NULL</err_code>
        <err_msg>参数为空</err_msg>
        <success>false</success>
    </result>
</alibaba_idle_isv_user_query_response>

异常示例

  • XML示例
  • JSON示例
<error_response>
    <code>50</code>
    <msg>Remote service error</msg>
    <sub_code>isv.invalid-parameter</sub_code>
    <sub_msg>非法参数</sub_msg>
</error_response>

错误码解释

错误码 错误描述 解决方案

API工具

如何获得此API

FAQ

返回
顶部