Skip to main content

PromotionTranslate

Creates/updates translations for a promotion.

Added in Saleor 3.17
Requires MANAGE_TRANSLATIONSpermission.
type PromotionTranslate {
errors: [TranslationError!]!
promotion: Promotion
}

Fields

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

PromotionTranslate.promotion ● Promotion object discounts

Returned By

promotionTranslate mutation