Skip to main content

shippingZoneDelete Mutation

Deletes a shipping zone.

Requires the MANAGE_SHIPPINGpermission.
shippingZoneDelete(
id: ID!
): ShippingZoneDelete
Details
type ShippingZoneDelete {
shippingErrors: [ShippingError!]! @deprecated
errors: [ShippingError!]!
shippingZone: ShippingZone
}

Arguments

id ● ID!

ID of a shipping zone to delete.

Type

ShippingZoneDelete

Deletes a shipping zone.

Requires the MANAGE_SHIPPINGpermission.