Skip to main content

WarehouseUpdate Object

Updates given warehouse.

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

Fields

errors ● [WarehouseError!]!

warehouse ● Warehouse

Show deprecatedHide deprecated

warehouseErrors ● [WarehouseError!]!

DEPRECATED

Use errors field instead.

Returned By

updateWarehouse mutation