Skip to main content

VoucherTranslate Object

Creates/updates translations for a voucher.

Requires the MANAGE_TRANSLATIONSpermission.
type VoucherTranslate {
translationErrors: [TranslationError!]! @deprecated
errors: [TranslationError!]!
voucher: Voucher
}

Fields

errors ● [TranslationError!]!

voucher ● Voucher

Show deprecatedHide deprecated

translationErrors ● [TranslationError!]!

DEPRECATED

Use errors field instead.

Returned By

voucherTranslate mutation