转至元数据结尾
转至元数据起始

正在查看旧版本。 查看 当前版本.

与当前比较 查看页面历史

« 前一个 版本 7 下一个 »

描述


获取退件单数据,最多查询300个

路径


HTTP Verb

URL

POST

/api/supplier-service/v1/b2c/returnOrderList


请求头样例


POST /api/supplier-service/v1/b2c/orderList HTTP/1.1
Host: http://cfs-qa.etowertech.com/
Content-Type: application/json
Accept: application/json
Authorization:WallTech etotest8xkIIphLnbkjRACNj4P:pc9H97D-_b2_TSCVvNj81A
X-WallTech-Date:Tue, 02 Aug 2022 06:43:37 GMT

请求字段


字段名数据类型最大长度必填性描述
orderNoList
List300O订单号
referenceNoList
List300O订单参考号


请求样例


客户参考号样例:

{

"referenceNoList":[
"EC03142"
]
}


系统订单号样例:

{

"orderNoList":[
"C12283230314000003O"
]
}

返回参数


字段名

数据类型

最大长度

描述

referenceNo

String

客户参考号

orderNo

String

系统订单号

dateCreated

Date

订单创建时间

shipperIdInteger
发货人id

type

Short

退件类型

warehouseCode

String

仓库代码

statusShort
订单状态
correlationReferenceNoString
原始订单参考号
fbaReturnNoString
fba退货计划单号
fbaReturnIdString
fba订单id
etaDate
预计到达时间
returnReasonString
退件原因
remarkString
备注
lastMailTypeShort
运输方式:快递单、陆运单
expressNoListArray
快递单号(运输方式为快递单时必填)
truckTypeShort
卡车类型(运输方式为陆运单时必填)
weightBigDecimal
集装箱重量
volumeBigDecimal
集装箱体积
expressNoString
快递单号(运输方式为陆陆运单且卡车类型为散柜时必填)
containerInfoListArray
柜信息(运输方式为陆运单且卡车类型为整柜时必填)
palletCountInteger
托盘数量
rmaNumberString
第三方单号
putAwayDateDate
上架时间
productListArray
商品列表


柜信息

字段名

数据类型

最大长度

描述

containerType

Short


quantityInteger

集装箱数量

containerNoString
海柜号


商品信息

字段名

数据类型

最大长度

描述

sku

String

商品编码

quantityInteger

数量

handleTypeShort
处理方式
handleTypeMsgString
处理方式名称
goodProductCountInteger
处理结果数量(良品)
defectiveProductCountInteger
处理结果数量(不良品)

返回样例


 





  • 无标签