| Name | Description | Type | Additional information |
|---|---|---|---|
| RowNumber |
Read Only. Long. When creating/updating/deleting multiple records this can be used to identify what records has errors, if any. |
integer |
None. |
| ItemNumber |
Required. This is the unique identifier of an item. |
string |
None. |
| AlternateItemNumber |
A secondary identifier of an item, can be used in a search to find an item. |
string |
None. |
| ItemDescription |
A description about the item. |
string |
None. |
| CategoryDescription |
This is used to group similar items together. |
string |
None. |
| ManufacturerName |
The name of the manufacturer of the item. |
string |
None. |
| CheckOutLengthMinutes |
Indicates how long an item can be checked out before it is due back and the checkout length is shown in minutes. |
integer |
None. |
| StockingUnit |
Required. Indicates the unit of measure for stocking to keep track of stocked items. |
string |
None. |
| SalesUnit |
Required, Indicates the unit of measure for sales, most often used to sell items. |
string |
None. |
| Cost |
Required. Indicates how much it cost to purchase an item. |
decimal number |
None. |
| SalesPrice |
Indicates the price of an item used on pick orders. |
decimal number |
None. |
| ListPrice |
Indicates the list price from the manufacturer. |
decimal number |
None. |
| CostMethod |
Required. Indicates how the cost of the item should be tracked. |
CostMethodEnum |
None. |
| AverageCost |
Read Only. Indicates the current average cost of an item. If FIFO or LIFO then this is the next cost. |
decimal number |
None. |
| TaxCode |
Required. Indicates how an item should be taxed on an order. |
string |
None. |
| AttachmentInfo |
The attachment information for the item. |
ItemAttachmentInfo |
None. |
| TrackbyInfo |
Contains true/false values for how the item is tracked. |
ItemTrackbyInfo |
None. |
| DimensionInfo |
The dimension info, units and measurements, of an item. |
ItemDimensionInfo |
None. |
| ItemPrices |
A list of all pricing information for the item. |
Collection of ItemPrices |
None. |
| ItemLocationSettings |
A list of all location settings for the item. |
Collection of ItemLocationSettings |
None. |
| ItemBillOfMaterials |
A list of the contents of the bill of materials. |
Collection of ItemBillOfMaterials |
None. |
| CustomFields |
A list of custom fields and their values for the item. |
Collection of DcfValueInfo |
None. |