版本:202506
查询折扣码列表
GET/openapi/2025-06/price_rules/:price_rule_id/discount_codes
返回指定价格规则下的所有折扣码。
请求
Path参数
price_rule_id string必填
价格规则 ID
响应
- 200
OK
- application/json
- 数据结构
- 示例
数据结构
- Array [
- ]
codestring
错误码
messagestring
错误信息
data object
discount_code object[]
折扣码
idstring
折扣 ID
price_rule_idstring
价格规则 ID
codestring
折扣码
created_atstring
创建时间,ISO-8601 格式
updated_atstring
最后更新时间,ISO-8601 格式
use_with_otherint32
是否可与其他折扣叠加
usage_countint32
已使用次数
{
"code": "string",
"message": "string",
"data": {
"discount_code": [
{
"id": "string",
"price_rule_id": "string",
"code": "string",
"created_at": "string",
"updated_at": "string",
"use_with_other": 0,
"usage_count": 0
}
]
}
}