Skip to main content
Version: 3.x

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

Fields required to export gift cards data.

Type

ExportGiftCards object

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.

Was this page helpful?