Skip to main content

SaleTranslate

Creates/updates translations for a sale.

DEPRECATED: this mutation will be removed in Saleor 4.0. Use PromotionTranslate mutation instead.

Requires MANAGE_TRANSLATIONSpermission.
type SaleTranslate {
translationErrors: [TranslationError!]! @deprecated
errors: [TranslationError!]!
sale: Sale
}

Fields

SaleTranslate.translationErrors ● [TranslationError!]! deprecated non-null object miscellaneous

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

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

SaleTranslate.sale ● Sale object discounts

Returned By

saleTranslate mutation