方法名称:print_ship_order

请求地址:https://open.patpat.com/api/print_ship_order

支持请求方式: GET


系统级输入参数:

名称类型是否必须描述
_timestampstring请求时间戳
_signatureString请求签名
access_tokenString用户授权令牌

应用级输入参数:

名称 类型 是否必须 描述 示例值
order_id integer 订单id 1
order_type string 订单类型[jit,amoeba] amoeba
express_no integer 快递单号

接口返回结果:

字段 参考值 类型 描述
status 200 Integer 返回状态码
msg success String 接口返回信息
content 接口返回内容

数据返回示例:

{
    "status": 200,
    "msg": "success",
    "content": {
        "print_url": "http://seller.com/ship_order/print_ship_ordership_order_id=4931400"
    }
}


©2015 Interfocus Inc. All Rights Reserved