- 开发者必读
- 授权
- 基础资料
- 商品
- 入库
- 订单
- 库存
- 换单
- 退货
- 订阅
退货单列表
POST
/api/openPlatform/return/list
请求参数
Header 参数
Authorization
string
必需
默认值:
Bearer {{token}}
Content-Type
string
必需
默认值:
application/json
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
每页显示的条数
page
string
页码
示例
{
"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成功
application/json
Body
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
}
}
修改于 2024-03-02 02:30:17