Skip to main content

ShippingPriceTranslate

Creates/updates translations for a shipping method.

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

Fields

ShippingPriceTranslate.translationErrors ● [TranslationError!]! deprecated non-null object miscellaneous

DEPRECATED

This 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