Warehouse sites
Warehouse sites are the physical warehouse locations.
Schema
Schema: Warehouse-site
| Property | Type | Description |
|---|---|---|
| id | ObjectId | Unique identifier |
| name | String | Name of warehouse site |
Get a list of warehouse sites
If you want to retrieve a list of warehouse sites, use this GET request:
GET https://api.tirix.io/warehouse-sites
Get a warehouse site
If you want to fetch an individual warehouse site, use this GET request:
GET https://api.tirix.io/warehouse-sites/{warehouse_site_id}
Create a new warehouse site
If you want to create a new warehouse site, use this POST request:
POST https://api.tirix.io/warehouse-sites
Modify a warehouse site
If you want to modify a specific warehouse site, use this PUT request:
PUT https://api.tirix.io/warehouse-sites/{warehouse_site_id}
Delete a warehouse site
Warehouse sites are persistent and can not be irreversibly deleted.
Edges
Storage nodes
If you want to fetch storage nodes for an individual warehouse site that does not have any parents (top level), use this GET request:
GET https://api.tirix.io/warehouse-sites/{warehouse_site_id}/storage-nodes
