Derived By
Type ns:FindHalfProductsRequestType
Content Model
Contains elements as defined in the following table.
| Component |
Type |
Description |
| ns:MessageID |
xs:string |
If you pass a value in MessageID in a request, we'll return the same value in CorrelationID in the response.
|
| any |
|
|
| ns:IncludeSelector |
xs:string |
Defines standard subsets of fields to return within the response.
|
| ns:AvailableItemsOnly |
xs:boolean |
If true, only retrieve data for products that have been used to pre-fill active listings on the Half.com site. If false, retrieve all products that match the query.
|
| ns:DomainName |
xs:string |
A domain to search in.
|
| ns:ProductID |
ns:ProductIDType |
Use this to retrieve product details for one specific product. Specify the ID as a string, and use the type attribute to indicate the nature of the ID you are specifying.
|
| ns:QueryKeywords |
xs:string |
One or more keywords to search for.
|
| ns:SellerID |
xs:string |
The ID of a specific seller.
|
| ns:ProductSort |
ns:ProductSortCodeType |
Sorts the list of products returned.
|
| ns:SortOrder |
ns:SortOrderCodeType |
Sorts the list of products returned.
|
| ns:MaxEntries |
xs:int |
Specifies the maximum number of products to return per page in a single call.
|
| ns:PageNumber |
xs:int |
Specifies which page of data to return in the current call.
|