简要描述:

  • 订单详情

请求URL:

POST/wapapi/order/orderShippingInfo

参数:

参数名 是否必须 类型 说明
order_id int 订单id

返回示例:

正确时返回:

{
    "code": 1,
    "message": "获取成功",
    "data": {
		"order_no": "20181012111219498609",
        "no_delivery_id_array": [12,13],
        "goods_packet_list": [
            {
                "packet_name": "包裹1",
                "express_name": "申通快递",
                "express_code": "810606570230",
				"express_company_logo" : logo url,
                "shipping_info": {
                    "expTextName": "圆通速递",
                    "mailNo": "810606570230",
                    "dataSize": 11,
                    "data": [
                        {
                            "time": "2017-06-22 21:18:29",
                            "context": "快件已签收 签收人:本人 感谢使用圆通速递,期待再次为您服务"
                        },
                        {
                            "time": "2017-06-22 15:27:10",
                            "context": "陕西省西安市太华三部公司派件人 :杨斌(18192152494) 正在派件"
                        },
                        {
                            "time": "2017-06-22 14:13:29",
                            "context": "快件已到达 陕西省西安市太华三部公司"
                        },
                        {
                            "time": "2017-06-22 14:01:13",
                            "context": "快件已到达 陕西省西安市太华公司"
                        },
                        {
                            "time": "2017-06-22 03:56:18",
                            "context": "快件已到达 陕西省西安市未央经济开发区公司"
                        },
                        {
                            "time": "2017-06-22 02:01:01",
                            "context": "快件已发往 陕西省西安市未央经济开发区公司"
                        },
                        {
                            "time": "2017-06-21 21:10:48",
                            "context": "快件已到达 西安转运中心"
                        },
                        {
                            "time": "2017-06-20 22:57:33",
                            "context": "快件已发往 西安转运中心"
                        },
                        {
                            "time": "2017-06-20 21:34:03",
                            "context": "快件已到达 北京转运中心"
                        },
                        {
                            "time": "2017-06-20 21:07:35",
                            "context": "快件已发往 北京转运中心"
                        },
                        {
                            "time": "2017-06-20 21:07:21",
                            "context": "北京市顺义区顺义机场公司取件人 :童灿春(17701248200) 已收件"
                        }
                    ],
                    "ret_code": 0,
                    "expSpellName": "yuantong",
                    "msg": "查询成功",
                    "updateStr": "2018-10-15 16:03:10",
                    "possibleExpList": [],
                    "flag": true,
                    "status": 4,
                    "tel": "021-69777888/95554",
                    "update": 1539590590255
                },
                "order_goods_id_array": [
                    63,64
                ]
            }
        ],
        "order_goods": [
            {
                "order_goods_id": 63,
                "goods_id": 61,
                "goods_name": "多规格测试商品",
                "sku_id": 75,
                "sku_name": "黑色 S ",
                "price": "100.00",
                "num": "1",
                "spec": [
                    {
                        "spec_value_name": "黑色",
                        "spec_name": "颜色"
                    },
                    {
                        "spec_value_name": "S",
                        "spec_name": "尺码"
                    }
                ],
                "pic_cover": "http://sit.vslai.com/upload/26/52/common/1536136534.jpg"
            }
        ]
    }
}

返回参数说明:

参数名 类型 说明
order_no string 订单编号
no_delivery_id_array array 未发货order_goods_id
goods_packet_list array 已发货内容
packet_name string 包裹名称
express_company_logo string 物流公司logo
expTextName string 物流公司名称申通快递
mailNo string 物流编号
dataSize int 物流内容大小
data array 物流数据
time string 事件时间
context string 事件内容
order_goods array 订单商品列表
order_goods_id int 主键id
goods_id int 商品id
goods_name string 商品名称
sku_id int sku_id
sku_name string sku名称
price string 商品价格
type int 购买数目

备注:

  • 更多返回错误代码请看首页的错误代码描述