PromotionTranslate
Creates/updates translations for a promotion.
Added in Saleor 3.17type PromotionTranslate {
errors: [TranslationError!]!
promotion: Promotion
}
Fields
PromotionTranslate.errors
● [TranslationError!]!
non-null object miscellaneous
PromotionTranslate.promotion
● Promotion
object discounts
Returned By
promotionTranslate
mutation