GiftCardBulkDeactivate Object
Deactivate gift cards.
Triggers the following webhook events:
- GIFT_CARD_STATUS_CHANGED (async): A gift card was deactivated.
type GiftCardBulkDeactivate {
count: Int!
errors: [GiftCardError!]!
}
Fields
GiftCardBulkDeactivate.count
● Int!
non-null scalar miscellaneous
Returns how many objects were affected.
GiftCardBulkDeactivate.errors
● [GiftCardError!]!
non-null object gift-cards
Returned By
giftCardBulkDeactivate
mutation