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