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 deprecated
Returned By
shippingPriceUpdate mutation