Warehouse
Represents warehouses used for inventory storage, including entity and location assignments, replenishment settings, and parent warehouse relationships.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the warehouse record. |
| auditCreatedDateTime | Datetime | True |
The date and time when the warehouse record was created. |
| auditModifiedBy | String | True |
The user who last modified the warehouse record. |
| auditModifiedDateTime | Datetime | True |
The date and time when the warehouse record was last modified. |
| enableNegativeInv | Bool | False |
Indicates whether negative inventory quantities are allowed in this warehouse. |
| entity_Href | String | True |
The URL of the entity associated with this warehouse. |
| entity_Id | String | True |
The Id of the entity associated with this warehouse. |
| entity_Key | String | True |
The system-assigned key of the entity associated with this warehouse. |
| entity_Name | String | True |
The name of the entity associated with this warehouse. |
| href | String | True |
The URL of the warehouse resource. |
| id | String | False |
The unique identifier of the warehouse record. |
| isReplenishmentEnabled | Bool | False |
Indicates whether automatic inventory replenishment is enabled for this warehouse. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the warehouse record. |
| location_Href | String | True |
The URL of the location associated with this warehouse. |
| location_Id | String | False |
The Id of the location associated with this warehouse. |
| location_Key | String | False |
The system-assigned key of the location associated with this warehouse. |
| manager_Href | String | True |
The URL of the manager associated with this warehouse. |
| manager_Id | String | False |
The Id of the manager associated with this warehouse. |
| manager_Key | String | False |
The system-assigned key of the manager associated with this warehouse. |
| name | String | False |
The name of this warehouse. |
| parent_Href | String | True |
The URL of the parent warehouse associated with this warehouse. |
| parent_Id | String | False |
The Id of the parent warehouse associated with this warehouse. |
| parent_Key | String | False |
The system-assigned key of the parent warehouse associated with this warehouse. |
| status | String | False |
The current status of this warehouse, such as active or inactive. |