For a specified item, retrieves recommended similar items. Items are considered similar if they can serve as a replacement for the specified item. Similar items from a catalog are associated with the same product. For items not associated with a product, similarity with other items is determined from keywords in the title and attribute value matches. This call can be used to recommend items to buyers who have lost items they were bidding on, or to recommend items as alternatives for watched items that have ended.
The recommended similar items returned can be restricted by category, maximum price, or end time for the listing.
The request must contain itemId.
| Output Samples Change History User Notes |
The box below lists all fields that could be included in the call request. To learn more about an individual field or its type, click its name in the box (or scroll down to find it in the table below the box).
See also Samples.
<?xml version="1.0" encoding="utf-8"?> <getSimilarItemsRequest xmlns="http://www.ebay.com/marketplace/services"> <!-- Call-specific Input Fields --> <categoryId> string </categoryId> <!-- ... more categoryId values allowed here ... --> <categoryIdExclude> string </categoryIdExclude> <!-- ... more categoryIdExclude values allowed here ... --> <endTimeFrom> dateTime </endTimeFrom> <endTimeTo> dateTime </endTimeTo> <itemFilter> ItemFilter <name> ItemFilterType </name> <paramName> token </paramName> <paramValue> string </paramValue> <value> string </value> <!-- ... more value values allowed here ... --> </itemFilter> <!-- ... more itemFilter nodes allowed here ... --> <itemId> string </itemId> <listingType> token </listingType> <maxPrice> Amount (double) </maxPrice> <!-- Standard Input Fields --> <affiliate> Affiliate <customId> string </customId> <networkId> string </networkId> <trackingId> string </trackingId> </affiliate> <maxResults> int </maxResults> </getSimilarItemsRequest>
| Argument | Type | Occurrence | Meaning |
|---|
| Call-specific Input Fields [Jump to standard fields] |
| categoryId | string | Optional,
repeatable: [0..*] |
Results are limited to items from the specified category only. Up to three category IDs can be specified. You cannot specify both categoryId and categoryIdExclude in the same request. |
| categoryIdExclude | string | Optional,
repeatable: [0..*] |
Items from the specified category are excluded from the results. Up to three category IDs can be specified. You cannot specify both categoryId and categoryIdExclude in the same request. Max length: 19. |
| endTimeFrom | dateTime | Optional | Limits the results to items ending after the specified time. Specify a time in the future. If you specify a time in the past, the current time is used. Specify the time in GMT. |
| endTimeTo | dateTime | Optional | Limits the results to items ending before the specified time. within a time range. If you are specifying a time range with EndTimeFrom, EndTimeFrom must be specified (with a value equal to or earlier than EndTimeTo). Specify the time in GMT. |
| itemFilter | ItemFilter | Optional,
repeatable: [0..*] |
Filters items based on the allowed set of name value pairs. |
| itemFilter.name | ItemFilterType | Optional |
Name of the item filter from the set of allowed filters. The Merchandising API supports a World of Good item filter only.
Applicable values: • WorldOfGoodOnly If true, returns only items listed in the World of Good marketplace. Defaults to false. |
| itemFilter.paramName | token | Optional |
In addition to filter Name/Value pairs, some item filters use an additional parameter Name/Value pair. For example, if you use the WorldOfGoodOnly item filter, you can optionally specify a parameter name of WOGCategory with a parameter value that specifies the World of Good category. This restricts the item recommendations to items available in the specified World of Good category only. Note: To locate a specific World of Good category, go to the worldofgood.ebay.com home page. Top-level categories are listed under Shop by Category on the left-hand side of the page. Click the category you want to use to restrict your search results. The resultant URL contains the category ID as a numeric value, appearing before "/list" at the end of the URL (e.g., http://worldofgood.ebay.com/Belts-Hats-Scarves-Shawls/40/list). If a category has children categories, they will be displayed under the Category on the left-hand side of the page. The numeric category ID can be determined from the URL for child categories in the same fashion. |
| itemFilter.paramValue | string | Optional |
The value for the parameter name used in an item filter. For example, if your item filter is WorldOfGoodOnly (true), you can further restrict the item recommendations in the response to items available in a specific World of Good category. In this case, the paramter name is set to WOGCategory and the parameter values is a numeric World of Good category ID. |
| itemFilter.value | string | Optional,
repeatable: [1..*] |
The value associated with the respective item filter name. |
| itemId | string | Required |
The ID of an active item listing or a listing that has ended less than two weeks ago. Max length: 19. |
| listingType | token | Optional |
Filters items based on the format of the listing. If listingType is not specified, all listing types can be returned unless another relevant filter is specified.
Max length: 19. |
| maxPrice | Amount (double) | Optional | Specifies the maximum current price an item can have to be included in the response. The currencyId you specify must match the currency corresponding to the global ID value passed in the request. If no global ID is specified, you must specify USD. |
| Standard Input Fields |
| affiliate | Affiliate | Optional |
Container for affiliate details. eBay uses the specified affiliate details to build a View Item URL and Product URL string in the response that includes your affiliate tracking information in the correct format. When a user clicks through these URLs to eBay and performs certain tasks, you may get an affiliate commission. See the eBay Partner Network for information about commissions. |
| affiliate.customId | string | Optional | Need not be specified. You can define an AffiliateUserID (up to 256 characters) if you want to leverage it to better monitor your marketing efforts. If you are using the eBay Partner Network, and you provide an AffiliateUserID, the tracking URL returned by eBay Partner Network will contain the AffiliateUserID, but it will be referred to as a "customid". |
| affiliate.networkId | string | Optional |
Specifies your tracking partner for affiliate commissions. Affiliates earn money from eBay for driving traffic to eBay. Required if you specify a TrackingID. Depending on your tracking partner, specify one of the following values. Not all partners are valid for all sites. For PlaceOffer, only eBay Partner Network and Mediaplex are valid: 2 = Be Free 3 = Affilinet 4 = TradeDoubler 5 = Mediaplex 6 = DoubleClick 7 = Allyes 8 = BJMT 9 = eBay Partner Network For information about commissions, see the eBay Partner Network. |
| affiliate.trackingId | string | Optional | The value you specify is obtained from your tracking partner. For eBay Partner Network, the TrackingID is the Campaign ID ("campid") provided by eBay Partner Network. A Campaign ID is a 10-digit, unique number to be used for associating traffic. A Campaign ID is valid across all programs to which you have been accepted. Another example is the Affiliate ID given to you by TradeDoubler. |
| maxResults | int | Optional |
Specifies the maximum number of entries to return in a single call. If the number of entries that can be returned is less than the value you specify, the lower number is returned. Values less than 1 or greater than 50 (or 20 in the case of getTopSellingProducts) will be ignored. Min: 1. Max: 50. Default: 20. |
| Input Samples Change History User Notes |
The box below lists all fields that might be returned in the response. To learn more about an individual field or its type, click its name in the box (or scroll down to find it in the table below the box).
See also Samples.
<?xml version="1.0" encoding="utf-8"?>
<getSimilarItemsResponse xmlns="http://www.ebay.com/marketplace/services">
<!-- Call-specific Output Fields -->
<itemRecommendations> ItemRecommendations
<item> Item
<bidCount> int </bidCount>
<buyItNowPrice currencyId="string"> Amount (double) </buyItNowPrice>
<country> string </country>
<currentPrice currencyId="string"> Amount (double) </currentPrice>
<discountPriceInfo> DiscountPriceInfo
</discountPriceInfo>
<globalId> string </globalId>
<imageURL> anyURI </imageURL>
<itemId> string </itemId>
<originalPrice currencyId="string"> Amount (double) </originalPrice>
<primaryCategoryId> string </primaryCategoryId>
<primaryCategoryName> string </primaryCategoryName>
<shippingCost currencyId="string"> Amount (double) </shippingCost>
<shippingType> string </shippingType>
<subtitle> string </subtitle>
<timeLeft> duration </timeLeft>
<title> string </title>
<viewItemURL> anyURI </viewItemURL>
</item>
<!-- ... more item nodes allowed here ... -->
</itemRecommendations>
<!-- Standard Output Fields -->
<ack> AckValue </ack>
<errorMessage> ErrorMessage
<error> ErrorData
<category> ErrorCategory </category>
<domain> string </domain>
<errorId> long </errorId>
<exceptionId> token </exceptionId>
<message> string </message>
<parameter name="string"> ErrorParameter (string) </parameter>
<!-- ... more parameter values allowed here ... -->
<severity> ErrorSeverity </severity>
<subdomain> string </subdomain>
</error>
<!-- ... more error nodes allowed here ... -->
</errorMessage>
<timestamp> dateTime </timestamp>
<version> string </version>
</getSimilarItemsResponse>
| Return Value | Type | Occurrence | Meaning |
|---|
| Call-specific Output Fields [Jump to standard fields] |
| itemRecommendations | ItemRecommendations | Always | A list of items matching the given criteria. Item sort order is different for each call. Returned when there are items that match the search criteria. |
| itemRecommendations.item | Item | Conditionally,
repeatable: [0..*] |
Contains details for a single recommended item. Returned when there is at least one item that matches the search criteria. |
|
itemRecommendations.item .bidCount |
int | Conditionally | The number of bids that have been placed on the item. |
|
itemRecommendations.item .buyItNowPrice |
Amount (double) | Conditionally |
The Buy It Now Price of the item (if any), in the currency of the site on which the item was listed. For Chinese auctions (Quantity=1, competitive bidding online auctions), Buy It Now lets a user purchase the item at a fixed price and end the auction immediately. On most sites, after a Chinese auction has bids, the listing is no longer eligible for Buy It Now. However, calls can still return the Buy It Now Price that the seller set for the listing. Use the item.bidCount field to determine whether an auction with Buy It Now has bids or not. Some eBay sites also support Buy It Now for Dutch auctions (multi- quantity, competitive bidding), where you can buy multiple items from the same listing at a fixed price, instead of bidding. On some sites, the Buy It Now option remains available for Dutch auctions even after there are bids. For fixed-price (FixedPriceItem) and Store Inventory listings (StoresFixedPrice), see currentPrice instead. Only returned if an item was listed with Buy It Now. |
| itemRecommendations.item .buyItNowPrice [ attribute currencyId ] |
string | Conditionally |
Currency in which the monetary amount is specified. For a list of possible enumeration values, see currencyId Values. |
|
itemRecommendations.item .country |
string | Conditionally | Two-letter ISO 3166 country code to indicate the country where the item is located. For English names that correspond to each code (e.g., KY="Cayman Islands"), see the ISO site: http://www.iso.ch/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.html. |
|
itemRecommendations.item .currentPrice |
Amount (double) | Conditionally | For competitive-bidding listings (Chinese and Dutch auctions), current minimum asking price (start price) or the current highest bid for the item if bids have been placed. Shows minimum bid if no bids have been placed on the item. For Basic Fixed-Price, Store Inventory, or Ad type listings, this returns the original price specified when the item was listed/re-listed or the revised price if the item was revised. |
| itemRecommendations.item .currentPrice [ attribute currencyId ] |
string | Conditionally |
Currency in which the monetary amount is specified. For a list of possible enumeration values, see currencyId Values. |
|
itemRecommendations.item .discountPriceInfo |
DiscountPriceInfo | Conditionally | The format type of the listing, such as online auction, fixed price, or advertisement. |
|
itemRecommendations.item .globalId |
string | Conditionally |
The site upon which the item is listed. Returns a Global ID, which is a unique identifier for combinations of site, language, and territory. For a list of possible enumeration values and how they map to eBay sites, see Global ID Values. |
|
itemRecommendations.item .imageURL |
anyURI | Conditionally | URL for a picture used as the Gallery thumbnail, if any. The image uses one of the following graphics formats: JPEG, BMP, TIF, or GIF. Only returned if the seller chose to show a gallery image. |
|
itemRecommendations.item .itemId |
string | Always |
The ID that uniquely identifies the item listing. The ID is generated by eBay after an item is listed. You cannot choose or revise this value. Max length: 19. |
|
itemRecommendations.item .originalPrice |
Amount (double) | Conditionally | Original price of an item whose price a seller has reduced with the Promotional Price Display feature. Only returned if the price has been revised. |
| itemRecommendations.item .originalPrice [ attribute currencyId ] |
string | Conditionally |
Currency in which the monetary amount is specified. For a list of possible enumeration values, see currencyId Values. |
|
itemRecommendations.item .primaryCategoryId |
string | Conditionally |
Numeric ID of the first (or only) category in which the item is listed. (Listings can appear in more than one category.) Note: Currently, the Merchandising API calls do not return a listing's secondary category, if any. Max length: 10. |
|
itemRecommendations.item .primaryCategoryName |
string | Conditionally |
Display name of the first (or only) category in which the item is listed. This is a fully qualified category breadcrumb (e.g., Computers & Networking:Laptops, Notebooks). Max length: 30. |
|
itemRecommendations.item .shippingCost |
Amount (double) | Conditionally | The shipping cost associated with the first shipping service. Only returned when shipping type is flat. |
| itemRecommendations.item .shippingCost [ attribute currencyId ] |
string | Conditionally |
Currency in which the monetary amount is specified. For a list of possible enumeration values, see currencyId Values. |
|
itemRecommendations.item .shippingType |
string | Conditionally |
The shipping cost model offered by the seller.
|
|
itemRecommendations.item .subtitle |
string | Conditionally |
Subtitle of the item. Only returned if the seller included a subtitle for the listing. Max length: 55. |
|
itemRecommendations.item .timeLeft |
duration | Conditionally | Time left before the item listing ends. The duration is represented in the ISO 8601 duration format (PnDTnHnMnS). For ended listings, the time left is P0DT0H0M0S (zero days, zero hours, zero minutes, and zero seconds). |
| itemRecommendations.item.title | string | Always |
Name of the item as it appears in the listing or search results. Max length: 55. |
|
itemRecommendations.item .viewItemURL |
anyURI | Always | The URL of the web page where a user can view the listing. On the US site, this is called the "View Item" page. If you enabled affiliate tracking in the call, viewItemURL contains a string that includes affiliate tracking information (see the eBay Partner Network). |
| Standard Output Fields |
| ack | AckValue | Always |
Indicates whether there are any errors or warnings associated with the processing of the request.
Applicable values: • Failure Errors occurred that prevented the request from being processed successfully. • PartialFailure Reserved for future use. • Success The request was processed successfully without errors or warnings. • Warning The request was processed successfully, but some warnings were returned. |
| errorMessage | ErrorMessage | Conditionally | Information for an error or warning that occurred when eBay processed the request. Not returned when responseStatus is Success. See Errors by Number for a list of errors and warnings that can be returned by Merchandising API calls. |
| errorMessage.error | ErrorData | Conditionally,
repeatable: [0..*] |
Details about a single error. |
| errorMessage.error.category | ErrorCategory | Conditionally |
There are three categories of errors: request errors, application errors, and system errors.
Applicable values: • Application An error occurred due to a problem with the request, such as missing or invalid fields. The problem must be corrected before the request can be made again. If the problem is due to something in the application (such as a missing required field), the application must be changed. Once the problem in the application or data is resolved, resend the corrected request to eBay. • Request An error occurred due to a problem with the request, such as invalid or missing data. The problem must be corrected before the request can be made again. If the problem is a result of end-user data, the application must alert the end-user to the problem and provide the means for the end-user to correct the data. Once the problem in the data is resolved, resend the request to eBay with the corrected data. • System Indicates that an error has occurred on the eBay system side, such as a database or server down. An application can retry the request as-is a reasonable number of times (eBay recommends twice). If the error persists, contact Developer Technical Support. Once the problem has been resolved, the request may be resent in its original form. |
| errorMessage.error.domain | string | Conditionally |
Name of the domain upon which the error occurred.
|
| errorMessage.error.errorId | long | Conditionally | A unique code that identifies the particular error condition that occurred. Your application can use error codes as identifiers in your customized error-handling algorithms. |
| errorMessage.error.exceptionId | token | Conditionally | Unique identifier for an exception associated with an error. |
| errorMessage.error.message | string | Conditionally | A detailed description of the condition that resulted in the error. |
| errorMessage.error.parameter | ErrorParameter (string) | Conditionally,
repeatable: [0..*] |
Some warning and error messages return one or more variables that contain contextual information about the error. This is often the field or value that triggered the error. |
| errorMessage.error.parameter [ attribute name ] |
string | Conditionally | The name of the parameter in the list of parameter types returned within the error type. |
| errorMessage.error.severity | ErrorSeverity | Conditionally |
Indicates whether the error caused the request to fail (Error) or not (Warning). If the request fails and the source of the problem is within the application (such as a missing required element), please change the application before you retry the request. If the problem is due to end- user input data, please alert the end-user to the problem and provide the means for them to correct the data. Once the problem in the application or data is resolved, you can attempt to re- send the request to eBay. If the source of the problem is on eBay's side, you can retry the request as-is a reasonable number of times (eBay recommends twice). If the error persists, contact Developer Technical Support. Once the problem has been resolved, the request may be resent in its original form. When a warning occurs, the error is returned in addition to the business data. In this case, you do not need to retry the request (as the original request was successful). However, depending on the cause or nature of the warning, you might need to contact either the end user or eBay to effect a long term solution to the problem to prevent it from reoccurring in the future. Applicable values: • Error The request that triggered the error was not processed successfully. When a serious application-level error occurs, the error is returned instead of the business data. • Warning The request was processed successfully, but something occurred that may affect your application or the user. For example, eBay may have changed a value the user sent in. In this case, eBay returns a normal, successful response and also returns the warning. |
| errorMessage.error.subdomain | string | Conditionally |
Name of the subdomain upon which the error occurred.
|
| timestamp | dateTime | Always | This value represents the date and time when eBay processed the request. The time zone of this value is GMT and the format is the ISO 8601 date and time format (YYYY-MM-DDTHH:MM:SS.SSSZ). See the "dateTime" type for information about this time format and converting to and from the GMT time zone. |
| version | string | Always | The version of the response payload schema. Indicates the version of the schema that eBay used to process the request. Developer Technical Support may ask you for the version value when you work with them to troubleshoot issues. |
| Input Output Change History User Notes |
New to making API calls? Please see Making an API Call.
Note: Some data in these samples might no longer be active. If necessary, you can substitute current data in your requests.
Available samples:
Retrieves items that are similar to the specified item.
Description
The user braggybuyer has been bidding on an collectible clock, but he was outbid and did not win the auction. He would like to see if there are similar items on eBay that he could buy or bid on.
Input
The itemId field specifies the item braggybuyer was outbid on. Similar items can be retrieved for ended items up to two weeks after it was ended.
URL format (HTTP GET). See also the non-wrapped version of this URL. For results in a format other than XML,
specify a different value for responseencoding. http://svcs.ebay.com/MerchandisingService?
OPERATION-NAME=getSimilarItems&
SERVICE-NAME=MerchandisingService&
SERVICE-VERSION=1.1.0&
CONSUMER-ID=YourAppID&
RESPONSE-DATA-FORMAT=XML&
REST-PAYLOAD&
itemId=280254552262&
maxResults=3
Here is the same input in XML format (HTTP POST). Note that this does not include standard values.
XML format (HTTP POST). Also available is the .txt version of this XML. <?xml version="1.0" encoding="UTF-8"?> <getSimilarItemsRequest xmlns="http://www.ebay.com/marketplace/services"> <itemId>280254552262</itemId> <maxResults>3</maxResults> </getSimilarItemsRequest>
Output
The response contains a list of recommended items from which braggybuyer can choose. The current price and shipping costs are returned for each item, along with basic information about the listing, such as itemId, title, and time left. The viewItemURL links to the View Item page.
XML format. Also available is the .txt version of this XML. <?xml version="1.0" encoding="UTF-8"?> <getSimilarItemsResponse xmlns:sct="http://www.ebay.com/soaframework/common/types" xmlns="http://www.ebay.com/marketplace/services"> <ack>Success</ack> <version>1.1.0</version> <timestamp>2008-08-15T15:13:32.994-07:00</timestamp> <itemRecommendations> <item> <itemId>250282776956</itemId> <title>SETH THOMAS SONORA CHIME 57-1911 ANTIQUE CABINET CLOCK </title> <viewItemURL> http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=250282776956&category=13853&_ trksid=m263&_trkparms=algo%3DSI%26app%3DYourAppID%26its%3DI%26itu%3DRAQ%252BUCI%26otn%3D 3%26ps%3D50 </viewItemURL> <currentPrice currencyId="USD">69.12</currentPrice> <globalId>EBAY-US</globalId> <timeLeft>P9DT0H46M28S</timeLeft> <subtitle>FULLY RESTORED 4 BELL DORIC EBONIZED MAHOGANY SONORA </subtitle> <country>US</country> <imageURL>http://thumbs.ebaystatic.com/pict/250282776956_1.jpg</imageURL> <shippingType>Calculated</shippingType> </item> <item> <itemId>250282776956</itemId> <title>SETH THOMAS SONORA CHIME 57-1911 ANTIQUE CABINET CLOCK </title> <viewItemURL> http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=250282776956&category=13853&_ trksid=m263&_trkparms=algo%3DSI%26app%3DYourAppID%26its%3DI%26itu%3DRAQ%252BUCI%26otn%3D 3%26ps%3D50 </viewItemURL> <currentPrice currencyId="USD">69.12</currentPrice> <globalId>EBAY-US</globalId> <timeLeft>P9DT0H46M28S</timeLeft> <subtitle>FULLY RESTORED 4 BELL DORIC EBONIZED MAHOGANY SONORA </subtitle> <country>US</country> <imageURL>http://thumbs.ebaystatic.com/pict/250282776956_1.jpg</imageURL> <shippingType>Calculated</shippingType> </item> <item> <itemId>380055481417</itemId> <title>SETH THOMAS SONORA CHIME WESTMINSTER 4 BELL MANTEL CLOC</title> <viewItemURL> http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=380055481417&category=13853&_ trksid=m263&_trkparms=algo%3DSI%26app%3DYourAppID%26its%3DI%26itu%3DRAQ%252BUCI%26otn%3D 3%26ps%3D50 </viewItemURL> <currentPrice currencyId="USD">550.0</currentPrice> <globalId>EBAY-US</globalId> <timeLeft>P6DT5H5M3S</timeLeft> <buyItNowPrice currencyId="USD">750.0</buyItNowPrice> <country>US</country> <imageURL>http://thumbs.ebaystatic.com/pict/380055481417_1.jpg</imageURL> <shippingType>NotSpecified</shippingType> </item> </itemRecommendations> </getSimilarItemsResponse>
Retrieves items listed with the auction format (Chinese) that are similar to the specified item. Restricts results to only items that are ending soon (i.e., before the specified end time).
Description
The user braggybuyer is trying to get a really good deal on items similar to the clock he is interested in, so he is retrieving only items listed with the auction format that are ending soon.
Input
The added Chinese field specifies that item recommendations include only auctions and the endTimeTo field restricts results to include only auctions ending on or before noon UTC (endTimeTo=2008-08-16T12:00:00.000Z) on August 16.
URL format (HTTP GET). See also the non-wrapped version of this URL. For results in a format other than XML,
specify a different value for responseencoding. http://svcs.ebay.com/MerchandisingService?
OPERATION-NAME=getSimilarItems&
SERVICE-NAME=MerchandisingService&
SERVICE-VERSION=1.1.0&
CONSUMER-ID=YourAppID&
RESPONSE-DATA-FORMAT=XML&
REST-PAYLOAD&
itemId=280254552262&
maxResults=3&
listingType=Chinese&
endTimeTo=2008-08-16T12:00:00.000Z
Here is the same input in XML format (HTTP POST). Note that this does not include standard values.
XML format (HTTP POST). Also available is the .txt version of this XML. <?xml version="1.0" encoding="UTF-8"?> <getSimilarItemsRequest xmlns="http://www.ebay.com/marketplace/services"> <itemId>280254552262</itemId> <maxResults>3</maxResults> <listingType>Chinese</listingType> <endTimeTo>2008-08-16T12:00:00.000Z</endTimeTo> </getSimilarItemsRequest>
Output
The response contains a list of recommended items from which braggybuyer can choose. The timeLeft indicates when the auction will be ending.
XML format. Also available is the .txt version of this XML. <?xml version="1.0" encoding="UTF-8"?> <getSimilarItemsResponse xmlns:sct="http://www.ebay.com/soaframework/common/types" xmlns="http://www.ebay.com/marketplace/services"> <ack>Success</ack> <version>1.1.0</version> <timestamp>2008-08-15T19:23:00.680-07:00</timestamp> <itemRecommendations> <item> <itemId>260274429569</itemId> <title>Antique Seth Thomas Eight Day Spring Clock</title> <viewItemURL> http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=260274429569&category=13853&_ trksid=m263&_trkparms=algo%3DSI%26app%3DYourAppID%26its%3DI%26itu%3DRTQ%252BUCI%26otn%3D 3%26ps%3D50 </viewItemURL> <currentPrice currencyId="USD">110.0</currentPrice> <globalId>EBAY-US</globalId> <timeLeft>P0DT1H10M33S</timeLeft> <country>US</country> <imageURL>http://thumbs.ebaystatic.com/pict/260274429569_1.jpg</imageURL> <shippingType>NotSpecified</shippingType> </item> <item> <itemId>300248897023</itemId> <title>Vintage Seth Thomas Shelf/Mantle/Desk Clock Works READ</title> <viewItemURL> http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=300248897023&category=13858&_ trksid=m263&_trkparms=algo%3DSI%26app%3DYourAppID%26its%3DI%26itu%3DRTQ%252BUCI%26otn%3D 3%26ps%3D50 </viewItemURL> <currentPrice currencyId="USD">8.99</currentPrice> <globalId>EBAY-US</globalId> <timeLeft>P0DT1H9M47S</timeLeft> <country>US</country> <imageURL>http://thumbs.ebaystatic.com/pict/300248897023_1.jpg</imageURL> <shippingType>Freight</shippingType> </item> <item> <itemId>300248905919</itemId> <title>Unique Silver Seth Thomas Mantel Clock </title> <viewItemURL> http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=300248905919&category=10021&_ trksid=m263&_trkparms=algo%3DSI%26app%3DYourAppID%26its%3DI%26itu%3DRTQ%252BUCI%26otn%3D 3%26ps%3D50 </viewItemURL> <currentPrice currencyId="USD">22.5</currentPrice> <globalId>EBAY-US</globalId> <timeLeft>P0DT2H33M39S</timeLeft> <country>US</country> <imageURL>http://thumbs.ebaystatic.com/pict/300248905919_1.jpg</imageURL> <shippingType>NotSpecified</shippingType> </item> </itemRecommendations> </getSimilarItemsResponse>
| Input Output Samples User Notes |
| Version | Description |
|---|---|
| 1.5.0 2011-08-20 |
|
| 1.4.0 2010-03-03 |
|
| 1.1.0 2008-08-12 |
|
| Input Output Samples Change History User Notes |
Copyright © 2008–2012 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developer Network and API License Agreement.