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 deprecated

Returned By

shippingPriceTranslate mutation