create_location
Create a new storage location (tote, bin, shelf) to organize inventory. Optionally set a parent path and add a contents summary.
Instructions
Create a LOCATION entity (e.g. a new tote/bin/shelf) to bootstrap a
new storage spot. parent is an existing location name or /-separated
path (optional); description is optional free text, e.g. a contents
summary (≤1000 chars). Returns the new location id. For deep paths,
prefer import_csv's HB.location auto-create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| parent | No | ||
| description | No |