{
"TransactionID": "GERPGO202303211137060000000035",
"Token": "0008000f32f23r2r",
"GetInventoryType": "ALL",
"NeedPage": true,
"PageNum": "1",
"PageSize": "70",
"SkuList": [
{
"ClientSku": "A-MR05049"
}
]
}
curl --location --request POST 'http://logistics.e-sunward.com:8080/scmAPI/rest/productWS/getProductSize' \
--header 'Content-Type: application/json' \
--data-raw '{
"TransactionID": "GERPGO202303211137060000000035",
"Token": "0008000f32f23r2r",
"GetInventoryType": "ALL",
"NeedPage": true,
"PageNum": "1",
"PageSize": "70",
"SkuList": [
{
"ClientSku": "A-MR05049"
}
]
}'
{
"SkuSizeList": [
{
"ClientSku": "A-MR05049",
"SunwardProductSku": "A-MR05049",
"length": 173.5,
"width": 65.5,
"weight": 17.5,
"finalCostWeight": 50.88,
"height": 10.5
}
],
"total": "",
"RspDesc": "成功",
"RspCode": "0",
"TransactionID": "GERPGO202303211137060000000035"
}