giftCardCreate Mutation
Creates a new gift card.
Triggers the following webhook events:
- GIFT_CARD_CREATED (async): A gift card was created.
- NOTIFY_USER (async): A notification for created gift card.
giftCardCreate(
input: GiftCardCreateInput!
): GiftCardCreate
Details
type GiftCardCreate {
giftCardErrors: [GiftCardError!]! @deprecated
errors: [GiftCardError!]!
giftCard: GiftCard
}
Arguments
input ● GiftCardCreateInput!
Fields required to create a gift card.
Type
GiftCardCreate
Creates a new gift card.
Triggers the following webhook events:
- GIFT_CARD_CREATED (async): A gift card was created.
- NOTIFY_USER (async): A notification for created gift card.