以旧换新回收单详情
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
biz_order_id | Number | 必须 | 12345678 | 回收单 ID |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
data | OfnSupplierRecycleOrderDetailDTO | 回收订单详细信息 | |
|
1 2 3 4 5 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); OfnRecycleOrderDetailRequest req = new OfnRecycleOrderDetailRequest(); req.setBizOrderId(12345678L); OfnRecycleOrderDetailResponse 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 | < ofn_recycle_order_detail_response > < data > < biz_order_id >123456789</ biz_order_id > < app_key >12345678</ app_key > < order_status >3</ order_status > < seller_alipay_id >123456789</ seller_alipay_id > < credit_pay >true</ credit_pay > < credit_pay_amount >100</ credit_pay_amount > < apprize_amount >100</ apprize_amount > < quote_id >123123123</ quote_id > < seller_address >杭州市余杭市阿里巴巴园区</ seller_address > < seller_phone >123123123</ seller_phone > < ship_type >1</ ship_type > < ship_time >2023-11-11 11:11:11</ ship_time > < ship_time_end >2023-11-11 11:11:11</ ship_time_end > < province >浙江省</ province > < city >杭州市</ city > < area >余杭区</ area > < town >xx镇</ town > < channel >tmall-ofn</ channel > < rate_grade >1</ rate_grade > < rate_content >好</ rate_content > < close_reason >其他</ close_reason > < refund_reason >其他</ refund_reason > < env >ONLINE</ env > < gmt_create >2023-11-11 11:11:11</ gmt_create > < pay_type >1</ pay_type > < channel_data >{}</ channel_data > < spu_id >100</ spu_id > < ship_mail_no >SF10000</ ship_mail_no > </ data > </ ofn_recycle_order_detail_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 > |
错误码 | 错误描述 | 解决方案 |
---|