ShippingPriceDelete
Result of shipping price delete mutation.
type ShippingPriceDelete {
shippingMethod: ShippingMethod
shippingZone: ShippingZone
shippingErrors: [ShippingError!]!
}
Fields
ShippingPriceDelete.shippingMethod ● ShippingMethod object
The deleted shipping method.
ShippingPriceDelete.shippingZone ● ShippingZone object
The shipping zone this method belonged to.
ShippingPriceDelete.shippingErrors ● [ShippingError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
shippingPriceDelete mutation