GetSellerListResponseType
Fields
HasMoreItems ( boolean )
ItemArray ( ItemArrayType )
ItemsPerPage ( int )
PageNumber ( int )
PaginationResult ( PaginationResultType )
ReturnedItemCountActual ( int )
Seller ( UserType )

HasMoreItems ( boolean ) [0..1]
If true, there are more items yet to be retrieved. Additional GetSellerList calls with higher page numbers or more items per page must be made to retrieve these items. Not returned if no items match the request.
See the Field Index to learn which calls use HasMoreItems.

ItemArray ( ItemArrayType ) [0..1]
Contains the list of the seller's items, one ItemType object per item. Returns empty if no items are available that match the request.
See the Field Index to learn which calls use ItemArray.

ItemsPerPage ( int ) [0..1]
Indicates the number of items that are being returned per page of data (i.e., per call). Will be the same as the value specified in the Pagination.EntriesPerPage input. Only returned if items are returned.
See the Field Index to learn which calls use ItemsPerPage.

PageNumber ( int ) [0..1]
Indicates which page of data was just returned. Will be the same as the value specified in the Pagination.PageNumber input. (If the input is higher than the total number of pages, the call fails with an error.) Only returned if items are returned.
See the Field Index to learn which calls use PageNumber.

PaginationResult ( PaginationResultType ) [0..1]
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.

ReturnedItemCountActual ( int ) [0..1]
Indicates the total number of items returned (i.e., the number of ItemType objects in ItemArray).
See the Field Index to learn which calls use ReturnedItemCountActual.

Seller ( UserType ) [0..1]
Indicates the seller whose items are returned. The seller is the eBay member whose UserID was passed in the request. If UserID was not specified, the seller is the user who made the request (identified by eBayAuthToken).
See the Field Index to learn which calls use Seller.

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

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