// 1 客户直发 示例值
{
"inboundList": [
{
"isHead": "1",
"pzCode":"17389217342987",
"aimWhouse": "LAX",
"boxProductList": [
{
"clientSku": "DSCF006C",
"productCount": "1",
"clientBoxCode": "1"
}
]
}
],
"TransactionID": "EC202209281501332022092828",
"Token": "0008000f32f23r2r"
}
// 2 启德承运 示例值
{
"inboundList": [
{
"isHead": "2",
"startWhouse": "SZX",
"aimWhouse": "LAX",
"ysType": "1",
"transType": "1",
"boxProductList": [
{
"clientSku": "DSCF006C",
"productCount": "1",
"clientBoxCode": "1"
}
]
}
],
"TransactionID": "EC202209281501332022092828",
"Token": "0008000f32f23r2r"
}
curl --location --request POST 'http://logistics.e-sunward.com:8080/scmAPI/rest/inboundWS/createInbound' \
--header 'Content-Type: application/json' \
--data-raw '// 1 客户直发 示例值
{
"inboundList": [
{
"isHead": "1",
"pzCode":"17389217342987",
"aimWhouse": "LAX",
"boxProductList": [
{
"clientSku": "DSCF006C",
"productCount": "1",
"clientBoxCode": "1"
}
]
}
],
"TransactionID": "EC202209281501332022092828",
"Token": "0008000f32f23r2r"
}
// 2 启德承运 示例值
{
"inboundList": [
{
"isHead": "2",
"startWhouse": "SZX",
"aimWhouse": "LAX",
"ysType": "1",
"transType": "1",
"boxProductList": [
{
"clientSku": "DSCF006C",
"productCount": "1",
"clientBoxCode": "1"
}
]
}
],
"TransactionID": "EC202209281501332022092828",
"Token": "0008000f32f23r2r"
}'
{
"TransactionID": "EC202209281501332022092828",
"RspCode": "0",
"RspDesc": "导入成功数量:1;失败数量:0",
"orderList": [
{
"sunwardOrderCode": "LAX01230214007",
"errorCode": "0",
"errorMessage": ""
}
]
}