| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemNumber |
the unique identifier for this item |
string |
None. |
| ItemDescription |
a description of this item |
string |
None. |
| CostMethod |
Required (except on Service), Indicates how the cost of the item should be tracked |
CostMethodEnum |
None. |
| ItemType |
Read only; Enum; Used to indicate the type of item |
ItemTypeEnum |
None. |
| RowNumber |
Read Only; Long; When creating/updating/deleting multiple records this can be used to identify what records the errors, if any, are referring to. |
integer |
None. |
| SiteName |
site where the inventory is located |
string |
None. |
| LocationCode |
location of where the inventory is located |
string |
None. |
| ParentContainerId |
the license plate number of the container this inventory resides in |
string |
None. |
| TotalAvailable |
total available inventory at this location with this trackby information |
decimal number |
None. |
| TotalCheckedOut |
total checked out inventory at this location with this trackby information |
decimal number |
None. |
| TotalInHouse |
total in house (available minus checked out) inventory at this location with this trackby information |
decimal number |
None. |
| OnOrder |
total inventory currently expected to be purchased on purchased orders |
decimal number |
None. |
| Committed |
total inventory currently expected to go out on pick orders |
decimal number |
None. |
| ContainerId |
The license plate number of this container |
string |
None. |
| SerialNumber |
the serial number of this item |
string |
None. |
| Lot |
the lot of this inventory |
string |
None. |
| DateCodeString |
the date code in a string format for this inventory |
string |
None. |
| DateCode |
the date code in a DateTime format for this inventory |
date |
None. |
| ItemCost |
the next removal cost of this item according to the selected cost method |
decimal number |
None. |
| ListPrice |
the item's list price |
decimal number |
None. |
| SalesPrice |
the item's sale price |
decimal number |
None. |
| CategoryDescription |
the item's category |
string |
None. |
| ManufacturerName |
the item's manufacturer |
string |
None. |
| StockingUnit |
the base unit of measure to stock this item |
string |
None. |
| TaxCode |
this item's tax code |
string |
None. |
| AlternateItemNumber |
an alternate identifier for this item |
string |
None. |
| DimensionInfo |
The dimension info, units and measurements, of an item |
ItemDimensionInfo |
None. |
| CustomFields |
A list of custom fields and their values for the item |
Collection of DcfValueInfo |
None. |