Skip to content

公域百度订单列表

拥有此API的权限集
公域管理-查询

请求方式及url

  • 请求方式:POST
  • 请求头:Content-Type:application/json
  • 接口地址:https://api.xiaoe-tech.com/xe.common-domain.baidu.order.list/1.0.0
  • 频率限制:10秒600次

接口调试

请求参数
响应结果
暂无响应数据

请求参数

参数名必选类型说明
access_tokenstring专属token
shop_idstring百度店铺ID
xiaoe_order_idstring小鹅通订单号
order_status[]int订单状态 1-待付款 2-已支付 3-已发货 4-已取消 5-已完成(已收货) 6-售后中
channel_order_idstring百度订单号
created_start_atstring创建开始时间
created_end_atstring创建结束时间
super_idstring达人ID
pageint页码
page_sizeint每页条数,最大100
complex_add_customer_status[]int加微状态 1.未设置 2.加微成功 3.加微短信发送成功未加微 4.加微短信发送失败 5.加微短信发送中待回执
complex_claim_status[]int领课状态 1.领课成功 2.领课短信发送成功未点击 3.链接点击未领课 4.短信发送失败 5.短信发送中待回执

请求示例

{
    "access_token":"xe_xxxxx",
    "page": 1,
    "page_size": 10,
    "order_status": [
        1,
        2,
        6,
        5,
        4,
        3
    ],
    "channel_order_id": "",
    "xiaoe_order_id": "",
    "shop_id": "101703053",
    "super_id": "",
    "complex_claim_status": [
        1,
        2,
        3,
        4,
        5
    ],
    "complex_add_customer_status": [
        1,
        2,
        3,
        4,
        5
    ],
    "created_start_at": "2025-04-02",
    "created_end_at": "2025-04-20"
}

返回参数

参数名必选类型说明备注
codeint返回码0-成功,其他失败
msgstring返回信息ok
datajson对象返回值...
data.totalint总数70
data.order_listarray订单列表[...]
data.order_list[].shop_idstring店铺ID66cdc92d7b526000163a53b1
data.order_list[].order_idstring订单IDtp_order_67e670eab0f2b_RS30qkXS2182
data.order_list[].xiaoe_order_idstring小鹅订单ID""
data.order_list[].channel_order_idstring渠道订单IDP758707419707206451
data.order_list[].channel_typeint渠道类型2
data.order_list[].channel_user_namestring渠道用户名石杨
data.order_list[].order_amountint订单金额-单位:分500
data.order_list[].user_idstring用户ID""
data.order_list[].order_statusint订单状态 1-待付款 2-已支付 3-已发货 4-已取消 5-已完成(已收货)6-售后中4
data.order_list[].claim_statusint领取状态 1-未领取 2-已领取1
data.order_list[].sms_statusint短信状态 1-未点击 2-已点击 3-发送失败3
data.order_list[].click_statusint点击状态 1-未点击 2-已点击1
data.order_list[].create_timestring创建时间2025-03-28 17:50:34
data.order_list[].resource_idstring资源IDcourse_2rIRGsw94sztIlfTvCxdi6uU7nU
data.order_list[].resource_titlestring资源标题45445455
data.order_list[].resource_typeint资源类型50
data.order_list[].goods_namestring百度商品名称男装Polo衫,加大码,秋冬季
data.order_list[].goods_imgstring百度商品图片URLhttp://qimg.xiaohongshu.com/...
data.order_list[].claim_timestring领取时间--
data.order_list[].purchase_typeint购课链路 1-仅领课 2-先领课后加微 3-先加微后领课3
data.order_list[].is_add_customerint是否加微 1-添加 0未添加0
data.order_list[].add_customer_idstring加微客户ID""
data.order_list[].add_customer_namestring加微客户名称-废弃""
data.order_list[].order_status_txtstring订单状态文本已取消
data.order_list[].complex_claim_statusint领课状态2
data.order_list[].complex_claim_status_txtstring领课状态文本链接未点击
data.order_list[].complex_add_customerint加微状态3
data.order_list[].complex_add_customer_txtstring加微状态文本短信发送成功未加微
data.order_list[].refund_statusint售后状态 0-无售后 1-待处理 2-售后中 3-售后关闭 4-售后成功0
data.order_list[].tmp_add_customer_statusint临时加微状态 1-未设置 2-加微成功 3-加微短信发送成功未加微 4-加微短信发送失败 5.加微短信发送中待回执3
data.order_list[].add_customer_sms_statusint加微短信状态 1-待发送 2-已发送 3-发送成功 4-发送失败1
data.order_list[].customer_sms_switchint当前订单加微短信开关 1-开启 0-未开启1
data.order_list[].super_idstring达人ID--
data.order_list[].super_namestring达人昵称--
data.order_list[].shop_infojson对象店铺信息...
data.order_list[].shop_info.app_idstring应用IDapp_xxxxxx
data.order_list[].shop_info.seller_idstring卖家ID66cdc92d7b526000163a53b1
data.order_list[].shop_info.sell_namestring卖家名称凌小翔的店
data.order_list[].shop_info.auth_stateint认证状态1
备注
  • code=0时,msg:
  • code!=0时,msg:获取订单列表失败

