4.4 会员订单详情

4.4 会员订单详情

HTTP请求方式:POST

METHOD:b2c.member.orderdetail

完整的HTTP请求参数(由下边各个参数的值自动生成,可直接复制至剪切板): 复制至剪切板

详解HTTP请求参数:添加参数 查看参数说明....

  • = 订单号 *

参数说明:

参数名称 是否必填 类型 描述
order_id int 订单号

返回结果(JSON)     格式化json

数据说明:

{
    order:{
        order_id://订单id
        total_amount_format://格式化后的订单总价
        status_txt:{[
            name:"等待补款",//订单状态
            code:"pay_3",//订单状态码
        ]},
        pay_btn:'(去付款,去付订金,支付尾款)'//支付按钮([等待支付尾款,活动结束],)
        pay_btn_code:1//支付按钮标示(0)  4:部分发货不能确认收货
        change_pay_btn:true//可修改支付方式
        leave_message_btn:true//可留意
        caption{
            payInfo:{//支付说明
                title://
                desc://
            },
            msg://订单状态说明
        }
        consignee:{
            r_time:''//配送时间空的时候不显示
        },
        shipping:{//配送方式
shipping_name
cost_shipping://运费
is_protect//物流保价
cost_protect://物流保价费 0不显示
        },
        payinfo:{//配送方式
            app_name://
            pay_app_id://
            cost_payment://支付费用 0不显示
        },
        ordermsg:{//订单留言

        },
        orderlogs:[//生成订单日志明细
            {
                "log_id": "85386",
                "rel_id": "160630180883650",
                "op_id": "32622",
                "op_name": "wzy188011",
                "alttime": "1467281320",
                "bill_type": "order",
                "behavior": "创建",
                "result": "SUCCESS",
                "log_text": "订单创建成功!",
                "addon": false
            },
            {
                "log_id": "85387",
                "rel_id": "160630180883650",
                "op_id": "32622",
                "op_name": "wzy188011",
                "alttime": "1467281330",
                "bill_type": "order",
                "behavior": "支付",
                "result": "SUCCESS",
                "log_text": "买家已经付款,订单160630180883650付款10元",
                "addon": false
            }
        ],
        is_tax:'true'//开启发票
        tax_type:'个人'//发票类型(公司)
        tax_content:'个人'//发票内容
        tax_title:'个人'//发票抬头
        "goods_items":{[
            'g_price':"¥960.00"//商品价格 (市场价)
            'price_discount'://商品减免价格
            'amount'://商品总金额
             "goods_pmt": [//商品优惠
                {
                    "pmt_id": "1",
                    "order_id": "160630180883650",
                    "product_id": "2712",
                    "pmt_type": "goods",
                    "pmt_amount": "1.000",
                    "pmt_tag": "减价",
                    "pmt_memo": "小于500元的商品5折",
                    "pmt_describe": "商品价格优惠¥10.00出售"
                }]
        ]}
        order_pmt:{//订单优惠
        }
        cost_item://商品总金额
        cost_payment://客户承担支付手续费 0不显示
        cost_tax://开发票所需税金 0不显示
        score_g://订单可得积分 0不显示
        payed://已付金额 0不显示
        cur_rate://货币汇率 0不显示
        cur_amount://货币结算金额 0不显示
        pmt_order://订单优惠金额 0不显示
        point_dis_price://积分抵扣 0不显示
        score_u:0.00//订单使用积分
        itemnum:0//订单总件数
        memo:'ss'//备注
    }
}