latestVersion
Note: This initial version of the Listing Recommendation API is not available for testing in the Sandbox environment. |
This call returns the current version of the Listing Recommendation API. This call can be used to monitor the API for availability. The seller's eBay authorization token is a required HTTP header and there are no required or optional parameters in the call request. The single response parameter is version.
Output Samples Change History |
latestVersion Input
The latestVersion HTTPS request is shown below. This call does not have any input parameters.
See also Samples.
https://svcs.ebay.com/services/selling/listingrecommendation/latestVersion
Input Samples Change History |
latestVersion Output
The XML sample response in the box below lists all parameters that might be returned in the response. To learn more about an individual parameter and its possible values, 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"?> <latestVersionResponse xmlns="http://www.ebay.com/marketplace/listing/v1/service"> <!-- Call-Specific Output Fields --> <version>string</version> <!-- (No Standard Output fields) --> </latestVersionResponse>
Return Value | Type | Occurrence | Meaning |
---|
Call-Specific Output Fields  |
version | string | Always | The version number of the Listing Recommendation API, such as '1.0.0'. |
(No Standard Output fields) |
Input Output Change History |
latestVersion Samples
This call retrieves the latest version of the Listing Recommendation API.
Description
The following call retrieves the latest version of the Listing Recommendation API.
Input
The latestVersion HTTPS GET call requires the base endpoint for
the Listing Recommendation API, plus the call name (latestVersion
).
https://svcs.ebay.com/services/selling/listingrecommendation/latestVersion
Output
The simple output of the latestVersion
call is the version number, which
in this case, is Version 1.0.0.
{ "Version": "1.0.0" }
latestVersion Change History
Version | Description |
---|---|
1.0.0 2013-04-12 |
|