GiftCardBulkActivate Object
Activate gift cards.
Triggers the following webhook events:
- GIFT_CARD_STATUS_CHANGED (async): A gift card was activated.
type GiftCardBulkActivate {
count: Int!
errors: [GiftCardError!]!
}
Fields
count ● Int!
Returns how many objects were affected.
errors ● [GiftCardError!]!
Returned By
giftCardBulkActivate mutation