获取订单详情
POST
https://api.xiaoe-tech.com/xe.order.detail/1.0.0
拥有此API的权限集 |
---|
订单管理-查询订单信息 |
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.xiaoe-tech.com/xe.order.detail/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token":"xe_xxxxx",
"order_id":"o_xxxxxx_xxxxxxx"
}'
响应示例响应示例
{
"code": 0,
"msg": "ok",
"data": {
"order_info": {
"app_id": "appx",
"content_app_id": null,
"order_id": "E2x",
"user_id": "u_x",
"pay_way": 0,
"payment_type": 2,
"resource_type": 21,
"count": 1,
"channel_info": "",
"purchase_name": "x",
"img_url": "https://x.png",
"price": "0.03",
"order_state": 1,
"ship_state": 1,
"out_order_id": "oo_x",
"transaction_id": "4x",
"wx_app_type": 1,
"use_collection": 2,
"settle_status": 0,
"distribute_type": 0,
"pay_time": "2021-08-09 15:29:35",
"settle_time": "0000-00-00 00:00:00",
"refund_money": null,
"source": 0,
"created_at": "2021-08-09 15:29:30",
"que_check_state": 0,
"express_type": 1,
"shop_name": "x",
"username": "Phosphorus .",
"phone": "13x",
"wx_avatar": "http://x.png",
"distribute_type_name": "--",
"is_distribute_money": 0,
"jump_url": "",
"discount_type": [],
"discount_arr": [],
"order_type": "普通订单",
"goods_category": 2,
"resource_type_name": "实物商品",
"order_state_type": "待发货",
"sales_state": -1,
"sales_state_name": "--",
"ship_receiver": "回",
"ship_phone": "1x1",
"ship_address": "吉林省四平市梨树县迪恩",
"ship_remark": "",
"ship_company": "",
"ship_express_id": "",
"ship_province": "吉林省",
"ship_city": "四平市",
"ship_county": "梨树县",
"ship_detail": "迪恩",
"sku_desc_str": "蓝色; 2",
"is_modified_amount": 0,
"must_not_modified_amount_reason": "",
"parcel_data": [],
"closure_reason": "",
"express_detail": [],
"shipped_goods": 0,
"can_shipments": 1,
"app_type_name": "微信H5店铺",
"pay_way_desc": "微信支付",
"activity_name": "--",
"activity_count": 0,
"content_market_name": "",
"freight": "0.01",
"unit_price": "0.02",
"gift_id": 0,
"gift_count": 0,
"gift_valid": 0,
"gift_user_id": "",
"collection_way": "微信服务商模式账户收款",
"sub_mchid": "160x",
"can_refund": 1,
"is_later_order": 0,
"invalid_time": 0,
"bubble_content": [],
"release_status": "未发货",
"price_change": false,
"freight_change": false,
"price_change_value": 0,
"freight_change_value": 0
},
"distribute_info": [],
"refund_info": [],
"student_info": [],
"after_sale_list": []
}
}
请求参数
Body 参数application/json