ShippingPriceTranslate
Creates/updates translations for a shipping method.
type ShippingPriceTranslate {
translationErrors: [TranslationError!]! @deprecated
errors: [TranslationError!]!
shippingMethod: ShippingMethodType
}
Fields
ShippingPriceTranslate.translationErrors
● [TranslationError!]!
deprecated non-null object miscellaneous
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
ShippingPriceTranslate.errors
● [TranslationError!]!
non-null object miscellaneous
ShippingPriceTranslate.shippingMethod
● ShippingMethodType
object shipping
Returned By
shippingPriceTranslate
mutation