查询回收订单
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
biz_order_id | Number | 必须 | 123123 | 订单号 | |
recycle_supplier_id | Number | 可选 | 545749246 | 手淘商家的淘宝账号id |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | Result | result | |
|
1 2 3 4 5 6 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaIdleRecycleOrderQueryRequest req = new AlibabaIdleRecycleOrderQueryRequest(); req.setBizOrderId(123123L); req.setRecycleSupplierId(545749246L); AlibabaIdleRecycleOrderQueryResponse rsp = client.execute(req); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | < alibaba_idle_recycle_order_query_response > < result > < module > < app_key >123</ app_key > < biz_order_id >123134</ biz_order_id > < order_status >1</ order_status > < buyer_id >0</ buyer_id > < buyer_nick >test123</ buyer_nick > < seller_id >0</ seller_id > < seller_nick >testSeller123</ seller_nick > < seller_alipay_user_id >12345</ seller_alipay_user_id > < seller_alipay_account >2123***saf</ seller_alipay_account > < credit_pay >true</ credit_pay > < credit_pay_amount >12000</ credit_pay_amount > < apprize_amount >123456</ apprize_amount > < seller_address >浙江省杭州市余杭区969号</ seller_address > < seller_phone >13388791129</ seller_phone > < ship_type >1</ ship_type > < ship_time >2018-02-13 12:12:11</ ship_time > < seller_real_name >王小二</ seller_real_name > < zfb_dk >true</ zfb_dk > < zfb_dk_code >123467</ zfb_dk_code > < apprize_id >1235</ apprize_id > < city >杭州</ city > < province >浙江</ province > < area >余杭</ area > < country >中泰</ country > < zm_score >902</ zm_score > < coupon_id >1</ coupon_id > < coupon_fee >1234</ coupon_fee > < coupon_rule >{ "actType": 3, "beg": "2017-12-21 16:00:00", "couponFee": 0, "couponId": "-5", "desc": "阶梯价", "end": "2019-02-31 00:00:00", "idleBizCode": "8", "low": 0, "range": [{ "actType": 1, "couponFee": 0, "desc": "100~2000元,加价10%", "low": 10000, "percent": 0.1, "up": 200000 }, { "actType": 1, "couponFee": 0, "desc": "2000~3000元,加价20%", "low": 200000, "percent": 0.2, "up": 300000 }, { "actType": 2, "addFee": 70000, "couponFee": 0, "desc": "3000元以上,加价700", "low": 300000, "up": 0 }] }</ coupon_rule > < channel >idle</ channel > < rate_grade >1</ rate_grade > < rate_content >交易顺利</ rate_content > < close_reason >突然不想卖了</ close_reason > < buyer_close_reason >联系不到用户</ buyer_close_reason > < refund_reason >金额太低</ refund_reason > < env >online</ env > < gmt_create >2018-02-12 11:32:21</ gmt_create > < zm_level >Z1</ zm_level > < idle_pay_type >1</ idle_pay_type > < channel_data >{"ship":"1","weight":"5-15","userLevel":"vip"}</ channel_data > < spu_id >10285</ spu_id > < dk_type >xydk</ dk_type > < ship_mail_no >23434544329897</ ship_mail_no > < apprize_id_list >["111111","22222"]</ apprize_id_list > < spu_id_list >["111111","22222"]</ spu_id_list > < cash_order >true</ cash_order > < cash_fee >1000</ cash_fee > < quote_version >0</ quote_version > </ module > < err_msg >当前订单不归属appkey</ err_msg > < success >true</ success > </ result > </ alibaba_idle_recycle_order_query_response > |
1 2 3 4 5 6 | < error_response > < code >50</ code > < msg >Remote service error</ msg > < sub_code >isv.invalid-parameter</ sub_code > < sub_msg >非法参数</ sub_msg > </ error_response > |
错误码 | 错误描述 | 解决方案 |
---|