Create a storage unit
Storage Units
Create a storage unit
Create a new storage unit (pallet, cage, box, etc.) for grouping and tracking inventory as a single container.
POST
Create a storage unit
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
reference | No | Unique reference for the storage unit |
storage_unit_type_id | Yes | Type of container (pallet, cage, etc.) |
warehouse_id | Yes | Warehouse where unit is located |
location_id | No | Current location ID |
barcode | No | Scannable barcode for RF devices |
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Body
application/json
Response
Storage unit created successfully

