WarehouseShippingZoneAssign
Add shipping zone to given warehouse.
type WarehouseShippingZoneAssign {
warehouseErrors: [WarehouseError!]! @deprecated
errors: [WarehouseError!]!
warehouse: Warehouse
}
Fields
WarehouseShippingZoneAssign.warehouseErrors ● [WarehouseError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
WarehouseShippingZoneAssign.errors ● [WarehouseError!]! non-null object
WarehouseShippingZoneAssign.warehouse ● Warehouse object
Returned by
assignWarehouseShippingZone mutation
Was this page helpful?