Skip to main content
Version: 3.x

giftCardBulkActivate

Activate gift cards.

Added in Saleor 3.1
Requires MANAGE_GIFT_CARDpermission.

Triggers the following webhook events:

  • GIFT_CARD_STATUS_CHANGED (async): A gift card was activated.
giftCardBulkActivate(
ids: [ID!]!
): GiftCardBulkActivate

Arguments

giftCardBulkActivate.ids ● [ID!]! non-null scalar

List of gift card IDs to activate.

Type

GiftCardBulkActivate object

Activate gift cards.

Added in Saleor 3.1
Requires MANAGE_GIFT_CARDpermission.

Triggers the following webhook events:

  • GIFT_CARD_STATUS_CHANGED (async): A gift card was activated.

Was this page helpful?