Skip to main content
Version: 3.x

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

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

ShippingPriceTranslate.errors ● [TranslationError!]! non-null object

ShippingPriceTranslate.shippingMethod ● ShippingMethodType object

Returned by

shippingPriceTranslate mutation


Was this page helpful?