ShippingPriceUpdate Object
Updates a new shipping price.
type ShippingPriceUpdate {
shippingZone: ShippingZone
shippingMethod: ShippingMethodType
shippingErrors: [ShippingError!]! @deprecated
errors: [ShippingError!]!
}
Fields
shippingZone ● ShippingZone
A shipping zone to which the shipping method belongs.
shippingMethod ● ShippingMethodType
errors ● [ShippingError!]!
Show deprecatedHide deprecated
shippingErrors ● [ShippingError!]!
DEPRECATED
Use errors field instead.
Returned By
shippingPriceUpdate mutation