Skip to main content

ShippingPriceDelete Object

Deletes a shipping price.

Requires the MANAGE_SHIPPINGpermission.
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