Skip to main content
Version: Canary 🚧

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

Fields

ExportGiftCards.exportFile ● ExportFile object

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

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

Returned by

exportGiftCards mutation


Was this page helpful?