- 公共分类
- 商户菜单管理
- 商户管理
- 内容分类管理
- 内容文章管理
- 微信菜单管理
- 微信自动回复管理
- 图文管理
- 微信用户标签
- 微信用户分组
- 微信用户管理
- 商品分类
- 品牌分类
- 品牌
- 商户分类
- 用户分组
- 用户管理
- 用户标签
- 商品管理
- 快递公司
- 短信平台
- 数据库管理
- 商品评价管理
- 用户反馈
- 对账管理
- 佣金提现
- 微信消息模板
- 客服
- 充值管理
- 资金记录
- 订单管理
- 分销员
- 统计
- 授权
- 礼包管理
- 优惠券管理
- 申请管理
- 直播间管理
- 直播间商品管理
- 秒杀时间管理V1.1.0
- 资金明细
- 导出文件
- 预售商品
- 助力商品
- 公告管理
- 拼团商品
- 拼团信息
- 财务管理
- 店铺类型
- 保障服务
- 积分管理
- 分账单
- 协议管理
- 分账申请
- 分销员等级
- 一号通
- 商品标签
- 会员等级
- 会员权益
- 社区文章
- 社区分类
- 社区话题
- 社区评论
- 消息管理
- 应用
- 优惠套餐
- 同城配送
- 保证金管理
- 平台优惠券
- 一键换色
- DIY
- 客服自动回复
- DIY页面分类
- DIY页面链接[商户端]
- DIY页面分类[商户端]
- DIY页面链接
- 附件管理
- 附件分类
- 管理员管理
- 菜单管理
- 身份管理
- 配置管理
- 活动氛围图
- 活动边框
- 价格说明
- 付费会员
- DIY商户默认模板
- 付费会员权益
- 城市数据
- 用户管理
- 商品参数
- 秒杀商品
- 积分商城
- 分销订单
- 组合数据
- 用户自定义属性
- 系统表单
- 报名活动
- 存储配置
- 秒杀
- 商户分组
商户订单列表
开发中
GET
/merchant/order/lst/{id}
对账管理
请求参数
Path 参数
id
string
必需
Query 参数
reconciliation_type
string
必需
date
string
必需
Header 参数
x-token
string
可选
默认值:
{{x-token}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/merchant/order/lst/?reconciliation_type=&date=' \
--header 'x-token: {{x-token}}'
返回响应
🟢200successful operation
application/json
Body
status
number
可选
message
string
可选
data
object
可选
count
number
可选
list
array [object {32}]
可选
示例
{
"status": 0,
"message": "string",
"data": {
"count": 0,
"list": [
{
"order_id": 0,
"group_order_id": 0,
"order_sn": "string",
"uid": 0,
"real_name": "string",
"user_phone": "string",
"user_address": "string",
"cart_id": "string",
"total_num": 0,
"total_price": "string",
"total_postage": "string",
"pay_price": "string",
"pay_postage": "string",
"coupon_id": "string",
"coupon_price": "string",
"paid": 0,
"pay_time": "string",
"pay_type": 0,
"create_time": "string",
"status": 0,
"delivery_type": "string",
"delivery_name": "string",
"delivery_id": "string",
"mark": "string",
"remark": "string",
"mer_id": 0,
"reconciliation_id": 0,
"cost": "string",
"is_remind": 0,
"is_del": 0,
"is_system_del": 0,
"orderProduct": [
{
"order_product_id": 0,
"order_id": 0,
"uid": 0,
"cart_id": 0,
"product_id": 0,
"product_sku": "string",
"is_refund": 0,
"product_num": 0,
"refund_num": 0,
"is_reply": 0,
"product_price": "string",
"cart_info": {
"product": {
"product_id": 0,
"image": "string",
"store_name": "string",
"is_show": 0,
"status": 0,
"is_del": 0,
"unit_name": "string",
"price": "string",
"mer_status": 0,
"temp_id": 0,
"temp": {
"shipping_template_id": 0,
"name": "string",
"type": 0,
"appoint": 0,
"undelivery": 0,
"mer_id": 0,
"is_default": 0,
"sort": 0,
"create_time": "string",
"regionAddress": {
"shipping_template_region_id": 0,
"temp_id": 0,
"city_id": "string",
"first": "string",
"first_price": "string",
"continue": "string",
"continue_price": "string"
},
"undelives": null,
"freeAddress": null
}
},
"productAttr": {
"product_id": 0,
"stock": 0,
"price": "string",
"unique": "string",
"sku": "string",
"volume": "string",
"weight": "string",
"cost": "string"
},
"product_type": 0
}
}
]
}
]
}
}
修改于 2022-08-30 10:22:41