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

# giftCardBulkCreate Mutation

Creates gift cards.

Requires the MANAGE\_GIFT\_CARD permission.

Triggers the following webhook events:

-   GIFT\_CARD\_CREATED (async): A gift card was created.
-   NOTIFY\_USER (async): A notification for created gift card.

```graphql
giftCardBulkCreate(
  input: GiftCardBulkCreateInput!
): GiftCardBulkCreate
```

Details

```graphql
type GiftCardBulkCreate {
  count: Int!
  giftCards: [GiftCard!]!
  errors: [GiftCardError!]!
}
```

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

### Arguments

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

#### [`input`](#input) ● [`GiftCardBulkCreateInput!`](/api-reference/gift-cards/inputs/gift-card-bulk-create-input.md)

Fields required to create gift cards.

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

### Type

<a id="giftcardbulkcreate"></a>

#### [`GiftCardBulkCreate`](/api-reference/gift-cards/objects/gift-card-bulk-create.md)

Creates gift cards.

Requires the MANAGE\_GIFT\_CARD permission.

Triggers the following webhook events:

-   GIFT\_CARD\_CREATED (async): A gift card was created.
-   NOTIFY\_USER (async): A notification for created gift card.
