Overview
This object contains the results of the GetOrderList call. . The amount of data returned in this item is dependent on the DetailLevel field in the OrderCriteria object: Low, Medium, High or Complete.
| Detail Level | Description |
|---|---|
| Low | Will return an OrderResponseDetailLow object which inherits from OrderResponseItem. |
| Medium | Will return an OrderResponseDetailMedium object which inherits from OrderResponseDetailMedium. |
| High | Will return an OrderResponseDetailHigh object which inherits from OrderReseponseDetailHigh. |
| Complete | Will return an OrderResponseDetailComplete object which inherits from OrderResponseDetailComplete. |
Fields
- NumberOfMatches
- OrderTimeGMT
- LastUpdateDate
- TotalOrderAmount
- OrderState
- DateCancelledGMT
- OrderID
- ClientOrderIdentifier
- OrderStatus
- ResellerID
- BuyerEmailAddress
- EmailOptIn
- PaymentInfo
- ShippingInfo
- BillingInfo
- ShoppingCart
- CustomValueList
| Field Name |
Detail Level | Data Type | Description |
|---|---|---|---|
| NumberOfMatches | Low | int | |
| OrderTimeGMT | Low | dateTime | |
| LastUpdateDate | Low | dateTime | |
| TotalOrderAmount | Low | decimal | |
| OrderState | Low | OrderStateCode | Contains an enumerated string of one of the following values:
|
| DateCancelledGMT | Low | dateTime | |
| OrderID | Low | int | |
| ClientOrderIdentifier | Low | string | |
| OrderStatus | Low | OrderStatus | |
| ResellerID | Medium | int | |
| BuyerEmailAddress | Medium | string | |
| EmailOptIn | Medium | boolean | |
| PaymentInfo | Medium | PaymentInfoResponse | |
| ShippingInfo | Medium | ShippingInfoResponse | |
| BillingInfo | Medium | BillingInfo | |
| ShoppingCart | High | OrderCart | Among other things this contains the items and promos. marketplace order ID is at the Item level in the OrderCart (http://developer.channeladvisor.com/display/cadn/OrderLineItemItem |
| CustomValueList | Complete | CustomValue[] | List of custom fields collected during the ChannelAdvisor Checkout process. |