GetOrdersResponseType
Fields
HasMoreOrders ( boolean )
OrderArray ( OrderArrayType )
OrdersPerPage ( int )
PageNumber ( int )
PaginationResult ( PaginationResultType )
ReturnedOrderCountActual ( int )

HasMoreOrders ( boolean ) [0..1]
Applies only to Half.com. If true, there are more orders yet to be retrieved. Additional GetOrders calls with higher page numbers or more entries per page must be made to retrieve these orders. If false, no more orders are available or no orders match the request (based on the input filters).
See the Field Index to learn which calls use HasMoreOrders.

OrderArray ( OrderArrayType ) [0..1]
The set of orders that match the order IDs or filter criteria specified. Also applicable to Half.com (only returns orders that have not been marked as shipped).
See the Field Index to learn which calls use OrderArray.

OrdersPerPage ( int ) [0..1]
Applies only to Half.com. Indicates the number of orders that can be returned per page of data (i.e., per call). This is the same as the value specified in the Pagination.EntriesPerPage input (or the default value, if EntriesPerPage was not specified). This is not necessarily the actual number of orders returned per page (see ReturnedOrderCountActual).
See the Field Index to learn which calls use OrdersPerPage.

PageNumber ( int ) [0..1]
Applies only to Half.com. Indicates which page of data holds the current result set. Will be the same as the value specified in the Pagination.PageNumber input. If orders are returned, the first page is 1.
See the Field Index to learn which calls use PageNumber.

PaginationResult ( PaginationResultType ) [0..1]
Applies only to Half.com. Contains information regarding the pagination of data (if pagination is used), including total number of pages and total number of entries.
See the Field Index to learn which calls use PaginationResult.

ReturnedOrderCountActual ( int ) [0..1]
Applies only to Half.com. Indicates the total number of orders returned.
See the Field Index to learn which calls use ReturnedOrderCountActual.

This document was generated with a customized version of the apireferencedocs tool [0.5M zip].

© 2005–2008 eBay, Inc. All rights reserved.