warehouseCreate
Create a new warehouse in the system.
Establishes a new warehouse facility with location details, operational settings, and capacity information. The warehouse will be available for inventory management and logistics operations immediately.
Possible errors:
- WAREHOUSE_CREATE_ERROR: Failed to create the warehouse
- FORBIDDEN: Insufficient permissions to create warehouses
AUTH: Role=[logistics.OWNER]
warehouseCreate(
input: CreateWarehouseInput!
): Warehouse!
Arguments
warehouseCreate.input
● CreateWarehouseInput!
non-null input
Warehouse creation data including location and operational details.
Contains warehouse name, address information, operational settings, and capacity details needed to create a functional warehouse facility.
Type
Warehouse
object
Warehouse facility for inventory storage and logistics operations.
Represents a physical or virtual warehouse location used for storing inventory, processing orders, and managing logistics operations. Includes operational settings, business hours, and address information.