Skip to main content

ExportGiftCards Object

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.
type ExportGiftCards {
exportFile: ExportFile
errors: [ExportError!]!
}

Fields

ExportGiftCards.exportFile ● ExportFile object miscellaneous

The newly created export file job which is responsible for export data.

ExportGiftCards.errors ● [ExportError!]! non-null object miscellaneous

Returned By

exportGiftCards mutation