Skip to main content
Version: Canary 🚧

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.
type GiftCardBulkActivate {
count: Int!
errors: [GiftCardError!]!
}

Fields

GiftCardBulkActivate.count ● Int! non-null scalar

Returns how many objects were affected.

GiftCardBulkActivate.errors ● [GiftCardError!]! non-null object

Returned by

giftCardBulkActivate mutation


Was this page helpful?