Skip to main content

exportGiftCards

Export gift cards to csv file.

Added in Saleor 3.1
Requires MANAGE_GIFT_CARDpermission.

Triggers the following webhook events:

  • NOTIFY_USER (async): A notification for the exported file.
  • GIFT_CARD_EXPORT_COMPLETED (async): A notification for the exported file.
exportGiftCards(
input: ExportGiftCardsInput!
): ExportGiftCards

Arguments

exportGiftCards.input ● ExportGiftCardsInput! non-null input gift-cards

Fields required to export gift cards data.

Type

ExportGiftCards object gift-cards

Export gift cards to csv file.

Added in Saleor 3.1
Requires MANAGE_GIFT_CARDpermission.

Triggers the following webhook events:

  • NOTIFY_USER (async): A notification for the exported file.
  • GIFT_CARD_EXPORT_COMPLETED (async): A notification for the exported file.