| 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. |
| StockingUnit |
Required. Indicates the unit of measure for stocking to keep track of stocked items. |
string |
None. |
| PurchaseUnit |
Required. 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. |
| 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. |
| ItemVendorInfo |
A list of all vendor information for the item. |
Collection of ItemVendorInfo |
None. |
| CustomFields |
A list of custom fields and their values for the item. |
Collection of DcfValueInfo |
None. |