ExportGiftCards Object
Export gift cards to csv file.
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
exportFile ● ExportFile
The newly created export file job which is responsible for export data.
errors ● [ExportError!]!
Returned By
exportGiftCards mutation