Create Catalog Rule
| Endpoint | Method |
|---|---|
/api/admin/marketing/catalog-rules | POST |
Request Body
| Field | Type | Required | Notes |
|---|---|---|---|
name | string | yes | |
description | string | no | |
starts_from | string | no | YYYY-MM-DD. |
ends_till | string | no | |
status | int | no | 0/1. |
sort_order | int | no | |
condition_type | int | no | |
conditions | array | no | |
end_other_rules | int | no | |
action_type | string | yes | by_percent, by_fixed, etc. |
discount_amount | number | yes | |
channels | int[] | yes | |
customer_groups | int[] | yes |
Permission: marketing.promotions.catalog_rules.create.

