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.
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
Details
type ExportGiftCards {
exportFile: ExportFile
errors: [ExportError!]!
}
Arguments
input ● ExportGiftCardsInput!
Fields required to export gift cards data.
Type
ExportGiftCards
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.