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