Skip to main content
Version: 3.x

WarehouseUpdate

Updates given warehouse.

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

Fields

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

DEPRECATED

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

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

WarehouseUpdate.warehouse ● Warehouse object

Returned by

updateWarehouse mutation


Was this page helpful?