giftCardBulkCreate
Create gift cards.
Added in Saleor 3.1Triggers the following webhook events:
- GIFT_CARD_CREATED (async): A gift card was created.
- NOTIFY_USER (async): A notification for created gift card.
giftCardBulkCreate(
input: GiftCardBulkCreateInput!
): GiftCardBulkCreate
Arguments
giftCardBulkCreate.input
● GiftCardBulkCreateInput!
non-null input gift-cards
Fields required to create gift cards.
Type
GiftCardBulkCreate
object gift-cards
Create gift cards.
Added in Saleor 3.1
Triggers the following webhook events:
- GIFT_CARD_CREATED (async): A gift card was created.
- NOTIFY_USER (async): A notification for created gift card.