---
title: "Run rule"
method: POST
path: "/v2/user/analytics/{storeId}/rules/{ruleId}/run"
tags: ["Analytics - Rules"]
---

# Run rule

`POST /v2/user/analytics/{storeId}/rules/{ruleId}/run`

## Path parameters

- `storeId` string, guid, required
- `ruleId` string, guid, required

## Response `204`

Rule executed

## Other responses

- `400` — Rule is not enabled. Please enable this run before trying to run it.
- `401` — Store not allowed to use rules. Please upgrade your offer or contact us.
- `404` — Rule not found
- `409` — Rules for this store are currently running. Please try again later.
- `default` — Occurs when something goes wrong

---

[API](https://skmtc.dev/beezup/apis/beezup-merchant-api.md) · [All operations](https://skmtc.dev/beezup/apis/beezup-merchant-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/beezup/beezup-merchant-api/revisions/557b7feddf8a/schema)
