Skip to main content

shippingZoneUpdate Mutation

Updates a new shipping zone.

Requires the MANAGE_SHIPPINGpermission.
shippingZoneUpdate(
id: ID!
input: ShippingZoneUpdateInput!
): ShippingZoneUpdate
Show return type

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.