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

# GiftCardBulkActivate Object

Activate gift cards.

Requires the MANAGE\_GIFT\_CARD permission.

Triggers the following webhook events:

-   GIFT\_CARD\_STATUS\_CHANGED (async): A gift card was activated.

```graphql
type GiftCardBulkActivate {
  count: Int!
  errors: [GiftCardError!]!
}
```

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

### Fields

<a id="count"></a>

#### [`count`](#count) ● [`Int!`](/api-reference/miscellaneous/scalars/int.md)

Returns how many objects were affected.

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

#### [`errors`](#errors) ● [`[GiftCardError!]!`](/api-reference/gift-cards/objects/gift-card-error.md)

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

### Returned By

[`giftCardBulkActivate`](/api-reference/gift-cards/mutations/gift-card-bulk-activate.md) mutation
