ShippingPriceUpdate
Updates a new shipping price.
type ShippingPriceUpdate {
shippingZone: ShippingZone
shippingMethod: ShippingMethodType
shippingErrors: [ShippingError!]! @deprecated
errors: [ShippingError!]!
}
Fields
ShippingPriceUpdate.shippingZone
● ShippingZone
object
A shipping zone to which the shipping method belongs.
ShippingPriceUpdate.shippingMethod
● ShippingMethodType
object
ShippingPriceUpdate.shippingErrors
● [ShippingError!]!
deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
ShippingPriceUpdate.errors
● [ShippingError!]!
non-null object
Returned by
shippingPriceUpdate
mutation