返回示例

{
    "code": 0,
    "data": {
        "order_list": 
            {
                "shop_id": "101703053",
                "shop_info": {
                    "app_id": "app_xxxxxx",
                    "shop_id": "101703053",
                    "ucid": "58035351",
                    "shop_name": "BM-小鹅通技术",
                    "auth_state": 1,
                    "input_state": 1
                },
                "order_id": "tp_order_67d3d6d3a3d03_2uX582a05741",
                "goods_name": "CFA报考条件及职业前景",
                "resource_title": "圈子测试",
                "resource_img": "https://wechatapppro-1252524126.file.myqcloud.com/app_xxxxxx/image/b_u_61de508b4ee93_RvHzXygy/lzhvoio40bo0.png",
                "goods_img": "https://kaidian-image.baidu.com/0/pic/2014904187_-1314551849_775570560.jpg",
                "channel_order_id": "102272658295358",
                "xiaoe_order_id": "",
                "channel_type": 1,
                "channel_user_name": "活名方大兵1z",
                "order_amount": 201,
                "user_id": "",
                "order_status": 4,
                "claim_status": 1,
                "click_status": 2,
                "sms_status": 3,
                "order_goods_type": 1,
                "claim_time": "--",
                "customer_info": {
                    "id": 0,
                    "app_id": "",
                    "shop_id": "",
                    "channel_type": 0,
                    "created_at": "0001-01-01T00:00:00Z",
                    "updated_at": "0001-01-01T00:00:00Z",
                    "is_deleted": 0,
                    "order_id": "",
                    "channel_order_id": "",
                    "xiaoe_order_id": "",
                    "clue_id": "",
                    "is_add_customer": 0,
                    "customer_channel": 0,
                    "add_customer_img": "",
                    "add_customer_url": "",
                    "customer_sms_switch": 0,
                    "add_customer_id": "",
                    "add_customer_name": "",
                    "purchase_type": 0,
                    "user_id": "",
                    "user_info": "",
                    "avatar": "",
                    "clue_name": "",
                    "add_customer_at": "0001-01-01T00:00:00Z",
                    "sms_status": 0,
                    "click_status": 0
                },
                "create_time": "2025-03-14 15:12:20",
                "purchase_type": 2,
                "is_add_customer": 0,
                "add_customer_name": "",
                "add_customer_id": "",
                "order_status_txt": "已取消",
                "complex_claim_status": 3,
                "complex_claim_status_txt": "链接已点击未领取",
                "complex_add_customer": 3,
                "complex_add_customer_txt": "短信发送成功未加微",
                "refund_status": 0,
                "tmp_add_customer_status": 3,
                "add_customer_sms_send_status": 0,
                "customer_sms_switch": 1
            },
            {
                "shop_id": "101703053",
                "shop_info": {
                    "app_id": "app_xxxxxx",
                    "shop_id": "101703053",
                    "ucid": "58035351",
                    "shop_name": "BM-小鹅通技术",
                    "auth_state": 1,
                    "input_state": 1
                },
                "order_id": "tp_order_67d3a892f7d7c_ov9jfChH1881",
                "goods_name": "CFA报考条件及职业前景",
                "resource_title": "圈子测试",
                "resource_img": "https://wechatapppro-1252524126.file.myqcloud.com/app_xxxxxx/image/b_u_61de508b4ee93_RvHzXygy/lzhvoio40bo0.png",
                "goods_img": "https://kaidian-image.baidu.com/0/pic/2014904187_-1314551849_775570560.jpg",
                "channel_order_id": "102269569375358",
                "xiaoe_order_id": "o_1741924550_67d3a8c62c2e6_674710V2",
                "channel_type": 1,
                "channel_user_name": "活名方大兵1z",
                "order_amount": 201,
                "user_id": "u_api_67cfa5e059aa0_nJFRkK1t",
                "order_status": 4,
                "claim_status": 3,
                "click_status": 2,
                "sms_status": 3,
                "order_goods_type": 1,
                "claim_time": "2025-03-14 11:55:50",
                "customer_info": {
                    "id": 0,
                    "app_id": "",
                    "shop_id": "",
                    "channel_type": 0,
                    "created_at": "0001-01-01T00:00:00Z",
                    "updated_at": "0001-01-01T00:00:00Z",
                    "is_deleted": 0,
                    "order_id": "",
                    "channel_order_id": "",
                    "xiaoe_order_id": "",
                    "clue_id": "",
                    "is_add_customer": 0,
                    "customer_channel": 0,
                    "add_customer_img": "",
                    "add_customer_url": "",
                    "customer_sms_switch": 0,
                    "add_customer_id": "",
                    "add_customer_name": "",
                    "purchase_type": 0,
                    "user_id": "",
                    "user_info": "",
                    "avatar": "",
                    "clue_name": "",
                    "add_customer_at": "0001-01-01T00:00:00Z",
                    "sms_status": 0,
                    "click_status": 0
                },
                "create_time": "2025-03-14 11:54:59",
                "purchase_type": 2,
                "is_add_customer": 0,
                "add_customer_name": "",
                "add_customer_id": "",
                "order_status_txt": "已取消",
                "complex_claim_status": 1,
                "complex_claim_status_txt": "领取成功",
                "complex_add_customer": 3,
                "complex_add_customer_txt": "短信发送成功未加微",
                "refund_status": 0,
                "tmp_add_customer_status": 3,
                "add_customer_sms_send_status": 0,
                "customer_sms_switch": 1
            },
            {
                "shop_id": "101703053",
                "shop_info": {
                    "app_id": "app_xxxxxx",
                    "shop_id": "101703053",
                    "ucid": "58035351",
                    "shop_name": "BM-小鹅通技术",
                    "auth_state": 1,
                    "input_state": 1
                },
                "order_id": "tp_order_67d3a78bbaa60_CUmpxlE74350",
                "goods_name": "CFA报考条件及职业前景",
                "resource_title": "圈子测试",
                "resource_img": "https://wechatapppro-1252524126.file.myqcloud.com/app_xxxxxx/image/b_u_61de508b4ee93_RvHzXygy/lzhvoio40bo0.png",
                "goods_img": "https://kaidian-image.baidu.com/0/pic/2014904187_-1314551849_775570560.jpg",
                "channel_order_id": "102269591065358",
                "xiaoe_order_id": "o_1741924276_67d3a7b494140_463072V2",
                "channel_type": 1,
                "channel_user_name": "活名方大兵1z",
                "order_amount": 201,
                "user_id": "u_api_67cfa5e059aa0_nJFRkK1t",
                "order_status": 4,
                "claim_status": 3,
                "click_status": 2,
                "sms_status": 3,
                "order_goods_type": 1,
                "claim_time": "2025-03-14 11:51:16",
                "customer_info": {
                    "id": 0,
                    "app_id": "",
                    "shop_id": "",
                    "channel_type": 0,
                    "created_at": "0001-01-01T00:00:00Z",
                    "updated_at": "0001-01-01T00:00:00Z",
                    "is_deleted": 0,
                    "order_id": "",
                    "channel_order_id": "",
                    "xiaoe_order_id": "",
                    "clue_id": "",
                    "is_add_customer": 0,
                    "customer_channel": 0,
                    "add_customer_img": "",
                    "add_customer_url": "",
                    "customer_sms_switch": 0,
                    "add_customer_id": "",
                    "add_customer_name": "",
                    "purchase_type": 0,
                    "user_id": "",
                    "user_info": "",
                    "avatar": "",
                    "clue_name": "",
                    "add_customer_at": "0001-01-01T00:00:00Z",
                    "sms_status": 0,
                    "click_status": 0
                },
                "create_time": "2025-03-14 11:50:35",
                "purchase_type": 2,
                "is_add_customer": 0,
                "add_customer_name": "",
                "add_customer_id": "",
                "order_status_txt": "已取消",
                "complex_claim_status": 1,
                "complex_claim_status_txt": "领取成功",
                "complex_add_customer": 3,
                "complex_add_customer_txt": "短信发送成功未加微",
                "refund_status": 0,
                "tmp_add_customer_status": 3,
                "add_customer_sms_send_status": 0,
                "customer_sms_switch": 1
            },
            {
                "shop_id": "101703053",
                "shop_info": {
                    "app_id": "app_xxxxxx",
                    "shop_id": "101703053",
                    "ucid": "58035351",
                    "shop_name": "BM-小鹅通技术",
                    "auth_state": 1,
                    "input_state": 1
                },
                "order_id": "tp_order_67d3a309ec151_0fHXMok14326",
                "goods_name": "CFA报考条件及职业前景",
                "resource_title": "圈子测试",
                "resource_img": "https://wechatapppro-1252524126.file.myqcloud.com/app_xxxxxx/image/b_u_61de508b4ee93_RvHzXygy/lzhvoio40bo0.png",
                "goods_img": "https://kaidian-image.baidu.com/0/pic/2014904187_-1314551849_775570560.jpg",
                "channel_order_id": "102268938275358",
                "xiaoe_order_id": "o_1741923145_67d3a349379c3_318841V2",
                "channel_type": 1,
                "channel_user_name": "活名方大兵1z",
                "order_amount": 201,
                "user_id": "u_api_67cfa5e059aa0_nJFRkK1t",
                "order_status": 4,
                "claim_status": 3,
                "click_status": 2,
                "sms_status": 3,
                "order_goods_type": 1,
                "claim_time": "2025-03-14 11:32:25",
                "customer_info": {
                    "id": 0,
                    "app_id": "",
                    "shop_id": "",
                    "channel_type": 0,
                    "created_at": "0001-01-01T00:00:00Z",
                    "updated_at": "0001-01-01T00:00:00Z",
                    "is_deleted": 0,
                    "order_id": "",
                    "channel_order_id": "",
                    "xiaoe_order_id": "",
                    "clue_id": "",
                    "is_add_customer": 0,
                    "customer_channel": 0,
                    "add_customer_img": "",
                    "add_customer_url": "",
                    "customer_sms_switch": 0,
                    "add_customer_id": "",
                    "add_customer_name": "",
                    "purchase_type": 0,
                    "user_id": "",
                    "user_info": "",
                    "avatar": "",
                    "clue_name": "",
                    "add_customer_at": "0001-01-01T00:00:00Z",
                    "sms_status": 0,
                    "click_status": 0
                },
                "create_time": "2025-03-14 11:31:22",
                "purchase_type": 2,
                "is_add_customer": 0,
                "add_customer_name": "",
                "add_customer_id": "",
                "order_status_txt": "已取消",
                "complex_claim_status": 1,
                "complex_claim_status_txt": "领取成功",
                "complex_add_customer": 3,
                "complex_add_customer_txt": "短信发送成功未加微",
                "refund_status": 0,
                "tmp_add_customer_status": 3,
                "add_customer_sms_send_status": 0,
                "customer_sms_switch": 1
            }
        ],
        "total": 49
    },
    "msg": "success"
}