WarehouseShippingZoneAssign Object
Add shipping zone to given warehouse.
type WarehouseShippingZoneAssign {
warehouseErrors: [WarehouseError!]! @deprecated
errors: [WarehouseError!]!
warehouse: Warehouse
}
Fields
WarehouseShippingZoneAssign.warehouseErrors ● [WarehouseError!]! deprecated non-null object products
DEPRECATED
This field will be removed in Saleor 4.0. Use errors field instead.
WarehouseShippingZoneAssign.errors ● [WarehouseError!]! non-null object products
WarehouseShippingZoneAssign.warehouse ● Warehouse object products
Returned By
assignWarehouseShippingZone mutation