Skip to main content

updateWarehouse

Updates given warehouse.

Requires MANAGE_PRODUCTSpermission.
updateWarehouse(
id: ID!
input: WarehouseUpdateInput!
): WarehouseUpdate

Arguments

updateWarehouse.id ● ID! non-null scalar

ID of a warehouse to update.

updateWarehouse.input ● WarehouseUpdateInput! non-null input

Fields required to update warehouse.

Type

WarehouseUpdate object

Updates given warehouse.

Requires MANAGE_PRODUCTSpermission.

Was this page helpful?