Skip to main content
Version: 3.x

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

DEPRECATED

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

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

SaleTranslate.sale ● Sale object

Returned by

saleTranslate mutation


Was this page helpful?