X-API-Key: ********************{
"provinceId": 0,
"cityId": 0,
"countyId": 0,
"townId": 0,
"skuInfo": [
{
"skuId": "string",
"skuNum": 0
}
]
}curl --location --request POST '/jd/querySkuFreight' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"provinceId": 0,
"cityId": 0,
"countyId": 0,
"townId": 0,
"skuInfo": [
{
"skuId": "string",
"skuNum": 0
}
]
}'{
"code": 0,
"msg": "string",
"data": {
"baseFreight": "string",
"remoteRegionFreight": "string",
"totalFreight": "string",
"continueWeightFreight": "string",
"remoteRegionSkuIdList": "string"
}
}