优惠券列表

拥有此API的权限集
营销码券管理-查询

请求方式及url

  • 请求方式:POST
  • 请求头:Content-Type:application/json
  • 接口地址:https://api.xiaoe-tech.com/xe.coupon.list/2.0.0
  • 频率限制:10秒500次

在线调试工具

请求

响应

请求参数

参数名 必选 类型 说明 备注
access_token string 专属token ...
start_time date 有效期开始时间 ...
end_time date 有效期结束时间 ...
coupon_name string 优惠券名称 支持模糊查找
discount_type int 优惠券类型 0 全部 1-满减券 2-折扣券 ``
coupon_ids string/array 优惠券ID集合 xxxx
spread_type int/array 领取方式 0-用户领取 1-商家发放 2-兑换码兑换 3-不限
select_state array 状态 1-领取中 2-已领完 3-已结束, 支持多个状态 1
activity_state string/array 活动状态 0-不限 1-(未开始 - 能领不能用) 2-(进行中 - 能领能用) 3-(已结束 - 不能领不能用) 4-(已停止 - 不能领能用) ``
user_id string 用户user_id ``
is_show int 是否在详情页展示 0-不展示 1-展示;影响c端资源详情页优惠券的展示 ``
page int 页码 1
page_size int 页目条数 10
start_update_time string 查询update_time范围的开始时间,如2022-09-06 00:00:00 ``
end_update_time string 查询update_time范围的结束时间,如2022-09-07 00:00:00 ``

请求示例

{
       "access_token":"xe_xxxxx",
}

返回参数

参数名 必选 类型 说明 备注(示例)
code int 请求结果码
msg string 描述信息
data array 数据

数据列表data

参数名 必选 类型 说明 备注(示例)
id string 优惠券标识
title int 优惠券名称
type int 优惠券类型 0-商品优惠券 1-全店优惠券
discount_way int 优惠方式 1-满减券 2-折扣券
discount_percent int 折扣力度 0-100,0表示非折扣优惠券
discount_limit_price int 折扣上限 单位:分
can_del_since string 优惠券失效后可以删除的时间
surplus_count int 可用库存
spread_type int 发放方式 0-用户领取 1-商家发放 2-兑换码兑换
price int 金额 单位:分
bind_res_count int 绑定资源数
require_price int 最低消费金额 单位:分
valid_at string 有效开始时间
invalid_at string 有效结束时间
valid_after int 领取生效字段 -1 取优惠券生效时间;0 当天生效; 1 次日生效
valid_day int 领取后有效天数
manual_stop_at string 手动结束时间 结束了不能再领取,但领取了的能使用
receive_rule int 每人限领次数 0-不限制
count int 总发放量
has_received int 已领取总数
can_share int 是否可以进行h5分享
coupon_type int 优惠券类型,1-通用优惠券,2-专属优惠券,3-员工优惠券
receive_limit_type int 限制身份领取类型 0-不限制,1-超级会员,2-用户人群,3-用户标签
receive_limit_ids string 领取限制关联ID,为Json字符串
instructions string 优惠券使用说明
limit_title string 指定身份文本
has_relate_paid_coupon bool 是否关联有价优惠券 ,true-关联 ;false-不关联
has_spread_process_state bool 优惠券是否有进行中的定向发放 1-有 0-无
is_use int 已使用总数
use_count int 已使用总数
coupon_state int 优惠券状态 1-领取中 2-已领完 3-已结束 4 已失效 5 未开始
activity_state int 优惠券活动状态 1-(未开始 - 能领不能用) 2-(进行中 - 能领能用) 3-(已结束 - 不能领不能用) 4-(已停止 - 不能领能用)5-(已冻结,不能领不能用)
activity_exception_msg string 活动异常提示 ""

receive_limit_ids领取限制关联ID的Json字符串

参数名 类型 说明 备注(示例)
id string 关联id
title string 冗余标题
is_free_vip bool 是否是体验会员 true

返回示例

 {
    "code": 0,
    "msg": "",
    "data": {
        "current_page": 1,
        "data": [
            {
                "id": "cou_xxxwcB",
                "title": "xxx",
                "type": 1,
                "discount_way": 1,
                "discount_percent": 0,
                "discount_limit_price": 0,
                "spread_type": 3,
                "price": 23322,
                "bind_res_count": 0,
                "require_price": 0,
                "valid_at": "2021-08-28 00:00:00",
                "invalid_at": "2021-08-31 00:00:00",
                "valid_after": -1,
                "valid_day": 0,
                "manual_stop_at": null,
                "receive_rule": 0,
                "count": 2,
                "has_received": 0,
                "can_share": 1,
                "coupon_type": 1,        
                "receive_limit_type": 0,    
                "receive_limit_ids": "",    
                "instructions": "",    
                "limit_title": "xxxx",    
                "has_relate_paid_coupon": false,
                "has_spread_process_state": 0,
                "is_use": 0,
                "use_count": 0,
                "coupon_state": 1,
                "activity_exception_msg": "",
                "activity_state": 1,
                "can_del_since": "",
                "surplus_count": 2        
            }
        ],
        "from": 1,
        "last_page": 518,
        "next_page_url": "http://xxxx",
        "path": "http://xxxx",
        "per_page": 10,
        "prev_page_url": null,
        "to": 10,
        "total": 5171
    }
}

results matching ""

    No results matching ""