Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / OrderItem Class / OrderItem Constructor / OrderItem Constructor(Order,Int32,Int16,Byte,String,String,String,String,Decimal,Decimal,Decimal,Int32,String,Int32,String,Int16,Decimal,Decimal,String,UrlEncodedDictionary)
The value of order
The value of parentitemid
The value of orderitemtypeid
The value of shippableid
The value of name
The value of optionlist
The value of variantname
The value of sku
The value of price
The value of weight
The value of costofgoods
The value of quantity
The value of linemessage
The value of orderby
The value of giftmessage
The value of inventorystatusid
The value of taxrate
The value of taxamount
The value of kitlist
The value of customfields
Version
OrderItem Constructor(Order,Int32,Int16,Byte,String,String,String,String,Decimal,Decimal,Decimal,Int32,String,Int32,String,Int16,Decimal,Decimal,String,UrlEncodedDictionary)
Initializes a new instance of the OrderItem class.
Syntax

Parameters

order
The value of order
parentitemid
The value of parentitemid
orderitemtypeid
The value of orderitemtypeid
shippableid
The value of shippableid
name
The value of name
optionlist
The value of optionlist
variantname
The value of variantname
sku
The value of sku
price
The value of price
weight
The value of weight
costofgoods
The value of costofgoods
quantity
The value of quantity
linemessage
The value of linemessage
orderby
The value of orderby
giftmessage
The value of giftmessage
inventorystatusid
The value of inventorystatusid
taxrate
The value of taxrate
taxamount
The value of taxamount
kitlist
The value of kitlist
customfields
The value of customfields
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also