Version: 202506
Get price rule count
GET/openapi/2025-06/price_rules/count
Retrieves the total number of price rules available in your store.
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
countint32
Total number of price rules
{
"code": "string",
"message": "string",
"data": {
"count": 0
}
}