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

# promotionCreate Mutation

Creates a new promotion.

Requires the MANAGE\_DISCOUNTS permission.

Triggers the following webhook events:

-   PROMOTION\_CREATED (async): A promotion was created.
-   PROMOTION\_STARTED (async): Optionally called if promotion was started.

```graphql
promotionCreate(
  input: PromotionCreateInput!
): PromotionCreate
```

Details

```graphql
type PromotionCreate {
  errors: [PromotionCreateError!]!
  promotion: Promotion
}
```

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

### Arguments

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

#### [`input`](#input) ● [`PromotionCreateInput!`](/api-reference/discounts/inputs/promotion-create-input.md)

Fields requires to create a promotion.

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

### Type

<a id="promotioncreate"></a>

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

Creates a new promotion.

Requires the MANAGE\_DISCOUNTS permission.

Triggers the following webhook events:

-   PROMOTION\_CREATED (async): A promotion was created.
-   PROMOTION\_STARTED (async): Optionally called if promotion was started.
