Hishop.Open.Api.ITrade.SendLogistic
订单发货
订单发货
系统级别输入参数
名称 |
类型 |
是否必须 |
描述 |
app_key |
String |
是 |
HOP分配给应用的AppKey |
timestamp |
String |
是 |
时间戳,格式为yyyy-MM-dd HH:mm:ss,时区为GMT+8,例如:2015-01-01 12:00:00。HiShop API服务端允许客户端请求最大时间误差为10分钟。 |
sign |
String |
是 |
API输入参数签名结果,签名算法介绍请点击这里。 |
应用级输入参数
名称 |
类型 |
是否必须 |
描述 |
tid |
String |
必须 |
交易编号 |
company_name |
String |
必须 |
物流公司名称 |
out_sid |
String |
必须 |
运单号 |
返回结果
{
"logistics_send_response":{
"shipping":{
"is_success":true}
}
}
异常示例
{
"error_response"
:{
"code"
:"10",
"msg"
:
"Invalid App Key:app_key"
,
"sub_msg"
:
"非法的AppKey参数"
}
}
FAQ