Skip to main content
Version: 3.x

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

PromotionRuleTranslate.promotionRule ● PromotionRule object

Returned by

promotionRuleTranslate mutation


Was this page helpful?