说明:
请求地址:
/wapbiz/order/orderlist
请求参数说明:
参数名 |
类型 |
是否必须 |
说明 |
page_index |
int |
否 |
当前页数,不传默认第一页 |
page_size |
int |
否 |
每页数目, 不传默认20 |
order_status |
int |
否 |
不传默认全部,0待付款,1待发货,2待收货,3已收货,4已完成,5已关闭 |
search_text |
string |
否 |
搜索关键字 |
member_id |
int |
否 |
会员id,会员订单列表时传 |
返回字段说明:
字段名 |
类型 |
说明 |
order_id |
int |
订单id |
order_no |
string |
订单编号 |
shop_name |
string |
店铺名称 |
pay_money |
float |
支付金额 |
order_money |
float |
订单总额 |
goods_id |
int |
商品id |
order_type |
int |
订单类型,1为普通2成为微店店主3为微店店主续费4为微店店主升级,5拼团订单,6秒杀订单,7预售订单,8砍价订单,9奖品订单,10兑换订单,11微店订单 12门店订单 |
order_type_name |
string |
订单类型名称 |
money_type |
int |
预售类型 0-待付定金 1-待付尾款 2-已付尾款 |
presell_id |
int |
预售id |
pay_type_name |
string |
支付方式 |
order_status |
string |
订单状态-1,售后中, 0->未支付,1->已付款,2->已发货,3->确认收货,4->已完成,5->已关闭6->链上处理中 |
commission |
float |
佣金 |
bonus |
float |
分红 |
global_bonus |
float |
全球分红 |
area_bonus |
float |
区域分红 |
team_bonus |
float |
团队分红 |
order_status_name |
string |
订单状态名称 |
operation |
array |
操作列表 |
order_item_list |
array |
订单商品列表 |
promotion_status |
int |
标识售后订单是否整单进行售后 |
order_goods_id |
int |
订单商品id |
goods_id |
int |
商品id |
sku_id |
int |
skuid |
goods_name |
string |
商品名称 |
price |
float |
商品价格 |
num |
int |
购买数量 |
pic_cover |
string |
商品图片 |
spec |
array |
商品规格 |
spec_name |
string |
规格 |
spec_value_name |
string |
规格值 |
status_name |
string |
订单商品状态名称,售后中的商品才有 |
refund_status |
int |
订单商品退款状态 |
refund_type |
int |
订单商品退款类型,1退款,2退款退货 |
refund_type |
int |
订单商品退款类型,1退款,2退款退货 |
real_refund_reason |
string |
退款理由 |
refund_require_money |
float |
退款金额 |
new_refund_operation |
array |
退款操作 |
### 返回示例:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"code": 1,
"message": "获取成功",
"data": {
"order_list": [
{
"order_id": 407,
"order_no": "20200311174206765545",
"shop_id": 0,
"shop_name": "liaojiantao2224",
"order_point": 0,
"money_type": 0,
"pay_money": "1258.00",
"presell_id": 0,
"pay_type_name": "余额支付",
"order_type": 1,
"order_status": -1,
"order_money": "1258.00",
"commission": 0,
"bonus": 0,
"global_bonus": 0,
"area_bonus": 0,
"team_bonus": 0,
"order_type_name": "普通订单",
"order_status_name": "售后中",
"operation": [
{
"no": "seller_memo",
"name": "备注",
"icon_class": "icon icon-remarks-l"
},
{
"no": "detail",
"name": "订单详情"
}
],
"promotion_status": 0,
"order_item_list": [
{
"order_goods_id": 455,
"goods_id": 2007,
"sku_id": 4611,
"goods_name": "LOVO罗莱生活出品床品纯棉全棉四件套水洗棉时尚被套床单床上用品",
"price": "1398.00",
"num": "1",
"pic_cover": "https://img.alicdn.com/bao/uploaded/i2/279887075/O1CN018WLCVl228OevEedXJ_!!279887075.jpg",
"spec": [],
"status_name": "申请退款",
"refund_status": 1,
"refund_type": 1,
"real_refund_reason": "拍错/多拍/不想要",
"refund_require_money": "1398.00",
"new_refund_operation": [
{
"no": "judge_refund",
"name": "审核退款",
"icon_class": "icon icon-prohibit-l"
}
]
}
]
},
{
"order_id": 389,
"order_no": "20191207165337225914",
"shop_id": 0,
"shop_name": "liaojiantao2224",
"order_point": 0,
"money_type": 0,
"pay_money": "2108.00",
"presell_id": 0,
"pay_type_name": "在线支付",
"order_type": 1,
"order_status": 5,
"order_money": "2108.00",
"commission": 0,
"bonus": 0,
"global_bonus": 0,
"area_bonus": 0,
"team_bonus": 0,
"order_type_name": "普通订单",
"order_status_name": "已关闭",
"operation": [
{
"no": "seller_memo",
"name": "备注",
"icon_class": "icon icon-remarks-l"
},
{
"no": "delete_order",
"name": "删除",
"icon_class": "icon icon-clean-l"
},
{
"no": "detail",
"name": "订单详情"
}
],
"promotion_status": 0,
"order_item_list": [
{
"order_goods_id": 440,
"goods_id": 2020,
"sku_id": 4695,
"goods_name": "34234",
"price": "2342.00",
"num": "1",
"pic_cover": "https://img.alicdn.com/imgextra/i4/279887075/O1CN01YR9Igv228Of3TsD5D_!!279887075.jpg",
"spec": [
{
"spec_value_name": "2343",
"spec_name": 23
},
{
"spec_value_name": "2",
"spec_name": "颜色"
},
{
"spec_value_name": "223",
"spec_name": 234234
},
{
"spec_value_name": "sss",
"spec_name": "尺寸"
}
],
"status_name": "",
"refund_status": 0,
"real_refund_reason": "",
"refund_require_money": "",
"new_refund_operation": []
}
]
}
],
"page_count": 32,
"total_count": 63
}
}