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

# PromotionRuleCreate Object

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
type PromotionRuleCreate {
  errors: [PromotionRuleCreateError!]!
  promotionRule: PromotionRule
}
```

<a id="fields"></a>

### Fields

<a id="errors"></a>

#### [`errors`](#errors) ● [`[PromotionRuleCreateError!]!`](/api-reference/miscellaneous/objects/promotion-rule-create-error.md)

<a id="promotion-rule"></a>

#### [`promotionRule`](#promotion-rule) ● [`PromotionRule`](/api-reference/discounts/objects/promotion-rule.md)

<a id="returned-by"></a>

### Returned By

[`promotionRuleCreate`](/api-reference/discounts/mutations/promotion-rule-create.md) mutation
