Skip to main content

shippingZoneUpdate Mutation

Updates a new shipping zone.

Requires the MANAGE_SHIPPINGpermission.
shippingZoneUpdate(
id: ID!
input: ShippingZoneUpdateInput!
): ShippingZoneUpdate
Details
type ShippingZoneUpdate {
shippingErrors: [ShippingError!]! @deprecated
errors: [ShippingError!]!
shippingZone: ShippingZone
}

Arguments

id ● ID!

ID of a shipping zone to update.

input ● ShippingZoneUpdateInput!

Fields required to update a shipping zone.

Type

ShippingZoneUpdate

Updates a new shipping zone.

Requires the MANAGE_SHIPPINGpermission.