OrderItem Constructor(Order,Int32,Int16,Byte,String,String,String,String,Decimal,Decimal,Decimal,Int32,String,Int32,String,Int16,Decimal,Decimal,String,UrlEncodedDictionary)
In This Topic
Initializes a new instance of the OrderItem class.
Syntax
public OrderItem(
Order ,
int ,
short ,
byte ,
string ,
string ,
string ,
string ,
decimal ,
decimal ,
decimal ,
int ,
string ,
int ,
string ,
short ,
decimal ,
decimal ,
string ,
UrlEncodedDictionary
)
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