WarehouseShippingZoneUnassign
Remove shipping zone from given warehouse.
type WarehouseShippingZoneUnassign {
  warehouseErrors: [WarehouseError!]! @deprecated
  errors: [WarehouseError!]!
  warehouse: Warehouse
}
Fields
WarehouseShippingZoneUnassign.warehouseErrors ● [WarehouseError!]! deprecated non-null object products
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
WarehouseShippingZoneUnassign.errors ● [WarehouseError!]! non-null object products
WarehouseShippingZoneUnassign.warehouse ● Warehouse object products
Returned By
unassignWarehouseShippingZone mutation