查询订单列表
接口描述 分页查询订单列表
API
/api/open/order/after-sales-order/list
- 参数格式
POST application/x-www-form-urlencoded
- 入参
参数名称 | 类型 | 是否必填 | 描述 |
---|---|---|---|
token | string | yes | 授权时获取的 access token |
current | Integer | yes | 当前页 |
size | Integer | yes | 每页大小 |
- 出参
参数名称 | 类型 | 描述 |
---|---|---|
id | Long | 售后单id |
asCode | String | 售后单编码 |
orderType | String | 售后类型 |
orderTypeName | String | 售后类型 |
masterCode | String | 主订单号 |
orderCode | String | 子订单号 |
skuCode | String | sku编码 |
spuName | String | 商品名称 |
skuSpecs | String | 规格名称 |
skuName | String | sku名称 |
skuImage | String | sku图片 |
salesChannel | String | 销售渠道 |
salesChannelName | String | 销售渠道名称 |
enterpriseName | String | 采购企业名称 |
focusCommunity | String | 关注小区 |
communityCity | String | 城市 |
userName | String | 采购用户名称 |
supplierName | String | 供应商名称 |
stockSupplierId | Long | 关联供应商id |
stockSupplierName | String | 关联供应商名称 |
refundAmount | String | 售后金额 |
refundState | String | 退款状态 |
refundStateName | String | 退款状态 |
node | String | 售后节点状态 |
nodeName | String | 售后节点状态 |
operator | String | 发起人 |
createTime | String | null |
orderTime | String | null |
refundTime | String | null |
hdRefund | String | 退款返回汇豆 |
hdRefundReimburse | String | 退款扣减汇豆 |
refundIntegral | String | 退款积分 |
orderId | Long | 子订单id |
masterId | Long | 主订单id |
orderRemark | String | 订单备注 |
threeOrderId | String | 第三方订单号 |
quantity | Integer | 退款数量 |
agreementPrice | BigDecimal | 协议价 |
delayedTime | String | 延时时间 单位:毫秒 |
delayedTaskUpdateTime | LocalDateTime | 延时任务创建时间 |
remainingTime | String | 剩余可操作时间 |
supplierApplyRefundAmount | BigDecimal | 商家申请退款金额 |
supplierRefundPrice | BigDecimal | 商家实际退款金额 |
customRefundAmount | BigDecimal | 客户实际退款金额 |
applyRefundPrice | BigDecimal | 客户申请退款金额 |
refundZshIntegral | Integer | 实际退款荟豆 |
applyRefundZshIntegral | Integer | 申请退款荟豆 |
applyHdRefund | Integer | 申请退款返回汇豆 |
applyHdRefundReimburse | Integer | 申请退款扣减汇豆 |
applyRefundIntegral | String | 申请退款积分 |
refundFreight | BigDecimal | 退款运费 |
applyRefundFreight | BigDecimal | 申请退款运费 |
source | Integer | 订单来源 1:表示直播订单 2小招严选订单 |
- 出参示例
{
"success": true,
"code": 200,
"message": "操作成功",
"data": {
"records": [
{
}
],
"total": 1101201,
"current": 1,
"size": 1
},
"stackTrace": null
}