Skip to main content

WarehouseUpdate

Updates given warehouse.

Requires MANAGE_PRODUCTSpermission.
type WarehouseUpdate {
warehouseErrors: [WarehouseError!]! @deprecated
errors: [WarehouseError!]!
warehouse: Warehouse
}

Fields

WarehouseUpdate.warehouseErrors ● [WarehouseError!]! deprecated non-null object products

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

WarehouseUpdate.errors ● [WarehouseError!]! non-null object products

WarehouseUpdate.warehouse ● Warehouse object products

Returned By

updateWarehouse mutation