Skip to main content

exportGiftCards Mutation

DEPRECATED

Export functionality is deprecated and will be removed. All data can be fetched via the GraphQL API and parsed into the desired format by apps or external tools.

Export gift cards to csv file.

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 @deprecated

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.

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.