Skip to main content

SaleTranslate Object

Creates/updates translations for a sale.

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

Fields

errors ● [TranslationError!]!

sale ● Sale

Show deprecatedHide deprecated

translationErrors ● [TranslationError!]!

DEPRECATED

Use errors field instead.

Returned By

saleTranslate mutation