eBay Return Management APIVersion 1.1.0
 

BaseResponse

This is the base class for the response container for all service operations. Returns error information associated with the request.

Calls that use BaseResponse:

Fields



ack ( AckValue ) [1]
A token representing the application-level acknowledgement code that indicates the response status, such as "Success". The AckValue enumeration type specifies the possible values for ack.
See the Field Index to learn which calls use ack.

errorMessage ( ErrorMessage ) [0..1]
Information for an error or warning that occurred when eBay processed the request. This field is not returned if the ack value is Success.
See the Field Index to learn which calls use errorMessage.

extension ( ExtensionType ) [0..*]
Not used by any call.

Reserved for future use.
See the Field Index to learn which calls use extension.

timestamp ( dateTime ) [0..1]
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 Features Guide for information about this time format and converting to and from the GMT time zone.
See the Field Index to learn which calls use timestamp.

version ( string ) [0..1]
The version of the response payload schema. Indicates the version of the schema that eBay used to process the request.
See the Field Index to learn which calls use version.