AlibabaProductFreightEstimateGet
Deprecated
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: 8bfeefe8df8846bea5c0ed90759afe4c' \
--header 'nonce-str: nzxqnqd8u7' \
--header 'timestamp: 1775221032' \
--header 'user-id: 2218427022945' \
--header 'signature: 7D47A933403A8492C4B355DBB00A41EE' \
--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 2026-04-17 05:35:56