Skip to main content

unassignWarehouseShippingZone Mutation

Remove shipping zone from given warehouse.

Requires the MANAGE_PRODUCTSpermission.
unassignWarehouseShippingZone(
id: ID!
shippingZoneIds: [ID!]!
): WarehouseShippingZoneUnassign
Details
type WarehouseShippingZoneUnassign {
warehouseErrors: [WarehouseError!]! @deprecated
errors: [WarehouseError!]!
warehouse: Warehouse
}

Arguments

id ● ID!

ID of a warehouse to update.

shippingZoneIds ● [ID!]!

List of shipping zone IDs.

Type

WarehouseShippingZoneUnassign

Remove shipping zone from given warehouse.

Requires the MANAGE_PRODUCTSpermission.