Skip to main content

PromotionRuleTranslate

Creates/updates translations for a promotion rule.

Added in Saleor 3.17
Requires MANAGE_TRANSLATIONSpermission.
type PromotionRuleTranslate {
errors: [TranslationError!]!
promotionRule: PromotionRule
}

Fields

PromotionRuleTranslate.errors ● [TranslationError!]! non-null object miscellaneous

PromotionRuleTranslate.promotionRule ● PromotionRule object discounts

Returned By

promotionRuleTranslate mutation