ItemLandedCost
Represents landed cost configurations for items, defining the distribution method and cost values used to allocate landed costs to inventory transactions.
Columns
| Name | Type | Description |
| active | Bool | Indicates whether this item landed cost configuration is active. |
| distributionMethod | String | The method used to distribute landed costs, such as quantity, weight, or cost. |
| distributionMethodBaseUnit | String | The base unit used for distribution when calculating landed costs. |
| href | String | The URL of the item landed cost resource. |
| id | String | The unique identifier of the item landed cost record. |
| item_Href | String | The URL of the item associated with this landed cost configuration. |
| item_Id | String | The Id of the item associated with this landed cost configuration. |
| item_Key | String | The system-assigned key of the item associated with this landed cost configuration. |
| key [KEY] | String | The system-assigned key that uniquely identifies the item landed cost record. |
| landedCostValue | Decimal | The landed cost value applied to this item. |