getVersion

The getVersion call returns the current version of the Order Size Discounts service. This call can be used to monitor the service for availability. This call has no input parameters and the response contains only the standard output fields.



Back to top

getVersion Input

getVersion has no input fields.



Back to top

getVersion Output

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"?>
<getVersionResponse xmlns="http://www.ebay.com/marketplace/incentives/v1/services">
  <!-- Standard Output Fields -->
  <ack> AckValue </ack>
  <errorMessage> ErrorMessage </errorMessage>
  <timestamp> dateTime </timestamp>
  <version> string </version>
</getVersionResponse>
Return Value Type Occurrence Meaning
Standard Output Fields  
ack AckValue Always A token representing the application-level acknowledgement code that indicates the response status.
errorMessage ErrorMessage Conditionally Information for an error or warning that occurred when eBay processed the request. This field is not returned if the ack value is Success.
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 Time Values in the eBay Trading API Guide 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.



Back to top

getVersion Samples



Back to top

getVersion Change History

Version Description
1.0.0
2011-09-14
  • (added) New call.



Back to top

User-Contributed Notes

   
 
 
 

Copyright © 2011–2012 This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.