NameDescriptionTypeAdditional information
RowNumber

Read Only. Long; When creating/updating/deleting multiple records this can be used to identify what records has errors.

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.

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.

CostMethod

Required. Indicates how the cost of the item should be tracked.

CostMethodEnum

None.

AverageCost

Read Only. 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.

DimensionInfo

The dimension info, units and measurements, of an item.

ItemDimensionInfo

None.

ItemVendors

A list of all vendor information for the item.

Collection of ItemVendorInfo

None.

ItemLocationSettings

A list of all location settings for the item.

Collection of ItemLocationSettings

None.

CustomFields

A list of custom fields and their values for the item.

Collection of DcfValueInfo

None.