Skip to main content

WarehouseCreate Object

Creates a new warehouse.

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

Fields

errors ● [WarehouseError!]!

warehouse ● Warehouse

Show deprecatedHide deprecated

warehouseErrors ● [WarehouseError!]!

DEPRECATED

Use errors field instead.

Returned By

createWarehouse mutation