{
"TransactionID": "GERPGO202303211137060000000035",
"Token": "0008000f32f23r2r",
"GetInventoryType": "ALL",
"WarehouseCode": "NJW",
"NeedPage": true,
"PageNum": "1",
"PageSize": "70",
"SkuList": [
{
"ClientSku": ""
}
]
}
curl --location --request POST 'http://logistics.e-sunward.com:8080/scmAPI/rest/inventoryWS/getClientInventory' \
--header 'Content-Type: application/json' \
--data-raw '{
"TransactionID": "GERPGO202303211137060000000035",
"Token": "0008000f32f23r2r",
"GetInventoryType": "ALL",
"WarehouseCode": "NJW",
"NeedPage": true,
"PageNum": "1",
"PageSize": "70",
"SkuList": [
{
"ClientSku": ""
}
]
}'
{
"SkuInventoryList": [
{
"TransitAmount": "0",
"ClientSku": "R-B00LH3DMUO",
"WaitDelivery": 0,
"SunwardProductSku": "R-B00LH3DMUO",
"Quantity": "1",
"WarehouseCode": "LAX",
"Name": "产品名称"
}
],
"total": "",
"RspDesc": "成功",
"RspCode": "0",
"TransactionID": "ZZSF201610040000000001"
}