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