List Rules

Retrieves a list of rules configured for one or more merchants.

Query parameters

merchantIdsstringRequired

Comma-separated list of merchant IDs.

Response

A list of rules.
idstring or null
Unique identifier for the rule.
namestring or null
Name of the rule.
merchantIdstring or nullformat: "uuid"
Merchant identifier.
prioritydouble or null

Rule priority (higher precedence evaluated first).

isActiveboolean or null
Whether the rule is active.
conditionslist of objects or null
actionslist of objects or null
createdAtdatetime or null
Timestamp when the rule was created.
updatedAtdatetime or null
Timestamp when the rule was last updated.

Errors