Skip to main content
Version: 3.x

WarehouseCreate

Creates new warehouse.

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

Fields

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

DEPRECATED

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

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

WarehouseCreate.warehouse ● Warehouse object

Returned by

createWarehouse mutation


Was this page helpful?