Cost Estimation Response
POST
/calculate/v1/getFreightTrialDetailIf request include specific shippingServiceCode, this API will response related costs, such as fulfillment fees, packaging fees, remote surcharge, congestion surcharge, bulky surcharge, peak season surcharge, home delivery surcharges, etc.
If the request does not include any specific shippingServiceCodes, this API will response all supported shipping Service and related fees.
请求参数
Header Params
clientKey
string
required
clientKey
vAuthorization
string
required
vAuthorization
Access-Token
string
required
Access-Token
Body Params application/json
No schema defined
Example
{
"apiVersion": "",
"data": {
"referenceId": "16957823453791"
},
"messageId": "16957823453791",
"timestamp": 0
}
示例代码
Responses
OK(200)
Created(201)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
Data Schema
No schema defined
Example
Exception
{
"code": 1,
"message": "Authentication Fail:clientKey missing",
"messageId": "16957823453791"
}
Last modified: 1 年前