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

# PromotionCreate Object

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
type PromotionCreate {
  errors: [PromotionCreateError!]!
  promotion: Promotion
}
```

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

### Fields

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

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

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

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

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

### Returned By

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