Name | Description | Type | Additional information |
---|---|---|---|
ItemType |
Read only. Enum; Indicates the type of item. |
ItemTypeEnum |
None. |
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 |
Indicates 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. |
PurchaseUnit |
Required (except on Assembly and Kit Items). Indicates the unit of measure for purchase, most often used to order 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 (except on Service). Indicates how the cost of the item should be tracked. Moving Average, First In First Out, or Last In First Out. |
CostMethodEnum |
None. |
AverageCost |
Read Only. Indicates the current average cost of an item. If FIFO or LIFO then this is the next cost. For First In First Out, this is the Unit Cost of the OLDEST Add/Receive transaction. For Last In First Out, this is the Unit Cost of the Most Recent (Newest) Add/Receive transaction. |
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. |
CustomFields |
A list of custom fields and their values for the item. |
Collection of DcfValueInfo |
None. |
ItemCreateDate |
Read Only. Indicates the date the item was created. |
date |
None. |
ItemLastUpdatedDate |
Read Only. Indicates the date the item was last updated. |
date |
None. |