创建入库单
POST
/commonApi/dropshipping/createInboundOrder请求参数
Header 参数
token
string
可选
示例值:
1231231231
Body 参数application/json
param
object | null
可选
id
integer | null
可选
houseId
integer
仓库id
headwayType
integer | null
可选
头程方式 0:代发头程 1:自发头程
headwayNo
string | null
头程单号
shippingType
integer | null
可选
货运方式 0:空运 1:海运 2:快递 3:铁运 4:卡运
{@link InboundShippingTypeEnum}
shippingCompany
string | null
货运公司
oceanShippingType
integer | null
可选
海运类型 0:整柜 1:拼柜
oceanCabinetType
string | null
可选
柜型 20GP 40GP 40RH 40HQ 45HQ 53HQ
{@link InboundOceanCabinetTypeEnum}
oceanCabinetNo
string | null
海运柜号
eta
string | null
预计到达时间
boxForecastTotalNum
integer | null
预报箱数
shippingMarkType
integer
必需
箱唛类型 0:系统箱唛 1:自定义箱唛
items
array [object {9}]
必需
inboundOrderServices
array [object {1}] | null
可选
inboundOrderBoxes
array [object {3}] | null
可选
uuid
string | null
可选
示例
{
"param": {
"id": 0,
"houseId": 0,
"headwayType": 0,
"headwayNo": "string",
"shippingType": 0,
"shippingCompany": "string",
"oceanShippingType": 0,
"oceanCabinetType": "string",
"oceanCabinetNo": "string",
"eta": "string",
"boxForecastTotalNum": 0,
"shippingMarkType": 0,
"items": [
{
"skuId": 0,
"sysSku": "string",
"sku": "string",
"boxSerial": "string",
"singleBoxNum": 0,
"boxNum": 0,
"forecastNum": "string",
"productBatchNo": "string",
"productRemark": "string"
}
],
"inboundOrderServices": [
{
"serviceId": 0
}
],
"inboundOrderBoxes": [
{
"shippingMark": "string",
"boxSerial": "string",
"serial": 0
}
]
},
"uuid": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer | null
错误码
data
array [object {18}] | null
返回数据
id
integer | null
可选
houseId
integer
仓库id
orderNo
string | null
系统单号
headwayType
integer | null
可选
头程方式 0:代发头程 1:自发头程
headwayNo
string | null
头程单号
shippingType
integer | null
可选
货运方式 0:空运 1:海运 2:快递 3:铁运 4:卡运
{@link InboundShippingTypeEnum}
shippingCompany
string | null
货运公司
oceanShippingType
integer | null
可选
海运类型 0:整柜 1:拼柜
oceanCabinetType
string | null
可选
柜型 20GP 40GP 40RH 40HQ 45HQ 53HQ
{@link InboundOceanCabinetTypeEnum}
oceanCabinetNo
string | null
海运柜号
eta
string | null
预计到达时间
skuForecastTotalNum
integer | null
sku总数
boxForecastTotalNum
integer | null
预报箱数
boxInboundTotalNum
integer | null
入库箱数
shippingMarkType
integer | null
可选
箱唛类型 0:系统箱唛 1:自定义箱唛
items
array [object {28}]
必需
inboundOrderServices
$ref(#/definitions/116371311)[] | null
可选
inboundOrderBoxes
$ref(#/definitions/116371313)[] | null
可选
msg
string | null
可选
错误提示,用户可阅读
errorMsg
string | null
可选
actionMsg
string | null
用于统一行为
solution
string | null
可选
解决方案 可以是文本也可以是html前端会渲染出来
msgCode
string | null
可选
示例
{
"code": 0,
"data": null,
"msg": "",
"errorMsg": "",
"actionMsg": "",
"solution": "",
"msgCode": ""
}
最后修改时间: 7 小时前