版本:202506
查询价格规则数量
GET/openapi/2025-06/price_rules/count
返回店铺中可用的价格规则总数。
响应
- 200
OK
- application/json
- 数据结构
- 示例
数据结构
codestring
错误码
messagestring
错误信息
data object
countint32
价格规则总数
{
"code": "string",
"message": "string",
"data": {
"count": 0
}
}