退货单列表
POST
/api/openPlatform/return/list请求参数
Body 参数application/json
returnOrderSn
string
元仓退货单号
receiveWarehouseCode
string
收货仓库编码
returnStatus
integer
退货单状态
customerReturnOrderSn
string
客户退货单号
customerOrderSn
string
客户订单号
trackingNumber
string
物流单号
createTimeFrom
string
创建时间开始
createTimeTo
string
创建时间结束
updateTimeFrom
string
更新时间开始
updateTimeTo
string
更新时间结束
prePage
string
每页显示的条数
限制:1-50,默认15
page
string
页码
默认1
示例
{
"returnOrderSn": "string",
"receiveWarehouseCode": "string",
"returnStatus": 0,
"customerReturnOrderSn": "string",
"customerOrderSn": "string",
"trackingNumber": "string",
"createTimeFrom": "string",
"createTimeTo": "string",
"updateTimeFrom": "string",
"updateTimeTo": "string",
"prePage": "string",
"page": "string"
}
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
state
string
必需
msg
string
必需
data
object
必需
list
array [object {25}]
必需
total
integer
必需
page
integer
必需
prePage
integer
必需
示例
{
"state": "string",
"msg": "string",
"data": {
"list": [
{
"returnOrderSn": "string",
"customerReturnOrderSn": "string",
"customerOrderSn": "string",
"deliveryType": 0,
"deliveryTypeDescription": "string",
"returnType": 0,
"returnTypeDescription": "string",
"returnStatus": 0,
"returnStatusDescription": "string",
"trackingNumber": "string",
"returnReason": "string",
"checkRemark": "string",
"checkImages": [
"string"
],
"signTime": "string",
"checkTime": "string",
"policyTime": "string",
"finishTime": "string",
"receiveWarehouseCode": "string",
"receiveWarehouseName": "string",
"returnDetails": [
{
"productName": "string",
"customerSku": "string",
"quantity": 0
}
],
"createdAt": "string",
"createTime": "string",
"updatedAt": "string",
"updateTime": "string",
"returnCheckDetails": [
{
"productName": "string",
"customerSku": "string",
"quantity": 0,
"abnormalQuantity": 0,
"goodShelveQuantity": 0,
"sendBackQuantity": 0,
"unqualifiedShelveQuantity": 0,
"destructionQuantity": 0,
"shiftNum": 0
}
]
}
],
"total": 0,
"page": 0,
"prePage": 0
}
}
最后修改时间: 9 个月前