Create warehouse
create_warehouseCreate a new warehouse by providing a required title. The URL slug is automatically generated from the title and cannot be changed.
Instructions
Create a new warehouse. Required: title. The URL slug is generated automatically from the title and cannot be changed later. Call get_operation_schema("CreateWarehouse") for the exact request shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| warehouse | Yes | Warehouse record matching the CreateWarehouseRequest schema (see get_operation_schema("CreateWarehouse")). Required: title. |