https://api.duoduo.biz/usps/quote.jhtml
查询邮资API
应用场景
1) 电商网站发快递时调用此API查询该面单所需费用
2) 物流系统调用此API查询面单所需费用
API用户授权类型
是,请联系客服申请(后期会出在线申请)
需要两次授权:
开发阶段:申请测试环境的key
上线阶段:申请正式环境的key
测试环境请求地址:https://api.delsav.cn
正式环境请求地址:https://api.duoduo.biz
最终请求路径=请求地址+请求路径
apikey =md5 (密码+授权key)
系统级输入参数
名称 |
类型 |
是否必须 |
示例值 |
默认值 |
描述 |
mailClass |
Enum |
是 |
|
|
标注快件类型 有两个选择可供选择 Priority Express First MediaMail |
mailpieceShape |
String |
是 |
|
|
包裹类型 (只有国内需要) MediumFlatRateBox(中号统一费率箱) RegionalRateBoxA SmallFlatRateBox Parcel LargeFlatRateBox FlatRateEnvelope |
weightOz |
Integer |
是 |
|
|
快件重量(磅) |
insuredValue |
BigDecimal |
是 |
|
|
保险金额 |
fromPostalCode |
String |
是 |
|
|
发件人邮编 |
toPostalCode |
String |
是 |
|
|
收件人邮编 |
toCountryCode |
String |
是 |
|
|
收件人国家简码 |
apikey |
String |
是 |
|
|
授权key |
username |
String |
是 |
test |
|
用户名 |
返回结果
名称 |
类型 |
是否必须 |
示例值 |
默认值 |
描述 |
createDate |
date |
是 |
|
|
创建时间 |
errorMessage |
String |
是 |
|
|
面单错误信息 |
insuredValue |
BigDecimal |
是 |
|
|
保险费用 |
mailClass |
String |
是 |
|
|
快递类型 |
status |
String |
是 |
|
|
状态 |
totalAmount |
String |
是 |
|
|
费用合计( 包含保险费和邮费) |