AlibabaProductFreightEstimateGet
Request
Body Params application/json
{
"offerId": 0,
"toProvinceCode": "string",
"toCityCode": "string",
"toCountryCode": "string",
"totalNum": 0,
"skuInfo": [
{
"skuId": "string",
"number": 0
}
]
}
Request Code Samples
curl --location --request POST 'https://www.xportcn.com/api/alibaba/ka/freightEstimate/get' \
--header 'access-key;' \
--header 'nonce-str;' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"offerId": 0,
"toProvinceCode": "string",
"toCityCode": "string",
"toCountryCode": "string",
"totalNum": 0,
"skuInfo": [
{
"skuId": "string",
"number": 0
}
]
}'
Responses
application/json {
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": {
"offerId": 0,
"freight": ""
}
}
Modified at 2025-12-03 03:11:53