ShippingPriceUpdate
Updates a new shipping price.
type ShippingPriceUpdate {
shippingZone: ShippingZone
shippingErrors: [ShippingError!]!
shippingMethod: ShippingMethod
}
Fields
ShippingPriceUpdate.shippingZone ● ShippingZone object
A shipping zone to which the shipping method belongs.
ShippingPriceUpdate.shippingErrors ● [ShippingError!]! non-null object
ShippingPriceUpdate.shippingMethod ● ShippingMethod object
Returned By
shippingPriceUpdate mutation