Skip to main content

ShopSettingsTranslate Object

Creates/updates translations for shop settings.

Requires the MANAGE_TRANSLATIONSpermission.
type ShopSettingsTranslate {
shop: Shop
translationErrors: [TranslationError!]! @deprecated
errors: [TranslationError!]!
}

Fields

shop ● Shop

Updated shop settings.

errors ● [TranslationError!]!

Show deprecated

Returned By

shopSettingsTranslate mutation