giftCardBulkActivate
Activate gift cards.
Added in Saleor 3.1Triggers 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 miscellaneous
List of gift card IDs to activate.
Type
GiftCardBulkActivate
object gift-cards
Activate gift cards.
Added in Saleor 3.1
Triggers the following webhook events:
- GIFT_CARD_STATUS_CHANGED (async): A gift card was activated.