Create a warehouse
Warehouses
Create a warehouse
Create a new warehouse for multi-site operations. Each warehouse has its own locations and can operate independently.
POST
Create a warehouse
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
code | Yes | Unique warehouse code |
name | Yes | Warehouse display name |
Address
The warehouse address must be provided indata.relationships.address, not in data.attributes. See the example above for the correct JSON:API relationships structure.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
Warehouse created successfully

