| 参数名称 | 数据类型 | 参数描述 |
|---|---|---|
| taskId | string | 任务ID |
| queryStatus | string | 查询状态,Fail:查询失败;Empty:查无结果;Success:查询成功;Abort:终止,连续多次查询都失败 |
| reason | string | 订单获取不到的原因 |
| orders | array[object] | 订单列表 |
| 参数名称 | 数据类型 | 参数描述 |
|---|---|---|
| shopType | string | 店铺类型,TAOBAO:淘 宝,TOUTIAO:抖店。 |
| shopId | string | 店铺ID |
| shopName | string | 店铺名称 |
| refundNo | string | 售后单号 |
| refundType | Integer | 售后类型,1:仅退款;2:退货退款 |
| refundStatus | string | 退款状态,WAIT_SELLER_AGREE:买家已经申请退款,等待卖家同意;WAIT_BUYER_RETURN_GOODS:卖家已经同意退款,等待买家退货; WAIT_SELLER_CONFIRM_GOODS:买家已经退货,等待卖家确认收货; SELLER_REFUSE_BUYER:卖家拒绝退款; CLOSED:退款关闭; SUCCESS:退款成功 |
| orderNo | string | 订单号 |
| goodsName | string | 商品名称 |
| goodsNo | string | 商品编码 |
| refundNums | Integer | 退货数量 |
| refundAmount | BigDecimal | 退货金额 |
| expressCompany | string | 售后快递公司 |
| refundWaybillno | string | 售后快递单号 |
| applyTime | string | 售后申请时间,格式:yyyy-MM-dd HH:mm:ss |
| modifiedTime | string | 售后更新时间,格式:yyyy-MM-dd HH:mm:ss |
curl --location --request POST 'https://poll.kuaidi100.com/' \
--data-urlencode 'param='{
"taskId": "bb8122cb5a3f48c9be2724e7f3fb2813",
"queryStatus": "Empty",
"reason": "查询无结果",
"orders": []
}