Skip to main content

ShippingPriceTranslate Object

Creates/updates translations for a shipping method.

Requires the MANAGE_TRANSLATIONSpermission.
type ShippingPriceTranslate {
translationErrors: [TranslationError!]! @deprecated
errors: [TranslationError!]!
shippingMethod: ShippingMethodType
}

Fields

errors ● [TranslationError!]!

shippingMethod ● ShippingMethodType

Show deprecatedHide deprecated

translationErrors ● [TranslationError!]!

DEPRECATED

Use errors field instead.

Returned By

shippingPriceTranslate mutation