|
RowId
|
guid
|
Order item unique identifier. If you need to modify the order item row, edit details, delete order item you need to use this id.
|
|
OrderItemNumber
|
string
|
Order item id as provided by a channel.
|
|
SKU
|
string
|
SKU
|
|
ItemTitle
|
string
|
Item title
|
|
ChannelSKU
|
string
|
SKU as provided by a channel
|
|
ChannelItemTitle
|
string
|
Item title as specified by a channel
|
|
Qty
|
int
|
Quantity ordered
|
|
IsCompositeChild
|
boolean
|
Indicates whether this order item is a child of a composition
|
|
ParentRowId
|
guid
|
If an item is a child of the composition, this field indicates the partent Row Id.
|
|
UnitCost
|
double
|
Unit cost
|
|
TaxRate
|
double
|
Tax rate of the item
|
|
TaxCostInclusive
|
boolean
|
Indicates whether the tax is included in the unit cost
|
|
CostIncTax
|
double
|
Line cost including tax
|
|
Cost
|
double
|
Line cost excluding tax
|
|
LineDiscount
|
double
|
Order line discount percentage
|
|
IsService
|
boolean
|
Indicates whether the order line is a service and not an inventory item.
|
|
SalesTax
|
double
|
Sales tax value
|