ItemWarehouseStandardCost
Represents standard cost entries for an item at a specific warehouse, capturing the standard cost value and its effective start date.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the item warehouse standard cost record. |
| auditCreatedDateTime | Datetime | True |
The date and time when the item warehouse standard cost record was created. |
| auditModifiedBy | String | True |
The user who last modified the item warehouse standard cost record. |
| auditModifiedDateTime | Datetime | True |
The date and time when the item warehouse standard cost record was last modified. |
| effectiveStartDate | Date | False |
The date on which this standard cost becomes effective for the item at this warehouse. |
| href | String | True |
The URL of the item warehouse standard cost resource. |
| id | String | True |
The unique identifier of the item warehouse standard cost record. |
| itemWarehouse_Href | String | True |
The URL of the item warehouse inventory record associated with this standard cost entry. |
| itemWarehouse_Id | String | False |
The Id of the item warehouse inventory record associated with this standard cost entry. |
| itemWarehouse_ItemId | String | True |
The Id of the item in the associated item warehouse inventory record. |
| itemWarehouse_Key | String | False |
The system-assigned key of the item warehouse inventory record associated with this standard cost entry. |
| itemWarehouse_WarehouseId | String | True |
The Id of the warehouse in the associated item warehouse inventory record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the item warehouse standard cost record. |
| standardCost | Decimal | False |
The standard cost value for this item at this warehouse. |