Skip to main content
Version: 3.x

WarehouseDelete

Deletes selected warehouse.

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

Fields

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

DEPRECATED

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

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

WarehouseDelete.warehouse ● Warehouse object

Returned by

deleteWarehouse mutation


Was this page helpful?