公域百度订单列表

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

请求方式及url

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

在线调试工具

请求

响应

请求参数

参数名 必选 类型 说明
access_token string 专属token
shop_id string 百度店铺ID
xiaoe_order_id string 小鹅通订单号
order_status []int 订单状态 1-待付款 2-已支付 3-已发货 4-已取消 5-已完成(已收货) 6-售后中
channel_order_id string 百度订单号
created_start_at string 创建开始时间
created_end_at string 创建结束时间
super_id string 达人ID
page int 页码
page_size int 每页条数,最大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"
}

返回参数

参数名 必选 类型 说明 备注
code int 返回码 0-成功,其他失败
msg string 返回信息 ok
data json对象 返回值 ...
data.total int 总数 70
data.order_list array 订单列表 [...]
data.order_list[].shop_id string 店铺ID 66cdc92d7b526000163a53b1
data.order_list[].order_id string 订单ID tp_order_67e670eab0f2b_RS30qkXS2182
data.order_list[].xiaoe_order_id string 小鹅订单ID ""
data.order_list[].channel_order_id string 渠道订单ID P758707419707206451
data.order_list[].channel_type int 渠道类型 2
data.order_list[].channel_user_name string 渠道用户名 石杨
data.order_list[].order_amount int 订单金额-单位:分 500
data.order_list[].user_id string 用户ID ""
data.order_list[].order_status int 订单状态 1-待付款 2-已支付 3-已发货 4-已取消 5-已完成(已收货)6-售后中 4
data.order_list[].claim_status int 领取状态 1-未领取 2-已领取 1
data.order_list[].sms_status int 短信状态 1-未点击 2-已点击 3-发送失败 3
data.order_list[].click_status int 点击状态 1-未点击 2-已点击 1
data.order_list[].create_time string 创建时间 2025-03-28 17:50:34
data.order_list[].resource_id string 资源ID course_2rIRGsw94sztIlfTvCxdi6uU7nU
data.order_list[].resource_title string 资源标题 45445455
data.order_list[].resource_type int 资源类型 50
data.order_list[].goods_name string 百度商品名称 男装Polo衫,加大码,秋冬季
data.order_list[].goods_img string 百度商品图片URL http://qimg.xiaohongshu.com/...
data.order_list[].claim_time string 领取时间 --
data.order_list[].purchase_type int 购课链路 1-仅领课 2-先领课后加微 3-先加微后领课 3
data.order_list[].is_add_customer int 是否加微 1-添加 0未添加 0
data.order_list[].add_customer_id string 加微客户ID ""
data.order_list[].add_customer_name string 加微客户名称-废弃 ""
data.order_list[].order_status_txt string 订单状态文本 已取消
data.order_list[].complex_claim_status int 领课状态 2
data.order_list[].complex_claim_status_txt string 领课状态文本 链接未点击
data.order_list[].complex_add_customer int 加微状态 3
data.order_list[].complex_add_customer_txt string 加微状态文本 短信发送成功未加微
data.order_list[].refund_status int 售后状态 0-无售后 1-待处理 2-售后中 3-售后关闭 4-售后成功 0
data.order_list[].tmp_add_customer_status int 临时加微状态 1-未设置 2-加微成功 3-加微短信发送成功未加微 4-加微短信发送失败 5.加微短信发送中待回执 3
data.order_list[].add_customer_sms_status int 加微短信状态 1-待发送 2-已发送 3-发送成功 4-发送失败 1
data.order_list[].customer_sms_switch int 当前订单加微短信开关 1-开启 0-未开启 1
data.order_list[].super_id string 达人ID --
data.order_list[].super_name string 达人昵称 --
data.order_list[].shop_info json对象 店铺信息 ...
data.order_list[].shop_info.app_id string 应用ID app_xxxxxx
data.order_list[].shop_info.seller_id string 卖家ID 66cdc92d7b526000163a53b1
data.order_list[].shop_info.sell_name string 卖家名称 凌小翔的店
data.order_list[].shop_info.auth_state int 认证状态 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"
}

results matching ""

    No results matching ""