ExportGiftCards
Export gift cards to csv file.
Added in Saleor 3.1Triggers 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