eBay Finding APIVersion 1.13.0
 

FindItemsByProductRequest ( BaseFindingServiceRequest )

You can use product IDs (such as an ISBN, UPC, EAN, or eBay Product Reference ID) to find associated items listed on eBay.

Call that uses FindItemsByProductRequest:

Fields

itemFilter ( ItemFilter ) [0..*]
Reduce the number of items returned by a find request using item filters. Use itemFilter to specify name/value pairs. You can include multiple item filters in a single request.
See the Field Index to learn which calls use itemFilter.

outputSelector ( OutputSelectorType ) [0..*]
Defines what data to return, in addition to the default set of data, in a response.

If you don't specify this field, eBay returns a default set of item fields. Use outputSelector to include more information in the response. The additional data is grouped into discrete nodes. You can specify multiple nodes by including this field multiple times, as needed, in the request.

If you specify this field, the additional fields returned can affect the call's response time (performance), including in the case with feedback data.
See the Field Index to learn which calls use outputSelector.

productId ( ProductId (string) ) [1]
Input ISBN, UPC, EAN, or ReferenceID (ePID) to specify the type of product for which you want to search.

For example, to search using an ISBN, specify productID.type=ISBN and set productID.value to an ISBN value. To search using an eBay Product Reference ID, set productId.type to "ReferenceID" and set productId.value to an ePID value (also known as an Bay Product Reference ID). If you do not know the ePID value for a product, use FindProducts in the eBay Shopping API to retrieve the desired ePID.
See the Field Index to learn which calls use productId.