Bin
Represents storage bins within warehouse locations, used to organize inventory at the most granular level of the warehouse hierarchy.
Columns
| Name | Type | ReadOnly | Description |
| aisle_Href | String | True |
The URL of the aisle associated with this bin. |
| aisle_Id | String | False |
The Id of the aisle associated with this bin. |
| aisle_Key | String | False |
The system-assigned key of the aisle associated with this bin. |
| auditCreatedBy | String | True |
The user who created the bin. |
| auditCreatedDateTime | Datetime | True |
The date and time when the bin was created. |
| auditModifiedBy | String | True |
The user who last modified the bin. |
| auditModifiedDateTime | Datetime | True |
The date and time when the bin was last modified. |
| binFace_Href | String | True |
The URL of the bin face associated with this bin. |
| binFace_Id | String | False |
The Id of the bin face associated with this bin. |
| binFace_Key | String | False |
The system-assigned key of the bin face associated with this bin. |
| binSize_Href | String | True |
The URL of the bin size associated with this bin. |
| binSize_Id | String | False |
The Id of the bin size associated with this bin. |
| binSize_Key | String | False |
The system-assigned key of the bin size associated with this bin. |
| description | String | False |
The description of the bin. |
| href | String | True |
The URL of the bin resource. |
| id | String | False |
The unique identifier of the bin. |
| isPortable | Bool | False |
Indicates whether this bin is portable and can be moved within the warehouse. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the bin record. |
| row_Href | String | True |
The URL of the row associated with this bin. |
| row_Id | String | False |
The Id of the row associated with this bin. |
| row_Key | String | False |
The system-assigned key of the row associated with this bin. |
| sequenceNumber | String | False |
The sequence number used to order this bin within its location. |
| status | String | False |
The current status of the bin, such as active or inactive. |
| warehouse_Href | String | True |
The URL of the warehouse associated with this bin. |
| warehouse_Id | String | False |
The Id of the warehouse associated with this bin. |
| warehouse_Key | String | False |
The system-assigned key of the warehouse associated with this bin. |
| zone_Href | String | True |
The URL of the zone associated with this bin. |
| zone_Id | String | False |
The Id of the zone associated with this bin. |
| zone_Key | String | False |
The system-assigned key of the zone associated with this bin. |