ShippingPriceTranslate Object
Creates/updates translations for a shipping method.
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