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