- Default Group
- Product
- Inbound Plan
- Inventory
- Orders
Inbound Plan Information Query
POST
/v1/inbound/getInboundPlanInfo
inbound
Request
Header Params
x-api-key
string
required
Example:
abc123(认证信息)
Content-Type
string
required
Example:
application/json
Body Params application/json
orderNo
string
required
Example
{
"orderNo": "string"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://127.0.0.1/v1/inbound/getInboundPlanInfo' \
--header 'x-api-key: abc123(认证信息)' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderNo": "string"
}'
Responses
🟢200成功
application/json
Body
code
string
required
message
string
required
data
object
required
orgWarehouseCode
string
required
lineName
string
required
inventoryType
string
required
inboundPlanOrderNo
string
required
inboundPlanOrderStatus
string
required
sourceNo
string
required
shipmentId
string
required
referenceId
string
required
shipmentNo
string
required
estimateArriveTime
string
required
actualArriveTime
string
required
firstReceptionDate
string
required
shipperName
string
required
shipperAddress
string
required
shipperContact
string
required
shipperPhone
string
required
goodsType
string
required
gpQuantity20
string
required
gpCartonNo20
string
required
gpQuantity40
string
required
gpCartonNo40
string
required
hqQuantity40
string
required
hqCartonNo40
string
required
hqQuantity45
string
required
hqCartonNo45
string
required
cartonQty
string
required
planQty
integer
required
packedQty
integer
required
receivedQty
integer
required
totalWeight
number
required
totalVolume
number
required
actualShipDate
string
required
cartonTotalWeight
number
required
cartonTotalVolume
number
required
packingLabelUrl
string
required
remark
string
required
planProductDetailParamList
array [object {6}]
required
Example
{
"statusCode": 200,
"status": 0,
"code": 200,
"message": "获取入库信息成功",
"data": {
"orgWarehouseCode": "HF_CA_US",
"lineName": "finnhomy-rack",
"inventoryType": "可售库存",
"inboundPlanOrderNo": "SH191023AAE01",
"inboundPlanOrderStatus": "入库中",
"sourceNo": "SH191023AAE01",
"shipmentId": "",
"referenceId": "",
"shipmentNo": null,
"estimateArriveTime": null,
"actualArriveTime": "2020-02-07 07:08:16",
"firstReceptionDate": "2019-10-23 00:00:00",
"shipperName": "Hangzhou Finnkarelia International Ecommerce Co., ",
"shipperAddress": "No. 111, South Hushu Road, Hangzhou, China.",
"shipperContact": "13666600962",
"shipperPhone": "13666600962",
"goodsType": "集装箱",
"gpQuantity20": 0,
"gpCartonNo20": null,
"gpQuantity40": 0,
"gpCartonNo40": null,
"hqQuantity40": 0,
"hqCartonNo40": null,
"hqQuantity45": 0,
"hqCartonNo45": null,
"cartonQty": 110,
"planQty": 110,
"packedQty": 110,
"receivedQty": 5,
"totalWeight": 32.5600,
"totalVolume": 0.2093,
"actualShipDate": null,
"cartonTotalWeight": 1045000.0000,
"cartonTotalVolume": 610579.2000,
"packingLabelUrl": "",
"remark": "ds",
"planProductDetailParamList": [
{
"sku": "F20WKI6J1309",
"qty": 50,
"qtyPacked": 50,
"qtyReceived": 2,
"qtyReceivedSaleable": 2,
"qtyReceivedUnsaleable": 0
},
{
"sku": "F20WKI6L1310",
"qty": 60,
"qtyPacked": 60,
"qtyReceived": 3,
"qtyReceivedSaleable": 3,
"qtyReceivedUnsaleable": 5
}
]
}
}
🔴500失败
Modified at 2023-12-07 22:17:35