eBay Merchandising APIVersion 1.5.0
 

BaseServiceResponse

Base response container for all service operations. Contains error information associated with the request.

Calls that use BaseServiceResponse:

Fields

ack ( AckValue ) [1]
Indicates whether there are any errors or warnings associated with the processing of the request.
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. 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.
See the Field Index to learn which calls use errorMessage.

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 the "dateTime" type 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. Developer Technical Support may ask you for the version value when you work with them to troubleshoot issues.
See the Field Index to learn which calls use version.