ShippingPriceUpdate
Result of shipping price update mutation.
type ShippingPriceUpdate {
shippingMethod: ShippingMethod
shippingZone: ShippingZone
shippingErrors: [ShippingError!]!
}
Fields
ShippingPriceUpdate.shippingMethod ● ShippingMethod object
The updated shipping method.
ShippingPriceUpdate.shippingZone ● ShippingZone object
The shipping zone this method belongs to.
ShippingPriceUpdate.shippingErrors ● [ShippingError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
shippingPriceUpdate mutation