Skip to main content

ExportRedemptionCodesResult

No description

type ExportRedemptionCodesResult {
success: Boolean!
errors: [CreatePromotionError!]
}

Fields

ExportRedemptionCodesResult.success ● Boolean! non-null scalar

If the export of redemption codes was successful

ExportRedemptionCodesResult.errors ● [CreatePromotionError!] list object

Any errors present when starting the export job will be returned here

Returned By

exportRedemptionCodes mutation