> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/discounts/llms.txt)
> Source: https://docs.saleor.io/api-reference/discounts/mutations/promotion-rule-create

# promotionRuleCreate Mutation

Creates a new promotion rule.

Requires the MANAGE\_DISCOUNTS permission.

Triggers the following webhook events:

-   PROMOTION\_RULE\_CREATED (async): A promotion rule was created.

```graphql
promotionRuleCreate(
  input: PromotionRuleCreateInput!
): PromotionRuleCreate
```

Details

```graphql
type PromotionRuleCreate {
  errors: [PromotionRuleCreateError!]!
  promotionRule: PromotionRule
}
```

<a id="arguments"></a>

### Arguments

<a id="input"></a>

#### [`input`](#input) ● [`PromotionRuleCreateInput!`](/api-reference/miscellaneous/inputs/promotion-rule-create-input.md)

Fields required to create a promotion rule.

<a id="type"></a>

### Type

<a id="promotionrulecreate"></a>

#### [`PromotionRuleCreate`](/api-reference/discounts/objects/promotion-rule-create.md)

Creates a new promotion rule.

Requires the MANAGE\_DISCOUNTS permission.

Triggers the following webhook events:

-   PROMOTION\_RULE\_CREATED (async): A promotion rule was created.
