Skip to main content

ShippingZoneUpdateInput

Input for updating an existing shipping zone.

input ShippingZoneUpdateInput {
name: String
countries: [String!]
addWarehouses: [ID!]
removeWarehouses: [ID!]
seller: ID
countryAreas: [ShippingZoneCountryAreaInput!]
}

Fields

ShippingZoneUpdateInput.name ● String scalar

Shipping zone's name.

ShippingZoneUpdateInput.countries ● [String!] list scalar

List of country codes.

ShippingZoneUpdateInput.addWarehouses ● [ID!] list scalar

List of warehouse IDs to add to this shipping zone.

ShippingZoneUpdateInput.removeWarehouses ● [ID!] list scalar

List of warehouse IDs to remove from this shipping zone.

ShippingZoneUpdateInput.seller ● ID scalar

Seller ID (optional for updates).

ShippingZoneUpdateInput.countryAreas ● [ShippingZoneCountryAreaInput!] list input

List of country areas this shipping zone is limited to.

Member Of

shippingZoneUpdate mutation

Was this page helpful?