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 |
Indicates the name of the manufacturer of the item. |
string |
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. |
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. |
ItemPrices |
A list of all pricing information for the item. |
Collection of ItemPrices |
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. |