create_warehouse
Add a new warehouse to your inventory system by specifying its name and location details.
Instructions
Create a new warehouse
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Warehouse name | |
| address | No | Warehouse address | |
| city | No | City | |
| postalCode | No | Postal code | |
| province | No | Province | |
| country | No | Country |