| Name | Description | Type | Additional information |
|---|---|---|---|
| type |
Is this an Order or a Quote |
integer |
None. |
| id |
Order Id generated by system |
integer |
None. |
| UserName |
UserName, order for this perticular user |
string |
None. |
| UserEmail |
UserEmail, order's user email |
string |
None. |
| trans |
Transaction id, received from authorize.net, in case of paymentmethod is target |
string |
None. |
| status |
Order status |
string |
None. |
| statusid |
Order status id |
integer |
None. |
| date |
Order Date |
date |
None. |
| shipping |
Order shipping charges |
decimal number |
None. |
| subtotal |
Order sub total |
decimal number |
None. |
| total |
Total cost of the order |
decimal number |
None. |
| custref |
Customer ref |
string |
None. |
| shipmethod |
Shipping method by Name |
string |
None. |
| fullname |
User Full name |
string |
None. |
| shipaddr1 |
Shipping address 1 |
string |
None. |
| shipaddr2 |
Shipping address 2 |
string |
None. |
| shipaddr3 | string |
None. |
|
| shipcity |
Shipping city |
string |
None. |
| shipcountry |
Shipping country |
string |
None. |
| shipstate |
Shipping state |
string |
None. |
| shipzip |
Shipping zip code |
string |
None. |
| shipphone |
Shipping phone number |
string |
None. |
| cardtype |
Payment card type |
string |
None. |
| cardnum |
Payment card number |
string |
None. |
| expmonth |
Payment card expiry month |
string |
None. |
| expyear |
Payment card expiry year |
string |
None. |
| billfirst |
Billing first name |
string |
None. |
| billlast |
Billing last name |
string |
None. |
| billaddr1 |
Billing address 1 |
string |
None. |
| billaddr2 |
Billing address 2 |
string |
None. |
| billaddr3 | string |
None. |
|
| billcity |
Billing city |
string |
None. |
| billcountry |
Billing country |
string |
None. |
| billstate |
Billing state |
string |
None. |
| billzip |
Billing zip code |
string |
None. |
| billphone |
Billing phone number |
string |
None. |
| tracking |
Order tracking |
string |
None. |
| paymentmethod |
Payment method name like 'credit' |
string |
None. |
| shippingnote |
Shippping note |
string |
None. |
| ShippingMethodID |
shipping method id Shipping charges calculate as per shipping method |
integer |
None. |
| vip |
VIP, for marking the order is VIP |
boolean |
None. |
| Details |
Order detail, means formula/material detail |
Collection of DetailVM |
None. |