alibaba.idle.market.recycle.order.show (保卖订单详情)

保卖订单详情

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
param0 MarketRecycleOrderQuery 必须 查询条件
  • └ biz_order_id
  • String
  • 必须
  • 1234
  • 订单id

响应参数

名称 类型 示例值 描述
result Result 结果
  • └ error_code
  • String
  • NO_ORDER
  • 错误码
  • └ err_msg
  • String
  • 订单不存在
  • 错误信息
  • └ success
  • Boolean
  • true
  • 是否成功
  • module
  • MarketRecycleOrderDTO
  • 订单详情信息
  • └ app_key
  • String
  • 1234
  • 服务商appkey
  • └ biz_order_id
  • String
  • 1234
  • 订单id
  • └ order_status
  • Number
  • 1
  • 订单主状态
  • └ buyer_nick
  • String
  • 测试买家
  • 买家昵称
  • └ seller_alipay_account
  • String
  • 2123***saf
  • 卖家支付宝账号,已脱敏
  • └ zfb_dk
  • Boolean
  • true
  • 是否支付宝签约
  • └ zfb_dk_code
  • String
  • 1234
  • 支付宝签约code
  • └ apprize_amount
  • Number
  • 100000
  • 估价金额,分
  • └ seller_address
  • String
  • 浙江省杭州市余杭区969号
  • 卖家收货地址
  • └ seller_phone
  • String
  • 12234567322
  • 卖家手机号
  • └ ship_type
  • String
  • 2
  • 快递类型
  • └ ship_time
  • String
  • 2024-03-25 9:00
  • 取件时间
  • └ seller_real_name
  • String
  • 王小二
  • 卖家真实姓名
  • └ apprize_id
  • String
  • 1234
  • 估价id
  • └ city
  • String
  • 杭州
  • 城市
  • └ province
  • String
  • 浙江
  • 省份
  • └ area
  • String
  • 余杭
  • └ country
  • String
  • 中国
  • 国家
  • └ town
  • String
  • 新泾街道
  • 街道
  • └ channel
  • String
  • idle
  • 回收渠道
  • └ close_reason
  • String
  • 突然不想卖了
  • 卖家关单原因
  • └ buyer_close_reason
  • String
  • 联系不到用户
  • 买家关单原因
  • └ refund_reason
  • String
  • 金额太低
  • 卖家退回原因
  • └ env
  • String
  • online
  • onlien:线上环境 pre:测试环境
  • └ gmt_create
  • String
  • 2024-03-25 11:32:21
  • 创建订单时间
  • └ idle_pay_type
  • String
  • 1
  • 1:支付宝现金 2:天猫红包
  • └ channel_data
  • String
  • {"ship":"1","weight":"5-15","userLevel":"vip"}
  • 渠道内的业务数据json格式 比如 ship=1 服装类的不需要发货,weight=5-15 代表服装5-15kg, userLevel=vip 代表免议价用户,sellerRealPhone 淘宝账号绑定的手机号
  • └ scene_type
  • String
  • 3C_C2C
  • 保卖场景
  • └ spu_id
  • String
  • 12243
  • spuId
  • └ ship_time_end
  • String
  • 2024-03-25 12:00
  • 取件截止时间
  • └ cash_order
  • Boolean
  • true
  • 是否为返现补贴订单
  • └ cash_fee
  • String
  • 5000
  • 返现金额,分
  • └ quote_version
  • String
  • 0
  • 估价版本
  • └ dk_number
  • String
  • 123344555
  • 代扣金额流水号
  • └ confirm_fee
  • String
  • 123000
  • 成交金额,单位分
  • └ dk_time
  • String
  • 2024-03-25 15:00:12
  • 代扣时间
  • └ lng
  • String
  • 120.02
  • 经度
  • └ lat
  • String
  • 30.28
  • 纬度
  • └ seller_nick
  • String
  • 王小二
  • 卖家昵称
  • └ seller_alipay_user_id
  • String
  • 1234
  • 卖家支付宝id

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlibabaIdleMarketRecycleOrderShowRequest req = new AlibabaIdleMarketRecycleOrderShowRequest();
AlibabaIdleMarketRecycleOrderShowRequest.MarketRecycleOrderQuery obj1 = new AlibabaIdleMarketRecycleOrderShowRequest.MarketRecycleOrderQuery();
obj1.setBizOrderId("1234");
req.setParam0(obj1);
AlibabaIdleMarketRecycleOrderShowResponse rsp = client.execute(req, sessionKey);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<alibaba_idle_market_recycle_order_show_response>
    <result>
        <error_code>NO_ORDER</error_code>
        <err_msg>订单不存在</err_msg>
        <success>true</success>
        <module>
            <app_key>1234</app_key>
            <biz_order_id>1234</biz_order_id>
            <order_status>1</order_status>
            <buyer_nick>测试买家</buyer_nick>
            <seller_alipay_account>2123***saf</seller_alipay_account>
            <zfb_dk>true</zfb_dk>
            <zfb_dk_code>1234</zfb_dk_code>
            <apprize_amount>100000</apprize_amount>
            <seller_address>浙江省杭州市余杭区969号</seller_address>
            <seller_phone>12234567322</seller_phone>
            <ship_type>2</ship_type>
            <ship_time>2024-03-25 9:00</ship_time>
            <seller_real_name>王小二</seller_real_name>
            <apprize_id>1234</apprize_id>
            <city>杭州</city>
            <province>浙江</province>
            <area>余杭</area>
            <country>中国</country>
            <town>新泾街道</town>
            <channel>idle</channel>
            <close_reason>突然不想卖了</close_reason>
            <buyer_close_reason>联系不到用户</buyer_close_reason>
            <refund_reason>金额太低</refund_reason>
            <env>online</env>
            <gmt_create>2024-03-25 11:32:21</gmt_create>
            <idle_pay_type>1</idle_pay_type>
            <channel_data>{&quot;ship&quot;:&quot;1&quot;,&quot;weight&quot;:&quot;5-15&quot;,&quot;userLevel&quot;:&quot;vip&quot;}</channel_data>
            <scene_type>3C_C2C</scene_type>
            <spu_id>12243</spu_id>
            <ship_time_end>2024-03-25 12:00</ship_time_end>
            <cash_order>true</cash_order>
            <cash_fee>5000</cash_fee>
            <quote_version>0</quote_version>
            <dk_number>123344555</dk_number>
            <confirm_fee>123000</confirm_fee>
            <dk_time>2024-03-25 15:00:12</dk_time>
            <lng>120.02</lng>
            <lat>30.28</lat>
            <seller_nick>王小二</seller_nick>
            <seller_alipay_user_id>1234</seller_alipay_user_id>
        </module>
    </result>
</alibaba_idle_market_recycle_order_show_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

返回
顶部